davidberenstein1957 HF staff commited on
Commit
56c5afb
·
1 Parent(s): b2f1999

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: inputs
7
+ struct:
8
+ - name: text
9
+ dtype: string
10
+ - name: prediction
11
+ list:
12
+ - name: label
13
+ dtype: string
14
+ - name: score
15
+ dtype: float64
16
+ - name: prediction_agent
17
+ dtype: string
18
+ - name: annotation
19
+ dtype: 'null'
20
+ - name: annotation_agent
21
+ dtype: 'null'
22
+ - name: multi_label
23
+ dtype: bool
24
+ - name: explanation
25
+ dtype: 'null'
26
+ - name: id
27
+ dtype: string
28
+ - name: metadata
29
+ struct:
30
+ - name: location
31
+ dtype: string
32
+ - name: screen_name
33
+ dtype: int64
34
+ - name: split
35
+ dtype: string
36
+ - name: user_name
37
+ dtype: int64
38
+ - name: status
39
+ dtype: string
40
+ - name: event_timestamp
41
+ dtype: timestamp[us]
42
+ - name: metrics
43
+ struct:
44
+ - name: text_length
45
+ dtype: int64
46
+ splits:
47
+ - name: train
48
+ num_bytes: 25394534
49
+ num_examples: 44955
50
+ download_size: 15712627
51
+ dataset_size: 25394534
52
+ ---
53
+ # Dataset Card for "twitter-coronavirus"
54
+
55
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)