Seb00927 commited on
Commit
6254af5
1 Parent(s): 97819c6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -34,7 +34,7 @@ Github repository: https://github.com/paulrojasg/nlp_4th_workshop
34
 
35
  ## Training Details
36
 
37
- - Epochs: 5
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.0507| 0.1354 | 0.8310 | 0.8518 | 0.8413 | 0.9700 |
48
- | 2 | 0.0292| 0.1598 | 0.8331 | 0.8433 | 0.8382 | 0.9684 |
49
- | 3 | 0.0172| 0.1565 | 0.8392 | 0.8550 | 0.8470 | 0.9705 |
50
- | 4 | 0.0136| 0.1812 | 0.8456 | 0.8534 | 0.8495 | 0.9698 |
51
- | 5 | 0.0088| 0.1861 | 0.8395 | 0.8543 | 0.8468 | 0.9699 |
 
 
 
 
 
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