dieineb commited on
Commit
282c136
1 Parent(s): 32b4cd2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -17,6 +17,8 @@ configs:
17
  data_files:
18
  - split: train
19
  path: data/train-*
 
 
20
  ---
21
  # Sentiment Analysis dataset
22
 
@@ -36,6 +38,10 @@ This dataset is a concatenation of the [`IMDB 50K`](https://www.kaggle.com/datas
36
 
37
  The dataset consists of a data frame with the following columns:
38
 
 
 
 
 
39
 
40
  ## How to use
41
 
@@ -48,4 +54,4 @@ dataset = load_dataset("AiresPucrs/sentiment-analysis", split='train')
48
 
49
  ## License
50
 
51
- This dataset is licensed under the Apache license 2.0.
 
17
  data_files:
18
  - split: train
19
  path: data/train-*
20
+ language:
21
+ - en
22
  ---
23
  # Sentiment Analysis dataset
24
 
 
38
 
39
  The dataset consists of a data frame with the following columns:
40
 
41
+ -**text:**
42
+
43
+ -**label:**
44
+
45
 
46
  ## How to use
47
 
 
54
 
55
  ## License
56
 
57
+ This dataset is licensed under the Apache License 2.0.