Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1 |
---
|
2 |
license: unknown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Winograd Schema Challenge examples included in the SuperGLUE Benchmark
|
|
|
1 |
---
|
2 |
license: unknown
|
3 |
+
configs:
|
4 |
+
- config_name: wsc.fixed
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: "wsc.fixed/train-*.parquet"
|
8 |
+
- split: validation
|
9 |
+
path: "wsc.fixed/validation-*.parquet"
|
10 |
+
- split: test
|
11 |
+
path: "wsc.fixed/test-*.parquet"
|
12 |
+
- config_name: wsc
|
13 |
+
data_files:
|
14 |
+
- split: train
|
15 |
+
path: "wsc/train-*.parquet"
|
16 |
+
- split: validation
|
17 |
+
path: "wsc/validation-*.parquet"
|
18 |
+
- split: test
|
19 |
+
path: "wsc/test-*.parquet"
|
20 |
---
|
21 |
|
22 |
# Winograd Schema Challenge examples included in the SuperGLUE Benchmark
|