Bmalmotairy
commited on
Commit
·
26cbaa4
1
Parent(s):
2c97900
End of training
Browse files- README.md +10 -10
- pytorch_model.bin +1 -1
- training_args.bin +2 -2
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/MARBERT](https://huggingface.co/UBC-NLP/MARBERT) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 1.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- Precision: 0.
|
25 |
- Recall: 0.6341
|
26 |
-
- F1: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
- Transformers 4.32.1
|
68 |
- Pytorch 2.1.0
|
69 |
-
- Datasets 2.
|
70 |
- Tokenizers 0.13.3
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [UBC-NLP/MARBERT](https://huggingface.co/UBC-NLP/MARBERT) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.0833
|
23 |
+
- Accuracy: 0.9310
|
24 |
+
- Precision: 0.65
|
25 |
- Recall: 0.6341
|
26 |
+
- F1: 0.6420
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
+
| 0.0618 | 1.0 | 40 | 0.7104 | 0.9429 | 0.8696 | 0.4878 | 0.625 |
|
59 |
+
| 0.0232 | 2.0 | 80 | 0.6505 | 0.9357 | 0.675 | 0.6585 | 0.6667 |
|
60 |
+
| 0.1792 | 3.0 | 120 | 0.9647 | 0.9357 | 0.6842 | 0.6341 | 0.6582 |
|
61 |
+
| 0.0015 | 4.0 | 160 | 1.1154 | 0.9381 | 0.7027 | 0.6341 | 0.6667 |
|
62 |
+
| 0.0017 | 5.0 | 200 | 1.0833 | 0.9310 | 0.65 | 0.6341 | 0.6420 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
- Transformers 4.32.1
|
68 |
- Pytorch 2.1.0
|
69 |
+
- Datasets 2.14.6
|
70 |
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 651440366
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0979cc29aeb8c81fefbf1cd60b87de30cc0e27183db9ef4730aa547a1070f38
|
3 |
size 651440366
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0adbdf13aa8dde4d71aad9e756297b5a0831181681049902d30d4ca46e8f39f
|
3 |
+
size 4536
|