Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ Github repository: https://github.com/paulrojasg/nlp_4th_workshop
|
|
34 |
|
35 |
## Training Details
|
36 |
|
37 |
-
- Epochs:
|
38 |
- Learning Rate: 2e-05
|
39 |
- Weight Decay: 0.01
|
40 |
- Batch Size (Train): 16
|
@@ -44,11 +44,16 @@ Github repository: https://github.com/paulrojasg/nlp_4th_workshop
|
|
44 |
|
45 |
| Epoch | Training Loss | Validation Loss | Precision | Recall | F1 Score | Accuracy |
|
46 |
|:----:|:-------------:|:---------------:|:---------:|:------:|:--------:|:--------:|
|
47 |
-
| 1 | 0.
|
48 |
-
| 2 | 0.
|
49 |
-
| 3 | 0.
|
50 |
-
| 4 | 0.
|
51 |
-
| 5 | 0.
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
# Authors
|
|
|
34 |
|
35 |
## Training Details
|
36 |
|
37 |
+
- Epochs: 10
|
38 |
- Learning Rate: 2e-05
|
39 |
- Weight Decay: 0.01
|
40 |
- Batch Size (Train): 16
|
|
|
44 |
|
45 |
| Epoch | Training Loss | Validation Loss | Precision | Recall | F1 Score | Accuracy |
|
46 |
|:----:|:-------------:|:---------------:|:---------:|:------:|:--------:|:--------:|
|
47 |
+
| 1 | 0.0104| 0.1915 | 0.8359 | 0.8568 | 0.8462 | 0.9701 |
|
48 |
+
| 2 | 0.0101| 0.2187 | 0.8226 | 0.8387 | 0.8306 | 0.9676 |
|
49 |
+
| 3 | 0.0066| 0.2085 | 0.8551 | 0.8637 | 0.8594 | 0.9699 |
|
50 |
+
| 4 | 0.0069| 0.2139 | 0.8342 | 0.8431 | 0.8386 | 0.9698 |
|
51 |
+
| 5 | 0.0070| 0.2110 | 0.8480 | 0.8536 | 0.8508 | 0.9708 |
|
52 |
+
| 6 | 0.0060| 0.2214 | 0.8378 | 0.8497 | 0.8437 | 0.9703 |
|
53 |
+
| 7 | 0.0042| 0.2284 | 0.8437 | 0.8596 | 0.8516 | 0.9704 |
|
54 |
+
| 8 | 0.0034| 0.2344 | 0.8417 | 0.8566 | 0.8491 | 0.9702 |
|
55 |
+
| 9 | 0.0026| 0.2385 | 0.8400 | 0.8580 | 0.8489 | 0.9698 |
|
56 |
+
| 10 | 0.0023| 0.2412 | 0.8460 | 0.8610 | 0.8534 | 0.9704 |
|
57 |
|
58 |
|
59 |
# Authors
|