paulrojasg commited on
Commit
e8fda10
1 Parent(s): 24bf2e6

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.0178| 0.1665 | 0.8275 | 0.8509 | 0.8390 | 0.9706 |
48
- | 2 | 0.0144| 0.1737 | 0.8355 | 0.8495 | 0.8424 | 0.9689 |
49
- | 3 | 0.0121| 0.1754 | 0.8432 | 0.8612 | 0.8521 | 0.9715 |
50
- | 4 | 0.0085| 0.1986 | 0.8352 | 0.8527 | 0.8439 | 0.9701 |
51
- | 5 | 0.0060| 0.2106 | 0.8390 | 0.8536 | 0.8462 | 0.9696 |
 
 
 
 
 
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.0065| 0.2077 | 0.8436 | 0.8564 | 0.8499 | 0.9712 |
48
+ | 2 | 0.0062| 0.2345 | 0.8318 | 0.8513 | 0.8415 | 0.9683 |
49
+ | 3 | 0.0069| 0.2156 | 0.8464 | 0.8470 | 0.8467 | 0.9674 |
50
+ | 4 | 0.0064| 0.2189 | 0.8356 | 0.8490 | 0.8423 | 0.9686 |
51
+ | 5 | 0.0055| 0.2383 | 0.8373 | 0.8488 | 0.8430 | 0.9687 |
52
+ | 6 | 0.0050| 0.2315 | 0.8334 | 0.8543 | 0.8438 | 0.9694 |
53
+ | 7 | 0.0037| 0.2343 | 0.8428 | 0.8573 | 0.8500 | 0.9703 |
54
+ | 8 | 0.0031| 0.2493 | 0.8400 | 0.8555 | 0.8477 | 0.9694 |
55
+ | 9 | 0.0024| 0.2421 | 0.8478 | 0.8617 | 0.8547 | 0.9704 |
56
+ | 10 | 0.0023| 0.2497 | 0.8432 | 0.8598 | 0.8514 | 0.9703 |
57
 
58
 
59
  # Authors