Create metadata.yaml
#1
by
swarup692
- opened
- metadata.yaml +14 -0
metadata.yaml
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
language:
|
2 |
+
- "List of ISO 639-1 code for your language"
|
3 |
+
- "python"
|
4 |
+
thumbnail: "url to a thumbnail used in social sharing"
|
5 |
+
tags:
|
6 |
+
- tag1
|
7 |
+
- tag2
|
8 |
+
license: "any valid license identifier"
|
9 |
+
datasets:
|
10 |
+
- dataset1
|
11 |
+
- dataset2
|
12 |
+
metrics:
|
13 |
+
- metric1
|
14 |
+
- metric2
|