Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
nicholasKluge commited on
Commit
b7e431b
·
verified ·
1 Parent(s): 653c23d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -28,20 +28,21 @@ The dataset consists of a data frame with the following columns:
28
  - text
29
 
30
  {
31
- "airline_sentiment": "negative [0]",
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
- 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.09.
 
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
  ---