Mateo GN commited on
Commit
d1523de
1 Parent(s): 7c8e2a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -11
README.md CHANGED
@@ -9,12 +9,10 @@ model-index:
9
  results: []
10
  ---
11
 
12
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
- should probably proofread and complete it, then remove this comment. -->
14
-
15
  # finetuning-pysentimiento-war-tweets
16
 
17
- This model is a fine-tuned version of [finiteautomata/beto-sentiment-analysis](https://huggingface.co/finiteautomata/beto-sentiment-analysis) on an unknown dataset.
 
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.8048
20
  - Accuracy: 0.7156
@@ -22,15 +20,15 @@ It achieves the following results on the evaluation set:
22
 
23
  ## Model description
24
 
25
- More information needed
26
 
27
  ## Intended uses & limitations
28
 
29
- More information needed
30
 
31
  ## Training and evaluation data
32
 
33
- More information needed
34
 
35
  ## Training procedure
36
 
@@ -45,10 +43,6 @@ The following hyperparameters were used during training:
45
  - lr_scheduler_type: linear
46
  - num_epochs: 2
47
 
48
- ### Training results
49
-
50
-
51
-
52
  ### Framework versions
53
 
54
  - Transformers 4.20.1
 
9
  results: []
10
  ---
11
 
 
 
 
12
  # finetuning-pysentimiento-war-tweets
13
 
14
+ This model is a fine-tuned version of [finiteautomata/beto-sentiment-analysis](https://huggingface.co/finiteautomata/beto-sentiment-analysis) on a dataset of 1500 tweets
15
+ from Peruvian accounts.
16
  It achieves the following results on the evaluation set:
17
  - Loss: 0.8048
18
  - Accuracy: 0.7156
 
20
 
21
  ## Model description
22
 
23
+ This model in a fine-tuned version of [finiteautomata/beto-sentiment-analysis](https://huggingface.co/finiteautomata/beto-sentiment-analysis) using five labels: **pro_russia**, **against_ukraine**, **neutral**, **against_russia**, **pro_ukraine**.
24
 
25
  ## Intended uses & limitations
26
 
27
+ This model shall be used to classify text (more specifically, Spanish tweets) as expressing a position with respect to the Russo-Ukrainian war.
28
 
29
  ## Training and evaluation data
30
 
31
+ We used an 80/20 training/test split on the aforementioned dataset.
32
 
33
  ## Training procedure
34
 
 
43
  - lr_scheduler_type: linear
44
  - num_epochs: 2
45
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - Transformers 4.20.1