bartoszmaj
commited on
Commit
•
1263d64
1
Parent(s):
3dbb2c2
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: openrail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: openrail
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: sen
|
6 |
+
struct:
|
7 |
+
- name: compound
|
8 |
+
dtype: float64
|
9 |
+
- name: neg
|
10 |
+
dtype: float64
|
11 |
+
- name: neu
|
12 |
+
dtype: float64
|
13 |
+
- name: pos
|
14 |
+
dtype: float64
|
15 |
+
splits:
|
16 |
+
- name: train
|
17 |
+
num_bytes: 32000000
|
18 |
+
num_examples: 1000000
|
19 |
+
download_size: 14765244
|
20 |
+
dataset_size: 32000000
|
21 |
---
|