VerificadoProfesional commited on
Commit
ff4586c
1 Parent(s): 0a4f894

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -35,7 +35,7 @@ It was trained on a dataset containing 11,500 Spanish tweets collected from vari
35
  * **num_classes = 2**
36
  * **max_length = 128**
37
  * **batch_size = 16**
38
- * **num_epochs = 10**
39
  * **learning_rate = 3e-5**
40
 
41
  * **Dataset**: 11,500 Spanish tweets (Positive and Negative)
@@ -43,7 +43,7 @@ It was trained on a dataset containing 11,500 Spanish tweets collected from vari
43
  ## Metrics
44
  The model's performance was evaluated using the following metrics:
45
 
46
- * **Accuracy = _86.47%%_**
47
  * **F1-Score = _86.47%_**
48
  * **Precision = _86.46%_**
49
  * **Recall = _86.51%_**
 
35
  * **num_classes = 2**
36
  * **max_length = 128**
37
  * **batch_size = 16**
38
+ * **num_epochs = 5**
39
  * **learning_rate = 3e-5**
40
 
41
  * **Dataset**: 11,500 Spanish tweets (Positive and Negative)
 
43
  ## Metrics
44
  The model's performance was evaluated using the following metrics:
45
 
46
+ * **Accuracy = _86.47%_**
47
  * **F1-Score = _86.47%_**
48
  * **Precision = _86.46%_**
49
  * **Recall = _86.51%_**