salohnana2018 commited on
Commit
bc25fa3
1 Parent(s): 0a65636

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [UBC-NLP/MARBERTv2](https://huggingface.co/UBC-NLP/MARBERTv2) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.1278
23
- - Precision: 0.7571
24
- - Recall: 0.7843
25
- - F1: 0.7704
26
- - Accuracy: 0.9549
27
 
28
  ## Model description
29
 
@@ -48,15 +48,17 @@ The following hyperparameters were used during training:
48
  - seed: 25
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - num_epochs: 3
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | 0.1919 | 1.0 | 121 | 0.1168 | 0.7751 | 0.7265 | 0.7500 | 0.9537 |
58
- | 0.0949 | 2.0 | 242 | 0.1188 | 0.7863 | 0.7588 | 0.7723 | 0.9568 |
59
- | 0.0703 | 3.0 | 363 | 0.1278 | 0.7571 | 0.7843 | 0.7704 | 0.9549 |
 
 
60
 
61
 
62
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [UBC-NLP/MARBERTv2](https://huggingface.co/UBC-NLP/MARBERTv2) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.1711
23
+ - Precision: 0.7538
24
+ - Recall: 0.7902
25
+ - F1: 0.7716
26
+ - Accuracy: 0.9536
27
 
28
  ## Model description
29
 
 
48
  - seed: 25
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - num_epochs: 5
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.1914 | 1.0 | 121 | 0.1169 | 0.7655 | 0.7369 | 0.7510 | 0.9536 |
58
+ | 0.0946 | 2.0 | 242 | 0.1192 | 0.7952 | 0.7334 | 0.7631 | 0.9558 |
59
+ | 0.0643 | 3.0 | 363 | 0.1336 | 0.7471 | 0.7932 | 0.7695 | 0.9537 |
60
+ | 0.0428 | 4.0 | 484 | 0.1585 | 0.7312 | 0.7957 | 0.7621 | 0.9517 |
61
+ | 0.0286 | 5.0 | 605 | 0.1711 | 0.7538 | 0.7902 | 0.7716 | 0.9536 |
62
 
63
 
64
  ### Framework versions