GaoangLau
commited on
Commit
•
822b45a
1
Parent(s):
7fe689f
feat: add dataset infos json
Browse files- dataset_infos.json +18 -0
dataset_infos.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "STS 2012-2016 dataset",
|
4 |
+
"citation": "",
|
5 |
+
"homepage": "",
|
6 |
+
"license": "bsd",
|
7 |
+
"supervised_keys": null,
|
8 |
+
"config_name": "default",
|
9 |
+
"version": {
|
10 |
+
"version_str": "0.1.0",
|
11 |
+
"description": null,
|
12 |
+
"datasets_version_to_prepare": null,
|
13 |
+
"major": 0,
|
14 |
+
"minor": 1,
|
15 |
+
"patch": 0
|
16 |
+
}
|
17 |
+
}
|
18 |
+
}
|