AdrianGonzalezSanchez commited on
Commit
c375a2f
·
verified ·
1 Parent(s): 55b5f67

Rename fullmodelspec.json to FullModelSpec.json

Browse files
Files changed (2) hide show
  1. FullModelSpec.json +370 -0
  2. fullmodelspec.json +0 -363
FullModelSpec.json ADDED
@@ -0,0 +1,370 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Part1_EUAICodeOfPractice_TransparencyChapter"{
3
+ "GeneralInformation": {
4
+ "LegalNameProvider": {
5
+ "description": "Legal name for the model provider",
6
+ "value": "",
7
+ "AIO": true,
8
+ "NCAs": true,
9
+ "DPs": true,
10
+ "explanation": "Legal name for the model provider."
11
+ },
12
+ "ModelName": {
13
+ "description": "Unique identifier for the model and publicly available versions",
14
+ "value": "",
15
+ "AIO": true,
16
+ "NCAs": true,
17
+ "DPs": true,
18
+ "explanation": "The unique identifier for the model (e.g. Llama 3.1-405B), including identifiers for collections of models where applicable, and a list of publicly available versions."
19
+ },
20
+ "ModelAuthenticity": {
21
+ "description": "Evidence establishing provenance and authenticity (e.g. hash, URL endpoint)",
22
+ "value": "",
23
+ "AIO": true,
24
+ "NCAs": true,
25
+ "DPs": false,
26
+ "explanation": "Evidence that establishes the provenance and authenticity of the model (e.g. a secure hash if binaries are distributed, or the URL endpoint in the case of a service), where available."
27
+ },
28
+ "ReleaseDate": {
29
+ "description": "Date when the model was first released",
30
+ "value": "",
31
+ "AIO": true,
32
+ "NCAs": true,
33
+ "DPs": true,
34
+ "explanation": "Date when the model was first released through any distribution channel."
35
+ },
36
+ "UnionMarketReleaseDate": {
37
+ "description": "Date when the model was placed on the Union market",
38
+ "value": "",
39
+ "AIO": true,
40
+ "NCAs": true,
41
+ "DPs": true,
42
+ "explanation": "Date when the model was placed on the Union market."
43
+ },
44
+ "ModelDependencies": {
45
+ "description": "List of model dependencies or 'N/A'",
46
+ "value": [],
47
+ "AIO": true,
48
+ "NCAs": true,
49
+ "DPs": true,
50
+ "explanation": "If the model is the result of a modification or fine-tuning of one or more general-purpose AI models previously placed on the market, list those models. Otherwise write ‘N/A’."
51
+ }
52
+ },
53
+ "ModelProperties": {
54
+ "Architecture": {
55
+ "description": "General description of the model architecture",
56
+ "value": "",
57
+ "AIO": true,
58
+ "NCAs": true,
59
+ "DPs": true,
60
+ "explanation": "A general description of the model architecture, e.g. a transformer architecture. [Recommended 20 words]."
61
+ },
62
+ "DesignSpecifications": {
63
+ "description": "Description of key design specifications, rationale, and assumptions",
64
+ "value": "",
65
+ "AIO": true,
66
+ "NCAs": true,
67
+ "DPs": false,
68
+ "explanation": "A general description of the key design specifications of the model, including rationale and assumptions made, to provide basic insight into how the model was designed. [Recommended 100 words]."
69
+ },
70
+ "InputModalities": {
71
+ "description": "Supported input modalities and maximum input sizes",
72
+ "options": [
73
+ "Text",
74
+ "Images",
75
+ "Audio",
76
+ "Video",
77
+ "Other"
78
+ ],
79
+ "selected": [],
80
+ "maxSizes": {
81
+ "Text": "",
82
+ "Images": "",
83
+ "Audio": "",
84
+ "Video": "",
85
+ "Other": ""
86
+ },
87
+ "AIO": true,
88
+ "NCAs": true,
89
+ "DPs": true,
90
+ "explanation": "Supported input modalities (Text, Images, Audio, Video, or Other). For each selected modality please include maximum input size or 'N/A' if not defined."
91
+ },
92
+ "OutputModalities": {
93
+ "description": "Supported output modalities and maximum output sizes",
94
+ "options": [
95
+ "Text",
96
+ "Images",
97
+ "Audio",
98
+ "Video",
99
+ "Other"
100
+ ],
101
+ "selected": [],
102
+ "maxSizes": {
103
+ "Text": "",
104
+ "Images": "",
105
+ "Audio": "",
106
+ "Video": "",
107
+ "Other": ""
108
+ },
109
+ "AIO": true,
110
+ "NCAs": false,
111
+ "DPs": true,
112
+ "explanation": "Supported output modalities (Text, Images, Audio, Video, or Other). For each selected modality include maximum output size or 'N/A' if not defined."
113
+ },
114
+ "TotalModelSize": {
115
+ "description": "Total number of parameters and parameter range",
116
+ "value": "",
117
+ "ranges": [
118
+ "1—500M",
119
+ "500M—5B",
120
+ "5B—15B",
121
+ "15B—50B",
122
+ "50B—100B",
123
+ "100B—500B",
124
+ "500B—1T",
125
+ ">1T"
126
+ ],
127
+ "selectedRange": "",
128
+ "AIO": true,
129
+ "NCAs": false,
130
+ "DPs": false,
131
+ "explanation": "The total number of parameters of the model, recorded with at least two significant figures, and the range within which the total number of parameters falls."
132
+ }
133
+ },
134
+ "DistributionAndLicenses": {
135
+ "DistributionChannels": {
136
+ "description": "List of methods of distribution with access levels",
137
+ "options": [
138
+ "Enterprise/subscription software suites",
139
+ "Public/subscription API access",
140
+ "IDE/device-specific apps or firmware",
141
+ "Open-source repositories",
142
+ "Other"
143
+ ],
144
+ "selected": [],
145
+ "AIO": true,
146
+ "NCAs": true,
147
+ "DPs": false,
148
+ "explanation": "A list of the methods of distribution (enterprise, subscription, API, IDEs, firmware, open-source, etc.) through which the model has been made available in the Union market, with access level details."
149
+ },
150
+ "DistributionChannelsForDPs": {
151
+ "description": "Methods of distribution available to downstream providers",
152
+ "options": [
153
+ "Enterprise/subscription software suites",
154
+ "Public/subscription API access",
155
+ "IDE/device-specific apps or firmware",
156
+ "Open-source repositories",
157
+ "Other"
158
+ ],
159
+ "selected": [],
160
+ "AIO": false,
161
+ "NCAs": false,
162
+ "DPs": true,
163
+ "explanation": "List of the methods of distribution through which the model can be made available to downstream providers."
164
+ },
165
+ "License": {
166
+ "description": "Link or copy of model license(s)",
167
+ "value": "",
168
+ "AIO": true,
169
+ "NCAs": true,
170
+ "DPs": false,
171
+ "explanation": "A link to model license(s) (or provide upon request by the AIO) or indicate that no model license exists."
172
+ },
173
+ "LicenseForDPs": {
174
+ "description": "Types/categories of licenses for downstream use",
175
+ "options": [
176
+ "Free and open source",
177
+ "Less permissive (restricted use)",
178
+ "Proprietary",
179
+ "No license (access via terms of service)"
180
+ ],
181
+ "selected": [],
182
+ "AIO": false,
183
+ "NCAs": false,
184
+ "DPs": true,
185
+ "explanation": "Types of licences for downstream use: open source, less permissive (restricted), proprietary, or absence of license (via terms of service)."
186
+ },
187
+ "AdditionalAssets": {
188
+ "description": "List of additional assets with access and licenses",
189
+ "options": [
190
+ "Training data",
191
+ "Processing code",
192
+ "Training code",
193
+ "Inference code",
194
+ "Evaluation code",
195
+ "Other"
196
+ ],
197
+ "selected": [],
198
+ "AIO": true,
199
+ "NCAs": false,
200
+ "DPs": true,
201
+ "explanation": "A list of additional assets (e.g. training data, training/inference code, evaluation code) that are made available, with details of how to access them and related licenses."
202
+ }
203
+ },
204
+ "Use": {
205
+ "AcceptableUsePolicy": {
206
+ "description": "Link to acceptable use policy or statement that none exists",
207
+ "value": "",
208
+ "AIO": true,
209
+ "NCAs": true,
210
+ "DPs": true,
211
+ "explanation": "Provide a link to the acceptable use policy (or attach to the document) or indicate that none exists."
212
+ },
213
+ "IntendedUses": {
214
+ "description": "Description of intended and restricted uses",
215
+ "value": "",
216
+ "AIO": true,
217
+ "NCAs": true,
218
+ "DPs": true,
219
+ "explanation": "A description of intended or restricted uses as specified in instructions for use, terms and conditions, promotional materials, or technical documentation. [Recommended 200 words]."
220
+ },
221
+ "IntegrationTypes": {
222
+ "description": "AI systems in which model can/cannot be integrated",
223
+ "examples": [
224
+ "Autonomous systems",
225
+ "Conversational assistants",
226
+ "Decision support systems",
227
+ "Creative AI systems",
228
+ "Predictive systems",
229
+ "Cybersecurity",
230
+ "Surveillance",
231
+ "Human-AI collaboration"
232
+ ],
233
+ "selected": [],
234
+ "AIO": true,
235
+ "NCAs": true,
236
+ "DPs": true,
237
+ "explanation": "Type and nature of AI systems in which the model can/cannot be integrated, e.g. autonomous systems, assistants, predictive systems. [Recommended 300 words]."
238
+ },
239
+ "TechnicalMeansForIntegration": {
240
+ "description": "Technical means required for model integration",
241
+ "value": "",
242
+ "AIO": false,
243
+ "NCAs": false,
244
+ "DPs": true,
245
+ "explanation": "A general description of the technical means (instructions, infrastructure, tools) required for integration into AI systems. [Recommended 100 words]."
246
+ },
247
+ "RequiredHardware": {
248
+ "description": "Hardware requirements (if any)",
249
+ "value": "",
250
+ "AIO": false,
251
+ "NCAs": false,
252
+ "DPs": true,
253
+ "explanation": "Description of hardware required to use the model, or 'N/A' if not applicable (e.g. API access). [Recommended 100 words]."
254
+ },
255
+ "RequiredSoftware": {
256
+ "description": "Software requirements (if any)",
257
+ "value": "",
258
+ "AIO": false,
259
+ "NCAs": false,
260
+ "DPs": true,
261
+ "explanation": "Description of software required to use the model, or 'N/A' if not applicable. [Recommended 100 words]."
262
+ }
263
+ },
264
+ "TrainingData": {
265
+ "DataType": {
266
+ "description": "Types/modalities of training, testing, validation data",
267
+ "options": [
268
+ "Text",
269
+ "Images",
270
+ "Audio",
271
+ "Video",
272
+ "Other"
273
+ ],
274
+ "selected": [],
275
+ "AIO": true,
276
+ "NCAs": true,
277
+ "DPs": true,
278
+ "explanation": "Modalities of data used in training, testing, and validation (Text, Images, Audio, Video, or Other)."
279
+ },
280
+ "DataProvenance": {
281
+ "description": "Sources of data",
282
+ "options": [
283
+ "Web crawling",
284
+ "Private third-party datasets",
285
+ "User data",
286
+ "Publicly available datasets",
287
+ "Other collected data",
288
+ "Synthetic data (non-public)"
289
+ ],
290
+ "selected": [],
291
+ "AIO": true,
292
+ "NCAs": true,
293
+ "DPs": true,
294
+ "explanation": "Sources of data (Web crawl, private datasets, user data, public datasets, synthetic, or other)."
295
+ },
296
+ "NumberOfDataPoints": {
297
+ "description": "Size of datasets with units and required precision",
298
+ "training": "",
299
+ "testing": "",
300
+ "validation": "",
301
+ "unit": "",
302
+ "precision": [
303
+ "≥1 sig fig",
304
+ "≥2 sig fig"
305
+ ],
306
+ "AIO": true,
307
+ "NCAs": true,
308
+ "DPs": false,
309
+ "explanation": "The size of the datasets (training, testing, validation) with definition of the unit of data points (e.g. tokens, documents, images, hours of video), recorded with required precision."
310
+ }
311
+ },
312
+ "ComputationalResources": {
313
+ "TrainingTime": {
314
+ "description": "Training duration",
315
+ "ranges": [
316
+ "<1 month",
317
+ "1–3 months",
318
+ "3–6 months",
319
+ ">6 months"
320
+ ],
321
+ "selectedRange": "",
322
+ "precise": {
323
+ "wallClockDays": "",
324
+ "hardwareDays": ""
325
+ },
326
+ "AIO": true,
327
+ "NCAs": true,
328
+ "DPs": false,
329
+ "explanation": "Duration of training measured either as a range (<1 month, 1–3 months, 3–6 months, >6 months) or precisely in wall clock days and hardware days."
330
+ },
331
+ "ComputationUsed": {
332
+ "description": "Amount of computation used for training",
333
+ "value": "",
334
+ "precision": [
335
+ "Order of magnitude",
336
+ "≥2 sig fig"
337
+ ],
338
+ "AIO": true,
339
+ "NCAs": true,
340
+ "DPs": false,
341
+ "explanation": "Measured or estimated amount of computation used for training, reported in FLOPs (order of magnitude or ≥2 significant figures)."
342
+ }
343
+ },
344
+ "EnergyConsumption": {
345
+ "TrainingEnergy": {
346
+ "description": "Energy used for training (MWh)",
347
+ "value": "",
348
+ "precision": "≥2 sig fig",
349
+ "AIO": true,
350
+ "NCAs": true,
351
+ "DPs": false,
352
+ "explanation": "Measured or estimated energy used for training (MWh), recorded with ≥2 significant figures. Enter ‘N/A’ if not estimable."
353
+ },
354
+ "InferenceComputation": {
355
+ "description": "Benchmarked computation for inference (FLOPs)",
356
+ "value": "",
357
+ "precision": "≥2 sig fig",
358
+ "AIO": true,
359
+ "NCAs": true,
360
+ "DPs": false,
361
+ "explanation": "Benchmarked computation for inference, reported in FLOPs with ≥2 significant figures."
362
+ }
363
+ }
364
+ }
365
+
366
+ "Part2_AIRedTeaming"{
367
+ {
368
+
369
+ }
370
+ }
fullmodelspec.json DELETED
@@ -1,363 +0,0 @@
1
- {
2
- "GeneralInformation": {
3
- "LegalNameProvider": {
4
- "description": "Legal name for the model provider",
5
- "value": "",
6
- "AIO": true,
7
- "NCAs": true,
8
- "DPs": true,
9
- "explanation": "Legal name for the model provider."
10
- },
11
- "ModelName": {
12
- "description": "Unique identifier for the model and publicly available versions",
13
- "value": "",
14
- "AIO": true,
15
- "NCAs": true,
16
- "DPs": true,
17
- "explanation": "The unique identifier for the model (e.g. Llama 3.1-405B), including identifiers for collections of models where applicable, and a list of publicly available versions."
18
- },
19
- "ModelAuthenticity": {
20
- "description": "Evidence establishing provenance and authenticity (e.g. hash, URL endpoint)",
21
- "value": "",
22
- "AIO": true,
23
- "NCAs": true,
24
- "DPs": false,
25
- "explanation": "Evidence that establishes the provenance and authenticity of the model (e.g. a secure hash if binaries are distributed, or the URL endpoint in the case of a service), where available."
26
- },
27
- "ReleaseDate": {
28
- "description": "Date when the model was first released",
29
- "value": "",
30
- "AIO": true,
31
- "NCAs": true,
32
- "DPs": true,
33
- "explanation": "Date when the model was first released through any distribution channel."
34
- },
35
- "UnionMarketReleaseDate": {
36
- "description": "Date when the model was placed on the Union market",
37
- "value": "",
38
- "AIO": true,
39
- "NCAs": true,
40
- "DPs": true,
41
- "explanation": "Date when the model was placed on the Union market."
42
- },
43
- "ModelDependencies": {
44
- "description": "List of model dependencies or 'N/A'",
45
- "value": [],
46
- "AIO": true,
47
- "NCAs": true,
48
- "DPs": true,
49
- "explanation": "If the model is the result of a modification or fine-tuning of one or more general-purpose AI models previously placed on the market, list those models. Otherwise write ‘N/A’."
50
- }
51
- },
52
- "ModelProperties": {
53
- "Architecture": {
54
- "description": "General description of the model architecture",
55
- "value": "",
56
- "AIO": true,
57
- "NCAs": true,
58
- "DPs": true,
59
- "explanation": "A general description of the model architecture, e.g. a transformer architecture. [Recommended 20 words]."
60
- },
61
- "DesignSpecifications": {
62
- "description": "Description of key design specifications, rationale, and assumptions",
63
- "value": "",
64
- "AIO": true,
65
- "NCAs": true,
66
- "DPs": false,
67
- "explanation": "A general description of the key design specifications of the model, including rationale and assumptions made, to provide basic insight into how the model was designed. [Recommended 100 words]."
68
- },
69
- "InputModalities": {
70
- "description": "Supported input modalities and maximum input sizes",
71
- "options": [
72
- "Text",
73
- "Images",
74
- "Audio",
75
- "Video",
76
- "Other"
77
- ],
78
- "selected": [],
79
- "maxSizes": {
80
- "Text": "",
81
- "Images": "",
82
- "Audio": "",
83
- "Video": "",
84
- "Other": ""
85
- },
86
- "AIO": true,
87
- "NCAs": true,
88
- "DPs": true,
89
- "explanation": "Supported input modalities (Text, Images, Audio, Video, or Other). For each selected modality please include maximum input size or 'N/A' if not defined."
90
- },
91
- "OutputModalities": {
92
- "description": "Supported output modalities and maximum output sizes",
93
- "options": [
94
- "Text",
95
- "Images",
96
- "Audio",
97
- "Video",
98
- "Other"
99
- ],
100
- "selected": [],
101
- "maxSizes": {
102
- "Text": "",
103
- "Images": "",
104
- "Audio": "",
105
- "Video": "",
106
- "Other": ""
107
- },
108
- "AIO": true,
109
- "NCAs": false,
110
- "DPs": true,
111
- "explanation": "Supported output modalities (Text, Images, Audio, Video, or Other). For each selected modality include maximum output size or 'N/A' if not defined."
112
- },
113
- "TotalModelSize": {
114
- "description": "Total number of parameters and parameter range",
115
- "value": "",
116
- "ranges": [
117
- "1—500M",
118
- "500M—5B",
119
- "5B—15B",
120
- "15B—50B",
121
- "50B—100B",
122
- "100B—500B",
123
- "500B—1T",
124
- ">1T"
125
- ],
126
- "selectedRange": "",
127
- "AIO": true,
128
- "NCAs": false,
129
- "DPs": false,
130
- "explanation": "The total number of parameters of the model, recorded with at least two significant figures, and the range within which the total number of parameters falls."
131
- }
132
- },
133
- "DistributionAndLicenses": {
134
- "DistributionChannels": {
135
- "description": "List of methods of distribution with access levels",
136
- "options": [
137
- "Enterprise/subscription software suites",
138
- "Public/subscription API access",
139
- "IDE/device-specific apps or firmware",
140
- "Open-source repositories",
141
- "Other"
142
- ],
143
- "selected": [],
144
- "AIO": true,
145
- "NCAs": true,
146
- "DPs": false,
147
- "explanation": "A list of the methods of distribution (enterprise, subscription, API, IDEs, firmware, open-source, etc.) through which the model has been made available in the Union market, with access level details."
148
- },
149
- "DistributionChannelsForDPs": {
150
- "description": "Methods of distribution available to downstream providers",
151
- "options": [
152
- "Enterprise/subscription software suites",
153
- "Public/subscription API access",
154
- "IDE/device-specific apps or firmware",
155
- "Open-source repositories",
156
- "Other"
157
- ],
158
- "selected": [],
159
- "AIO": false,
160
- "NCAs": false,
161
- "DPs": true,
162
- "explanation": "List of the methods of distribution through which the model can be made available to downstream providers."
163
- },
164
- "License": {
165
- "description": "Link or copy of model license(s)",
166
- "value": "",
167
- "AIO": true,
168
- "NCAs": true,
169
- "DPs": false,
170
- "explanation": "A link to model license(s) (or provide upon request by the AIO) or indicate that no model license exists."
171
- },
172
- "LicenseForDPs": {
173
- "description": "Types/categories of licenses for downstream use",
174
- "options": [
175
- "Free and open source",
176
- "Less permissive (restricted use)",
177
- "Proprietary",
178
- "No license (access via terms of service)"
179
- ],
180
- "selected": [],
181
- "AIO": false,
182
- "NCAs": false,
183
- "DPs": true,
184
- "explanation": "Types of licences for downstream use: open source, less permissive (restricted), proprietary, or absence of license (via terms of service)."
185
- },
186
- "AdditionalAssets": {
187
- "description": "List of additional assets with access and licenses",
188
- "options": [
189
- "Training data",
190
- "Processing code",
191
- "Training code",
192
- "Inference code",
193
- "Evaluation code",
194
- "Other"
195
- ],
196
- "selected": [],
197
- "AIO": true,
198
- "NCAs": false,
199
- "DPs": true,
200
- "explanation": "A list of additional assets (e.g. training data, training/inference code, evaluation code) that are made available, with details of how to access them and related licenses."
201
- }
202
- },
203
- "Use": {
204
- "AcceptableUsePolicy": {
205
- "description": "Link to acceptable use policy or statement that none exists",
206
- "value": "",
207
- "AIO": true,
208
- "NCAs": true,
209
- "DPs": true,
210
- "explanation": "Provide a link to the acceptable use policy (or attach to the document) or indicate that none exists."
211
- },
212
- "IntendedUses": {
213
- "description": "Description of intended and restricted uses",
214
- "value": "",
215
- "AIO": true,
216
- "NCAs": true,
217
- "DPs": true,
218
- "explanation": "A description of intended or restricted uses as specified in instructions for use, terms and conditions, promotional materials, or technical documentation. [Recommended 200 words]."
219
- },
220
- "IntegrationTypes": {
221
- "description": "AI systems in which model can/cannot be integrated",
222
- "examples": [
223
- "Autonomous systems",
224
- "Conversational assistants",
225
- "Decision support systems",
226
- "Creative AI systems",
227
- "Predictive systems",
228
- "Cybersecurity",
229
- "Surveillance",
230
- "Human-AI collaboration"
231
- ],
232
- "selected": [],
233
- "AIO": true,
234
- "NCAs": true,
235
- "DPs": true,
236
- "explanation": "Type and nature of AI systems in which the model can/cannot be integrated, e.g. autonomous systems, assistants, predictive systems. [Recommended 300 words]."
237
- },
238
- "TechnicalMeansForIntegration": {
239
- "description": "Technical means required for model integration",
240
- "value": "",
241
- "AIO": false,
242
- "NCAs": false,
243
- "DPs": true,
244
- "explanation": "A general description of the technical means (instructions, infrastructure, tools) required for integration into AI systems. [Recommended 100 words]."
245
- },
246
- "RequiredHardware": {
247
- "description": "Hardware requirements (if any)",
248
- "value": "",
249
- "AIO": false,
250
- "NCAs": false,
251
- "DPs": true,
252
- "explanation": "Description of hardware required to use the model, or 'N/A' if not applicable (e.g. API access). [Recommended 100 words]."
253
- },
254
- "RequiredSoftware": {
255
- "description": "Software requirements (if any)",
256
- "value": "",
257
- "AIO": false,
258
- "NCAs": false,
259
- "DPs": true,
260
- "explanation": "Description of software required to use the model, or 'N/A' if not applicable. [Recommended 100 words]."
261
- }
262
- },
263
- "TrainingData": {
264
- "DataType": {
265
- "description": "Types/modalities of training, testing, validation data",
266
- "options": [
267
- "Text",
268
- "Images",
269
- "Audio",
270
- "Video",
271
- "Other"
272
- ],
273
- "selected": [],
274
- "AIO": true,
275
- "NCAs": true,
276
- "DPs": true,
277
- "explanation": "Modalities of data used in training, testing, and validation (Text, Images, Audio, Video, or Other)."
278
- },
279
- "DataProvenance": {
280
- "description": "Sources of data",
281
- "options": [
282
- "Web crawling",
283
- "Private third-party datasets",
284
- "User data",
285
- "Publicly available datasets",
286
- "Other collected data",
287
- "Synthetic data (non-public)"
288
- ],
289
- "selected": [],
290
- "AIO": true,
291
- "NCAs": true,
292
- "DPs": true,
293
- "explanation": "Sources of data (Web crawl, private datasets, user data, public datasets, synthetic, or other)."
294
- },
295
- "NumberOfDataPoints": {
296
- "description": "Size of datasets with units and required precision",
297
- "training": "",
298
- "testing": "",
299
- "validation": "",
300
- "unit": "",
301
- "precision": [
302
- "≥1 sig fig",
303
- "≥2 sig fig"
304
- ],
305
- "AIO": true,
306
- "NCAs": true,
307
- "DPs": false,
308
- "explanation": "The size of the datasets (training, testing, validation) with definition of the unit of data points (e.g. tokens, documents, images, hours of video), recorded with required precision."
309
- }
310
- },
311
- "ComputationalResources": {
312
- "TrainingTime": {
313
- "description": "Training duration",
314
- "ranges": [
315
- "<1 month",
316
- "1–3 months",
317
- "3–6 months",
318
- ">6 months"
319
- ],
320
- "selectedRange": "",
321
- "precise": {
322
- "wallClockDays": "",
323
- "hardwareDays": ""
324
- },
325
- "AIO": true,
326
- "NCAs": true,
327
- "DPs": false,
328
- "explanation": "Duration of training measured either as a range (<1 month, 1–3 months, 3–6 months, >6 months) or precisely in wall clock days and hardware days."
329
- },
330
- "ComputationUsed": {
331
- "description": "Amount of computation used for training",
332
- "value": "",
333
- "precision": [
334
- "Order of magnitude",
335
- "≥2 sig fig"
336
- ],
337
- "AIO": true,
338
- "NCAs": true,
339
- "DPs": false,
340
- "explanation": "Measured or estimated amount of computation used for training, reported in FLOPs (order of magnitude or ≥2 significant figures)."
341
- }
342
- },
343
- "EnergyConsumption": {
344
- "TrainingEnergy": {
345
- "description": "Energy used for training (MWh)",
346
- "value": "",
347
- "precision": "≥2 sig fig",
348
- "AIO": true,
349
- "NCAs": true,
350
- "DPs": false,
351
- "explanation": "Measured or estimated energy used for training (MWh), recorded with ≥2 significant figures. Enter ‘N/A’ if not estimable."
352
- },
353
- "InferenceComputation": {
354
- "description": "Benchmarked computation for inference (FLOPs)",
355
- "value": "",
356
- "precision": "≥2 sig fig",
357
- "AIO": true,
358
- "NCAs": true,
359
- "DPs": false,
360
- "explanation": "Benchmarked computation for inference, reported in FLOPs with ≥2 significant figures."
361
- }
362
- }
363
- }