finiteautomata
commited on
Commit
•
6d32203
1
Parent(s):
2971ce6
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: _id
|
5 |
+
struct:
|
6 |
+
- name: $oid
|
7 |
+
dtype: string
|
8 |
+
- name: text
|
9 |
+
dtype: string
|
10 |
+
- name: tweet_id
|
11 |
+
dtype: int64
|
12 |
+
- name: user_id
|
13 |
+
dtype: int64
|
14 |
+
- name: screen_name
|
15 |
+
dtype: string
|
16 |
+
splits:
|
17 |
+
- name: train
|
18 |
+
num_bytes: 2898512697
|
19 |
+
num_examples: 18674199
|
20 |
+
download_size: 1575757617
|
21 |
+
dataset_size: 2898512697
|
22 |
+
---
|
23 |
+
# Dataset Card for "spanish-tweets"
|
24 |
+
|
25 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|