Added features to README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,18 @@ configs:
|
|
14 |
path: "xnli.dev.eu.tsv"
|
15 |
- split: test
|
16 |
path: "xnli.test.eu.tsv"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
- config_name: eu_mt
|
18 |
data_files:
|
19 |
- split: train
|
@@ -22,10 +34,35 @@ configs:
|
|
22 |
path: "xnli.dev.eu.mt.tsv"
|
23 |
- split: test
|
24 |
path: "xnli.test.eu.mt.tsv"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
- config_name: eu_native
|
26 |
data_files:
|
27 |
- split: test
|
28 |
path: "xnli.test.eu.native.tsv"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
# Dataset Card for Dataset Name
|
31 |
|
|
|
14 |
path: "xnli.dev.eu.tsv"
|
15 |
- split: test
|
16 |
path: "xnli.test.eu.tsv"
|
17 |
+
features:
|
18 |
+
- name: premise
|
19 |
+
dtype: string
|
20 |
+
- name: hypothesis
|
21 |
+
dtype: string
|
22 |
+
- name: label
|
23 |
+
dtype:
|
24 |
+
class_label:
|
25 |
+
names:
|
26 |
+
'0': entailment
|
27 |
+
'1': neutral
|
28 |
+
'2': contradiction
|
29 |
- config_name: eu_mt
|
30 |
data_files:
|
31 |
- split: train
|
|
|
34 |
path: "xnli.dev.eu.mt.tsv"
|
35 |
- split: test
|
36 |
path: "xnli.test.eu.mt.tsv"
|
37 |
+
features:
|
38 |
+
- name: premise
|
39 |
+
dtype: string
|
40 |
+
- name: hypothesis
|
41 |
+
dtype: string
|
42 |
+
- name: label
|
43 |
+
dtype:
|
44 |
+
class_label:
|
45 |
+
names:
|
46 |
+
'0': entailment
|
47 |
+
'1': neutral
|
48 |
+
'2': contradiction
|
49 |
- config_name: eu_native
|
50 |
data_files:
|
51 |
- split: test
|
52 |
path: "xnli.test.eu.native.tsv"
|
53 |
+
features:
|
54 |
+
- name: premise
|
55 |
+
dtype: string
|
56 |
+
- name: hypothesis
|
57 |
+
dtype: string
|
58 |
+
- name: label
|
59 |
+
dtype:
|
60 |
+
class_label:
|
61 |
+
names:
|
62 |
+
'0': entailment
|
63 |
+
'1': neutral
|
64 |
+
'2': contradiction
|
65 |
+
|
66 |
---
|
67 |
# Dataset Card for Dataset Name
|
68 |
|