Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
mattymchen
commited on
Commit
·
5e004b3
1
Parent(s):
d184567
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: label
|
7 |
+
dtype: int64
|
8 |
+
splits:
|
9 |
+
- name: test
|
10 |
+
num_bytes: 1352524
|
11 |
+
num_examples: 10662
|
12 |
+
download_size: 883903
|
13 |
+
dataset_size: 1352524
|
14 |
+
---
|
15 |
+
# Dataset Card for "mr"
|
16 |
+
|
17 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|