Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
toxicity
License:
nicholasKluge
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -28,20 +28,21 @@ The dataset consists of a data frame with the following columns:
|
|
28 |
- text
|
29 |
|
30 |
{
|
31 |
-
"
|
32 |
-
|
33 |
-
"text":"virginamerica why are your first fares in may over three times more than other carriers when all seats are available to select.",
|
34 |
}
|
35 |
|
36 |
## How to use
|
|
|
37 |
```
|
38 |
from datasets import load_dataset
|
39 |
|
40 |
-
dataset = load_dataset("AiresPucrs/tweets")
|
41 |
|
42 |
```
|
43 |
|
44 |
## License
|
45 |
-
|
|
|
46 |
|
47 |
---
|
|
|
28 |
- text
|
29 |
|
30 |
{
|
31 |
+
"label": 0,
|
32 |
+
"text": "virginamerica why are your first fares in may over three times more than other carriers when all seats are available to select.",
|
|
|
33 |
}
|
34 |
|
35 |
## How to use
|
36 |
+
|
37 |
```
|
38 |
from datasets import load_dataset
|
39 |
|
40 |
+
dataset = load_dataset("AiresPucrs/tweets", split='train')
|
41 |
|
42 |
```
|
43 |
|
44 |
## License
|
45 |
+
|
46 |
+
The Twitter US Airline Sentiment is licensed under the [Creative Commons(CC)](https://creativecommons.org/licenses/by-nc-sa/4.0/) License CC BY-NC-SA 4.0.
|
47 |
|
48 |
---
|