Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -26,6 +26,57 @@ configs:
|
|
26 |
- default
|
27 |
- dictionary
|
28 |
- ptb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# Dataset Card for sst
|
@@ -189,4 +240,4 @@ Rotten Tomatoes reviewers.
|
|
189 |
|
190 |
### Contributions
|
191 |
|
192 |
-
Thanks to [@patpizio](https://github.com/patpizio) for adding this dataset.
|
|
|
26 |
- default
|
27 |
- dictionary
|
28 |
- ptb
|
29 |
+
dataset_info:
|
30 |
+
- config_name: default
|
31 |
+
features:
|
32 |
+
- name: sentence
|
33 |
+
dtype: string
|
34 |
+
- name: label
|
35 |
+
dtype: float32
|
36 |
+
- name: tokens
|
37 |
+
dtype: string
|
38 |
+
- name: tree
|
39 |
+
dtype: string
|
40 |
+
splits:
|
41 |
+
- name: test
|
42 |
+
num_bytes: 730154
|
43 |
+
num_examples: 2210
|
44 |
+
- name: train
|
45 |
+
num_bytes: 2818768
|
46 |
+
num_examples: 8544
|
47 |
+
- name: validation
|
48 |
+
num_bytes: 366205
|
49 |
+
num_examples: 1101
|
50 |
+
download_size: 7162356
|
51 |
+
dataset_size: 3915127
|
52 |
+
- config_name: dictionary
|
53 |
+
features:
|
54 |
+
- name: phrase
|
55 |
+
dtype: string
|
56 |
+
- name: label
|
57 |
+
dtype: float32
|
58 |
+
splits:
|
59 |
+
- name: dictionary
|
60 |
+
num_bytes: 12121843
|
61 |
+
num_examples: 239232
|
62 |
+
download_size: 7162356
|
63 |
+
dataset_size: 12121843
|
64 |
+
- config_name: ptb
|
65 |
+
features:
|
66 |
+
- name: ptb_tree
|
67 |
+
dtype: string
|
68 |
+
splits:
|
69 |
+
- name: test
|
70 |
+
num_bytes: 566248
|
71 |
+
num_examples: 2210
|
72 |
+
- name: train
|
73 |
+
num_bytes: 2185694
|
74 |
+
num_examples: 8544
|
75 |
+
- name: validation
|
76 |
+
num_bytes: 284132
|
77 |
+
num_examples: 1101
|
78 |
+
download_size: 7162356
|
79 |
+
dataset_size: 3036074
|
80 |
---
|
81 |
|
82 |
# Dataset Card for sst
|
|
|
240 |
|
241 |
### Contributions
|
242 |
|
243 |
+
Thanks to [@patpizio](https://github.com/patpizio) for adding this dataset.
|