| Line 1: |
Line 1: |
| − | <!-- <noinclude>{{AccessControl/Public}}</noinclude> --><includeonly><!-- {{#if: {{#pos:{{PAGENAME}}|22011}} | [[Category:PublicFiles]] |}} --><!-- make some images from Jan 2022 public -->
| + | <includeonly> |
| − | Name: [[Display title of::{{{name|}}}]] | + | Name: {{{name|}}} |
| | | | |
| | Description: {{{description|}}} | | Description: {{{description|}}} |
| | | | |
| − | Type: [[IsInstanceOf::{{{type|}}}]] | + | Type: [[{{{type|}}}]] |
| − | | |
| − | Training data: {{{training_data|}}}
| |
| − | | |
| − | Example input data: {{{example_input_data|}}}
| |
| | | | |
| | {{#ask: [[{{FULLPAGENAME}}]] | | {{#ask: [[{{FULLPAGENAME}}]] |
| − | |?IsInstanceOf=Type | + | <!-- |?IsInstanceOf=Type |
| − | |?HasDescription=Description | + | |?HasDescription=Description --> |
| | |?HasExampleInputData=Input Example | | |?HasExampleInputData=Input Example |
| | |?HasExampleOuputData=Output Example | | |?HasExampleOuputData=Output Example |
| − | |?HasTrainingData=Training Data | + | <!-- |?HasTrainingData=Training Data --> |
| | }} | | }} |
| | + | |
| | + | Training data: {{{training_data|}}} |
| | | | |
| | {{#set: | | {{#set: |
| | + | |Display title of={{{name|}}} |
| | + | |IsInstanceOf={{{type|}}} |
| | |HasDescription={{{description|}}} | | |HasDescription={{{description|}}} |
| − | |HasTrainingData={{#arraymap:{{{training_data|}}}|;|__FILE__|File:__FILE__|;}}|+sep=; | + | |HasTrainingData={{{training_data|}}}|+sep=; |
| − | |HasExampleInputData={{#arraymap:{{{example_input_data|}}}|;|__FILE__|File:__FILE__|;}}|+sep=; | + | |HasExampleInputData={{{example_input_data|}}}|+sep=; |
| − | |HasExampleOuputData={{#arraymap:{{{example_output_data|}}}|;|__FILE__|File:__FILE__|;}}|+sep=; | + | |HasExampleOuputData={{{example_output_data|}}}|+sep=; |
| | }} | | }} |
| | | | |
| | [[Category:LabProcess/File/AiModel]] | | [[Category:LabProcess/File/AiModel]] |
| − | <includeonly> | + | </includeonly> |