pablo-rf commited on
Commit
e3b5213
·
verified ·
1 Parent(s): 266561e

Add label correspondence

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ language:
10
 
11
  Datasets to train and test language models in the task of sentiment analysis for Galician language. The two datasets (train and test) are constituted by the following entries:
12
 
13
- | Dataset | Positive | Neutral | Negative | Total |
14
  |-----------|----------|---------|----------|---------|
15
  | Training | 15,610 | 14,034 | 16,174 | 45,818 |
16
  | Test | 424 | 224 | 350 | 998 |
 
10
 
11
  Datasets to train and test language models in the task of sentiment analysis for Galician language. The two datasets (train and test) are constituted by the following entries:
12
 
13
+ | Dataset | Positive (1) | Neutral (0) | Negative (2) | Total |
14
  |-----------|----------|---------|----------|---------|
15
  | Training | 15,610 | 14,034 | 16,174 | 45,818 |
16
  | Test | 424 | 224 | 350 | 998 |