Commit ·
8ccc562
1
Parent(s): 1ea3a65
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -10,6 +10,8 @@ dataset_info:
|
|
| 10 |
'2': 3 stars
|
| 11 |
'3': 4 stars
|
| 12 |
'4': 5 stars
|
|
|
|
|
|
|
| 13 |
- name: input_ids
|
| 14 |
sequence: int32
|
| 15 |
- name: token_type_ids
|
|
@@ -18,13 +20,13 @@ dataset_info:
|
|
| 18 |
sequence: int8
|
| 19 |
splits:
|
| 20 |
- name: train
|
| 21 |
-
num_bytes:
|
| 22 |
num_examples: 650000
|
| 23 |
- name: test
|
| 24 |
-
num_bytes:
|
| 25 |
num_examples: 50000
|
| 26 |
-
download_size:
|
| 27 |
-
dataset_size:
|
| 28 |
---
|
| 29 |
# Dataset Card for "preprocessed_yelp_for_bert"
|
| 30 |
|
|
|
|
| 10 |
'2': 3 stars
|
| 11 |
'3': 4 stars
|
| 12 |
'4': 5 stars
|
| 13 |
+
- name: text
|
| 14 |
+
dtype: string
|
| 15 |
- name: input_ids
|
| 16 |
sequence: int32
|
| 17 |
- name: token_type_ids
|
|
|
|
| 20 |
sequence: int8
|
| 21 |
splits:
|
| 22 |
- name: train
|
| 23 |
+
num_bytes: 2488411554
|
| 24 |
num_examples: 650000
|
| 25 |
- name: test
|
| 26 |
+
num_bytes: 191471188
|
| 27 |
num_examples: 50000
|
| 28 |
+
download_size: 565360963
|
| 29 |
+
dataset_size: 2679882742
|
| 30 |
---
|
| 31 |
# Dataset Card for "preprocessed_yelp_for_bert"
|
| 32 |
|