File size: 813 Bytes
8cf9e6c
5da72c4
 
 
 
 
 
8cf9e6c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5da72c4
 
 
 
 
 
 
 
 
 
8cf9e6c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
language:
- en
task_categories:
- text-classification
task_ids:
- sentiment-classification
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: test
    num_bytes: 549795
    num_examples: 6500
  download_size: 388442
  dataset_size: 549795
---
# Dataset Card for "natural-instruction-195"

## Dataset Description
NaturalInstruction task 195.

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.

## Data Fields

- `text`: Tweet text.
- `label`: Sentiment of the text, either "negative" (0) or positive (1).

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)