mattymchen commited on
Commit
5da72c4
1 Parent(s): 8cf9e6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,4 +1,10 @@
1
  ---
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: text
@@ -14,4 +20,14 @@ dataset_info:
14
  ---
15
  # Dataset Card for "natural-instruction-195"
16
 
 
 
 
 
 
 
 
 
 
 
17
  [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
+ task_categories:
5
+ - text-classification
6
+ task_ids:
7
+ - sentiment-classification
8
  dataset_info:
9
  features:
10
  - name: text
 
20
  ---
21
  # Dataset Card for "natural-instruction-195"
22
 
23
+ ## Dataset Description
24
+ NaturalInstruction task 195.
25
+
26
+ In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.
27
+
28
+ ## Data Fields
29
+
30
+ - `text`: Tweet text.
31
+ - `label`: Sentiment of the text, either "negative" (0) or positive (1).
32
+
33
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)