volodymyrs
commited on
Commit
•
16ba607
1
Parent(s):
e83a8ba
Upload folder using huggingface_hub
Browse files- README.md +11 -0
- new_file.json +1 -1
README.md
CHANGED
@@ -11,6 +11,17 @@ tags:
|
|
11 |
- automatic-speech-recognition
|
12 |
- speech
|
13 |
- allennlp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
This markdown file contains the spec for the modelcard metadata regarding evaluation parameters. When present, and only then, 'model-index', 'datasets' and 'license' contents will be verified when git pushing changes to your README.md file.
|
|
|
11 |
- automatic-speech-recognition
|
12 |
- speech
|
13 |
- allennlp
|
14 |
+
model-index:
|
15 |
+
- name: small_model
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
type: test_model_type
|
19 |
+
dataset:
|
20 |
+
type: any_dataset_type
|
21 |
+
name: any_dataset_name
|
22 |
+
metrics:
|
23 |
+
- type: metric_type
|
24 |
+
value: metric_name
|
25 |
---
|
26 |
|
27 |
This markdown file contains the spec for the modelcard metadata regarding evaluation parameters. When present, and only then, 'model-index', 'datasets' and 'license' contents will be verified when git pushing changes to your README.md file.
|
new_file.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"name": "next"}
|
|
|
1 |
+
{"name": "after-next"}
|