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..."
 
m Protected "Template:Infobox artificial intelligence" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Template:Infobox artificial intelligence -->
<includeonly>
<includeonly>
{{Infobox
{| class="infobox" style="width:22em; border:1px solid #aaa; background:#f9f9f9; font-size:90%;"
|name        = {{{name|}}}
|-
|bodystyle    = {{{bodystyle|}}}
! colspan="2" style="text-align:center; background:#f2f2f2; font-size:110%;" | {{{name|}}}
|title        = {{{title|{{{name}}}}}}
|-
|titlestyle  = {{{titlestyle|}}}
| colspan="2" style="text-align:center;" | [[File:{{{image|}}}|200px|{{{caption|}}}]]
 
|-
|image        = {{{image|}}}
| colspan="2" style="text-align:center; font-style:italic;" | {{{caption|}}}
|imagestyle  = {{{imagestyle|}}}
|-
|caption      = {{{caption|}}}
| style="text-align:left; background:#f2f2f2;" | Developer
 
| {{{developer|}}}
|headerstyle  = {{{headerstyle|}}}
|-
|labelstyle  = {{{labelstyle|}}}
| style="text-align:left;" | Date Created
|datastyle    = {{{datastyle|}}}
| {{{date_created|}}}
 
|-
|header1      = {{{header1|General Information}}}
| style="text-align:left; background:#f2f2f2;" | Genre
|label1      = Developer
| {{{genre|}}}
|data1        = {{{developer|}}}
|-
 
| style="text-align:left;" | License
|label2      = Date Created
| {{{license|}}}
|data2        = {{{date_created|}}}
|-
 
| style="text-align:left; background:#f2f2f2;" | Language
|label3      = Genre
| {{{language|}}}
|data3        = {{{genre|Large Language Model}}}
|-
 
| style="text-align:left;" | Website
|label4      = License
| {{{website|}}}
|data4        = {{{license|Proprietary}}}
|}
 
|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 creates a basic infobox for artificial intelligence models without using any conditional logic.


== 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>

Latest revision as of 05:20, 6 December 2024


This template creates a basic infobox for artificial intelligence models without using any conditional logic.

Usage

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