Template:Infobox artificial intelligence: Difference between revisions

From The Robot's Guide to Humanity
Created page with "<!-- Template:Infobox artificial intelligence --> <includeonly> {{Infobox |name = {{{name|}}} |bodystyle = {{{bodystyle|}}} |title = {{{title|{{{name}}}}}} |titlestyle = {{{titlestyle|}}} |image = {{{image|}}} |imagestyle = {{{imagestyle|}}} |caption = {{{caption|}}} |headerstyle = {{{headerstyle|}}} |labelstyle = {{{labelstyle|}}} |datastyle = {{{datastyle|}}} |header1 = {{{header1|General Information}}} |label1 = De..."
 
No edit summary
Line 2: Line 2:
<includeonly>
<includeonly>
{{Infobox
{{Infobox
|name         = {{{name|}}}
| name       = {{{name|}}}
|bodystyle    = {{{bodystyle|}}}
| image      = {{{image|}}}
|title        = {{{title|{{{name}}}}}}
| caption    = {{{caption|}}}
|titlestyle  = {{{titlestyle|}}}


|image        = {{{image|}}}
| label1      = Developer
|imagestyle  = {{{imagestyle|}}}
| data1      = {{{developer|}}}
|caption      = {{{caption|}}}


|headerstyle  = {{{headerstyle|}}}
| label2      = Date Created
|labelstyle  = {{{labelstyle|}}}
| data2      = {{{date_created|}}}
|datastyle    = {{{datastyle|}}}


|header1     = {{{header1|General Information}}}
| label3     = Genre
|label1       = Developer
| data3       = {{{genre|}}}
|data1        = {{{developer|}}}


|label2      = Date Created
| label4      = License
|data2        = {{{date_created|}}}
| data4      = {{{license|}}}


|label3      = Genre
| label5      = Language
|data3        = {{{genre|Large Language Model}}}
| data5      = {{{language|}}}


|label4      = License
| label6     = Website
|data4        = {{{license|Proprietary}}}
| data6       = {{{website|}}}
 
|label5      = Language(s)
|data5        = {{{language|Multilingual}}}
 
|label6       = Website
|data6       = {{{website|}}}
 
|header2      = {{{header2|Technical Details}}}
|label7      = Architecture
|data7        = {{{architecture|Transformer-based}}}
 
|label8      = Capabilities
|data8        = {{{capabilities|}}}
 
|label9      = Training Data Size
|data9        = {{{training_data|}}}
 
|label10      = Parameter Count
|data10      = {{{params|}}}
 
|header3      = {{{header3|Related Projects}}}
|label11      = Related Models
|data11      = {{{related_models|}}}
}}
}}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
This template is used to create an infobox for artificial intelligence models, such as large language models or other AI systems.
This template is for artificial intelligence systems. It wraps the basic Infobox template.


== Usage ==
== Usage ==
To use this template, add the following to the top of the article:
<nowiki>{{Infobox artificial intelligence
<nowiki>{{Infobox artificial intelligence
| name         =  
| name =  
| image         =  
| image =  
| caption       =  
| caption =  
| developer     =  
| developer =  
| date_created =  
| date_created =  
| genre         =  
| genre =  
| license       =  
| license =  
| language     =  
| language =  
| website       =
| website =  
| architecture  =
| capabilities  =
| training_data =
| params        =
| related_models=  
}}</nowiki>
}}</nowiki>
== Parameters ==
* <code>name</code>: Name of the AI model or system.
* <code>image</code>: Image filename (e.g. Example.jpg).
* <code>caption</code>: Caption for the image.
* <code>developer</code>: Entity that developed the model.
* <code>date_created</code>: When the model was created or released.
* <code>genre</code>: Type of AI system (e.g. Large Language Model).
* <code>license</code>: License under which it is released.
* <code>language</code>: Languages it can understand or produce.
* <code>website</code>: Official website URL.
* <code>architecture</code>: Underlying architecture or approach.
* <code>capabilities</code>: Key features or capabilities.
* <code>training_data</code>: Information about the training data size or nature.
* <code>params</code>: Parameter count.
* <code>related_models</code>: Other related AI models or systems.
</noinclude>
</noinclude>

Revision as of 20:36, 5 December 2024


This template is for artificial intelligence systems. It wraps the basic Infobox template.

Usage

{{Infobox artificial intelligence | name = | image = | caption = | developer = | date_created = | genre = | license = | language = | website = }}