lamaabdulaziz commited on
Commit
f063af5
·
1 Parent(s): da00e44

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [UBC-NLP/MARBERT](https://huggingface.co/UBC-NLP/MARBERT) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5506
21
- - Macro F1: 0.7395
22
- - Accuracy: 0.7517
23
- - Precision: 0.7448
24
- - Recall: 0.7365
25
 
26
  ## Model description
27
 
@@ -54,9 +54,9 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy | Precision | Recall |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|
57
- | 0.5315 | 1.0 | 1597 | 0.5147 | 0.7276 | 0.7324 | 0.7264 | 0.7320 |
58
- | 0.3905 | 2.0 | 3194 | 0.5506 | 0.7395 | 0.7517 | 0.7448 | 0.7365 |
59
- | 0.2456 | 3.0 | 4791 | 0.8136 | 0.7317 | 0.7443 | 0.7369 | 0.7289 |
60
 
61
 
62
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [UBC-NLP/MARBERT](https://huggingface.co/UBC-NLP/MARBERT) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.3192
21
+ - Macro F1: 0.8548
22
+ - Accuracy: 0.8604
23
+ - Precision: 0.8576
24
+ - Recall: 0.8526
25
 
26
  ## Model description
27
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy | Precision | Recall |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|
57
+ | 0.4936 | 1.0 | 1597 | 0.3589 | 0.8364 | 0.8431 | 0.8401 | 0.8337 |
58
+ | 0.3431 | 2.0 | 3194 | 0.3192 | 0.8548 | 0.8604 | 0.8576 | 0.8526 |
59
+ | 0.233 | 3.0 | 4791 | 0.3914 | 0.8502 | 0.8547 | 0.8495 | 0.8509 |
60
 
61
 
62
  ### Framework versions