Template:Model infobox: Difference between revisions

From AI Wiki
No edit summary
No edit summary
Line 14: Line 14:
{{#if:{{{creator|}}}|
{{#if:{{{creator|}}}|
<div class="model-infobox-cell">'''Creator'''</div>
<div class="model-infobox-cell">'''Creator'''</div>
<div class="model-infobox-cell">{{#arraymap:{{{creator|}}}|,|x|[[x]]}}</div>
<div class="model-infobox-cell">{{{creator}}}</div>
}}
}}
</div>
</div>
Line 28: Line 28:
{{#if:{{{library|}}}|
{{#if:{{{library|}}}|
<div class="model-infobox-cell">'''Library'''</div>
<div class="model-infobox-cell">'''Library'''</div>
<div class="model-infobox-cell">{{{library}}}</div>
<div class="model-infobox-cell">{{#arraymap:{{{library|}}}|,|x|[[x]]}}</div>
}}
}}
</div>
</div>

Revision as of 10:52, 31 January 2023

Usage

Use this infobox for defining models.

{{model infobox
| name = 
| hf-name = 
| creator = 
| task =  
| library = 
| dataset = 
| language = 
| paper = 
| related-to = 
| license = 
}}