finiteautomata
commited on
Commit
•
0e9f04f
1
Parent(s):
a578cd9
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: tweet_id
|
5 |
+
dtype: string
|
6 |
+
- name: text
|
7 |
+
dtype: string
|
8 |
+
- name: title
|
9 |
+
dtype: string
|
10 |
+
- name: url
|
11 |
+
dtype: string
|
12 |
+
- name: user
|
13 |
+
dtype: string
|
14 |
+
- name: body
|
15 |
+
dtype: string
|
16 |
+
- name: created_at
|
17 |
+
dtype: string
|
18 |
+
- name: comments
|
19 |
+
list:
|
20 |
+
- name: created_at
|
21 |
+
dtype: string
|
22 |
+
- name: prediction
|
23 |
+
struct:
|
24 |
+
- name: APPEARANCE
|
25 |
+
dtype: int64
|
26 |
+
- name: CALLS
|
27 |
+
dtype: int64
|
28 |
+
- name: CLASS
|
29 |
+
dtype: int64
|
30 |
+
- name: CRIMINAL
|
31 |
+
dtype: int64
|
32 |
+
- name: DISABLED
|
33 |
+
dtype: int64
|
34 |
+
- name: LGBTI
|
35 |
+
dtype: int64
|
36 |
+
- name: POLITICS
|
37 |
+
dtype: int64
|
38 |
+
- name: RACISM
|
39 |
+
dtype: int64
|
40 |
+
- name: WOMEN
|
41 |
+
dtype: int64
|
42 |
+
- name: text
|
43 |
+
dtype: string
|
44 |
+
- name: tweet_id
|
45 |
+
dtype: string
|
46 |
+
- name: user_id
|
47 |
+
dtype: string
|
48 |
+
splits:
|
49 |
+
- name: train
|
50 |
+
num_bytes: 2367548649.4448075
|
51 |
+
num_examples: 307115
|
52 |
+
download_size: 1200492208
|
53 |
+
dataset_size: 2367548649.4448075
|
54 |
+
---
|
55 |
+
# Dataset Card for "news-argentina"
|
56 |
+
|
57 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|