bambadij commited on
Commit
02ca4c9
·
1 Parent(s): f085b11

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: eval
8
+ path: data/eval-*
9
+ dataset_info:
10
+ features:
11
+ - name: input_ids
12
+ sequence: int32
13
+ - name: attention_mask
14
+ sequence: int8
15
+ - name: labels
16
+ dtype: int64
17
+ splits:
18
+ - name: train
19
+ num_bytes: 1827789
20
+ num_examples: 7999
21
+ - name: eval
22
+ num_bytes: 527000
23
+ num_examples: 2000
24
+ download_size: 569067
25
+ dataset_size: 2354789
26
+ ---
27
+ # Dataset Card for "COVID_Vaccine_Tweet_sentiment_analysis_roberta"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)