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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -1,4 +1,17 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: text
@@ -52,4 +65,34 @@ dataset_info:
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)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license:
5
+ - unknown
6
+ size_categories:
7
+ - 10K<n<100K
8
+ source_datasets:
9
+ - original
10
+ task_categories:
11
+ - text-classification
12
+ task_ids:
13
+ - sentiment-classification
14
+ - sentiment-analysis
15
  dataset_info:
16
  features:
17
  - name: text
 
65
  ---
66
  # Dataset Card for "twitter-coronavirus"
67
 
68
+ ## Dataset Description
69
+
70
+ - **Homepage:** Kaggle Challenge
71
+ - **Repository:** https://www.kaggle.com/datasets/datatattle/covid-19-nlp-text-classification
72
+ - **Paper:** N.A.
73
+ - **Leaderboard:** N.A.
74
+ - **Point of Contact:** N.A.
75
+
76
+ ### Dataset Summary
77
+
78
+ Perform Text Classification on the data. The tweets have been pulled from Twitter and manual tagging has been done then.
79
+ The names and usernames have been given codes to avoid any privacy concerns.
80
+
81
+ Columns:
82
+ 1) Location
83
+ 2) Tweet At
84
+ 3) Original Tweet
85
+ 4) Label
86
+
87
+ ### Languages
88
+
89
+ english
90
+
91
+ ### Citation Information
92
+
93
+ https://www.kaggle.com/datasets/datatattle/covid-19-nlp-text-classification
94
+
95
+
96
+ ### Contributions
97
+
98
+ Thanks to [@davidberenstein1957](https://github.com/davidberenstein1957) for adding this dataset.