Commit
·
a95a51f
1
Parent(s):
b7d00cc
First Training completed!
Browse files- README.md +6 -6
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the pharmaconer dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
- F1 Score: 1.0
|
22 |
|
23 |
## Model description
|
@@ -49,11 +49,11 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 Score |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the pharmaconer dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0243
|
21 |
- F1 Score: 1.0
|
22 |
|
23 |
## Model description
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 Score |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.0458 | 1.0 | 1017 | 0.0344 | 1.0 |
|
53 |
+
| 0.0225 | 2.0 | 2034 | 0.0254 | 1.0 |
|
54 |
+
| 0.0114 | 3.0 | 3051 | 0.0203 | 1.0 |
|
55 |
+
| 0.0065 | 4.0 | 4068 | 0.0216 | 1.0 |
|
56 |
+
| 0.0035 | 5.0 | 5085 | 0.0243 | 1.0 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1109905449
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9be51b009bd63777628e5d2eb5a7e207f6417c0e1b102e55fe0cb863208c6506
|
3 |
size 1109905449
|