Commit
·
8985a31
1
Parent(s):
031c73b
Update README.md
Browse files
README.md
CHANGED
@@ -28,17 +28,14 @@ dataset_info:
|
|
28 |
dtype: string
|
29 |
- name: labels
|
30 |
dtype: float64
|
31 |
-
|
32 |
-
-
|
33 |
-
path: "train.tsv"
|
34 |
num_bytes: 251558
|
35 |
num_examples: 853
|
36 |
-
-
|
37 |
-
path: "dev.tsv"
|
38 |
num_bytes: 27794
|
39 |
num_examples: 95
|
40 |
-
-
|
41 |
-
path: "test.tsv"
|
42 |
num_bytes: 117686
|
43 |
num_examples: 407
|
44 |
download_size: 397038
|
@@ -51,17 +48,14 @@ dataset_info:
|
|
51 |
dtype: string
|
52 |
- name: labels
|
53 |
dtype: float64
|
54 |
-
|
55 |
-
-
|
56 |
num_bytes: 1151604
|
57 |
num_examples: 2560
|
58 |
-
|
59 |
-
- split: dev
|
60 |
num_bytes: 120991
|
61 |
num_examples: 285
|
62 |
-
|
63 |
-
- split: test
|
64 |
-
path: "test_da.tsv"
|
65 |
num_bytes: 540844
|
66 |
num_examples: 1220
|
67 |
download_size: 1813439
|
@@ -99,6 +93,17 @@ config_names:
|
|
99 |
- meaning_with_data_augmentation
|
100 |
- meaning_holdout_identical
|
101 |
- meaning_holdout_unrelated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
---
|
103 |
|
104 |
# Dataset Card for "Continuous Scale Meaning Dataset" (CSMD)
|
|
|
28 |
dtype: string
|
29 |
- name: labels
|
30 |
dtype: float64
|
31 |
+
splits:
|
32 |
+
- name: train
|
|
|
33 |
num_bytes: 251558
|
34 |
num_examples: 853
|
35 |
+
- name: dev
|
|
|
36 |
num_bytes: 27794
|
37 |
num_examples: 95
|
38 |
+
- name: test
|
|
|
39 |
num_bytes: 117686
|
40 |
num_examples: 407
|
41 |
download_size: 397038
|
|
|
48 |
dtype: string
|
49 |
- name: labels
|
50 |
dtype: float64
|
51 |
+
splits:
|
52 |
+
- name: train
|
53 |
num_bytes: 1151604
|
54 |
num_examples: 2560
|
55 |
+
- name: dev
|
|
|
56 |
num_bytes: 120991
|
57 |
num_examples: 285
|
58 |
+
- name: test
|
|
|
|
|
59 |
num_bytes: 540844
|
60 |
num_examples: 1220
|
61 |
download_size: 1813439
|
|
|
93 |
- meaning_with_data_augmentation
|
94 |
- meaning_holdout_identical
|
95 |
- meaning_holdout_unrelated
|
96 |
+
viewer: true
|
97 |
+
|
98 |
+
configs:
|
99 |
+
- config_name: meaning
|
100 |
+
data_files:
|
101 |
+
- split: train
|
102 |
+
path: "train.tsv"
|
103 |
+
- split: dev
|
104 |
+
path: "dev.tsv"
|
105 |
+
- split: test
|
106 |
+
path: "test.tsv"
|
107 |
---
|
108 |
|
109 |
# Dataset Card for "Continuous Scale Meaning Dataset" (CSMD)
|