add model
Browse files- README.md +7 -7
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -20,7 +20,7 @@ model_index:
|
|
20 |
metric:
|
21 |
name: F1
|
22 |
type: f1
|
23 |
-
value: 0.
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,9 +30,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the glue dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
-
- Loss: 0.
|
34 |
-
- Accuracy: 0.
|
35 |
-
- F1: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -63,9 +63,9 @@ The following hyperparameters were used during training:
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
20 |
metric:
|
21 |
name: F1
|
22 |
type: f1
|
23 |
+
value: 0.9125214408233276
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the glue dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
+
- Loss: 0.3916
|
34 |
+
- Accuracy: 0.875
|
35 |
+
- F1: 0.9125
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
66 |
+
| 0.581 | 1.0 | 230 | 0.4086 | 0.8260 | 0.8711 |
|
67 |
+
| 0.366 | 2.0 | 460 | 0.3758 | 0.8480 | 0.8963 |
|
68 |
+
| 0.2328 | 3.0 | 690 | 0.3916 | 0.875 | 0.9125 |
|
69 |
|
70 |
|
71 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 433336585
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3937f3a3cde4bca491bdb7d1415543096ac860b233a8c5465c7ce48fd952e0f8
|
3 |
size 433336585
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2607
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db27f20563083e1d0afc6e64578924bf361ca497b0bbb529660ee719d1d22adf
|
3 |
size 2607
|