nsthorat-lilac
commited on
Commit
•
e2abee8
1
Parent(s):
a378d10
Upload folder using huggingface_hub
Browse files- local/glue/config.yml +6 -0
- local/glue/data-00000-of-00001.parquet +3 -0
- local/glue/manifest.json +24 -0
local/glue/config.yml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: glue
|
2 |
+
namespace: local
|
3 |
+
settings:
|
4 |
+
ui:
|
5 |
+
media_paths: [premise]
|
6 |
+
source: {config_name: ax, dataset_name: glue, source_name: huggingface}
|
local/glue/data-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:045bede453a7086137d1cd9ee83cd41f122e1b7f2d7c1320bd81815c70818aa9
|
3 |
+
size 116375
|
local/glue/manifest.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"files": [
|
3 |
+
"data-00000-of-00001.parquet"
|
4 |
+
],
|
5 |
+
"data_schema": {
|
6 |
+
"fields": {
|
7 |
+
"premise": {
|
8 |
+
"dtype": "string"
|
9 |
+
},
|
10 |
+
"hypothesis": {
|
11 |
+
"dtype": "string"
|
12 |
+
},
|
13 |
+
"label": {
|
14 |
+
"dtype": "string"
|
15 |
+
},
|
16 |
+
"idx": {
|
17 |
+
"dtype": "int32"
|
18 |
+
},
|
19 |
+
"__hfsplit__": {
|
20 |
+
"dtype": "string"
|
21 |
+
}
|
22 |
+
}
|
23 |
+
}
|
24 |
+
}
|