Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1 |
---
|
2 |
license: odc-by
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# wice
|
|
|
1 |
---
|
2 |
license: odc-by
|
3 |
+
configs:
|
4 |
+
- config_name: claim
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/claim_train.jsonl
|
8 |
+
- split: validation
|
9 |
+
path: data/claim_dev.jsonl
|
10 |
+
- split: test
|
11 |
+
path: data/claim_test.jsonl
|
12 |
+
- config_name: subclaim
|
13 |
+
data_files:
|
14 |
+
- split: train
|
15 |
+
path: data/subclaim_train.jsonl
|
16 |
+
- split: validation
|
17 |
+
path: data/subclaim_dev.jsonl
|
18 |
+
- split: test
|
19 |
+
path: data/subclaim_test.jsonl
|
20 |
---
|
21 |
|
22 |
# wice
|