Template:Model Infobox: Difference between revisions

Jump to navigation Jump to search
AdminIsidore (talk | contribs)
Created page with "<includeonly> {| class="wikitable infobox" style="width: 300px; float: right; margin-left: 1em;" |+ '''{{{model_key|}}}''' ! colspan="2" | Extrinsic Performance (LLM Leaderboard) |- ! Rank | {{{rank|N/A}}} |- ! Average Score | {{{avg_score|N/A}}} |- ! colspan="2" | Intrinsic Architecture |- ! Architecture | {{{architecture|Unknown}}} |- ! Hidden Layers | {{{layers|N/A}}} |- ! Attention Heads | {{{heads|N/A}}} |- ! Vocab Size | {{{vocab|N/A}}} |} </includeonly><noinclude>..."
 
AdminIsidore (talk | contribs)
No edit summary
Line 1: Line 1:
<includeonly>
<noinclude>
{{#cargo_declare:_table=Models
|model_key=String
|rank=Integer
|avg_score=Float
|architecture=String
|layers=Integer
|heads=Integer
|vocab=Integer
}}
This template displays the core Agentic Maneuverability data for an AI model.
It is designed to be readable by both humans and the Pywikibot Almanac Ingestor.
 
It also defines and stores data in the "Models" Cargo table.
[[Category:Templates]]
</noinclude><includeonly>
{| class="wikitable infobox" style="width: 300px; float: right; margin-left: 1em;"
{| class="wikitable infobox" style="width: 300px; float: right; margin-left: 1em;"
|+ '''{{{model_key|}}}'''
|+ '''{{{model_key|}}}'''
Line 24: Line 39:
| {{{vocab|N/A}}}
| {{{vocab|N/A}}}
|}
|}
</includeonly><noinclude>
{{#cargo_store:_table=Models
This template displays the core Agentic Maneuverability data for an AI model.
|model_key={{{model_key|}}}
It is designed to be readable by both humans and the Pywikibot Almanac Ingestor.
|rank={{{rank|}}}
[[Category:Templates]]
|avg_score={{{avg_score|}}}
</noinclude>
|architecture={{{architecture|}}}
|layers={{{layers|}}}
|heads={{{heads|}}}
|vocab={{{vocab|}}}
}}</includeonly>