salohnana2018 commited on
Commit
58bc0c1
1 Parent(s): e35dc7e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
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.6006
23
- - Precision: 0.0
24
- - Recall: 0.0
25
- - F1: 0.0
26
- - Accuracy: 0.8892
27
 
28
  ## Model description
29
 
@@ -52,11 +52,11 @@ The following hyperparameters were used during training:
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
57
- | 0.758 | 1.0 | 121 | 0.6913 | 0.0 | 0.0 | 0.0 | 0.8892 |
58
- | 0.6556 | 2.0 | 242 | 0.6214 | 0.0 | 0.0 | 0.0 | 0.8892 |
59
- | 0.6125 | 3.0 | 363 | 0.6006 | 0.0 | 0.0 | 0.0 | 0.8892 |
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.1278
23
+ - Precision: 0.7571
24
+ - Recall: 0.7843
25
+ - F1: 0.7704
26
+ - Accuracy: 0.9549
27
 
28
  ## Model description
29
 
 
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