salohnana2018
commited on
Commit
•
58bc0c1
1
Parent(s):
e35dc7e
update model card README.md
Browse files
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.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
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
|
56 |
-
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
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
|