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 |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <noinclude> | ||
{| class="wikitable infobox" style="width: 300px; float: right; margin-left: 1em;" | {{#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;" | |||
|+ '''{{{model_key|}}}''' | |+ '''{{{model_key|}}}''' | ||
! colspan="2" | Extrinsic Performance (LLM Leaderboard) | ! colspan="2" | Extrinsic Performance (LLM Leaderboard) | ||
Line 24: | Line 38: | ||
| {{{vocab|N/A}}} | | {{{vocab|N/A}}} | ||
|} | |} | ||
{{#cargo_store:_table=Models | |||
|model_key={{{model_key|}}} | |||
|rank={{{rank|}}} | |||
|avg_score={{{avg_score|}}} | |||
</ | |architecture={{{architecture|}}} | ||
|layers={{{layers|}}} | |||
|heads={{{heads|}}} | |||
|vocab={{{vocab|}}} | |||
}}</includeonly> |
Latest revision as of 04:33, 9 August 2025
This template defines the table "Models". This table has not been created yet. 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.