nikitakapitan
commited on
Commit
•
25b3a5b
1
Parent(s):
cd8c795
End of training
Browse files- README.md +9 -11
- model.safetensors +1 -1
README.md
CHANGED
@@ -23,10 +23,10 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
-
value: 0.
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
36 |
|
37 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
-
- Loss: 0.
|
40 |
-
- Accuracy: 0.
|
41 |
-
- F1: 0.
|
42 |
|
43 |
## Model description
|
44 |
|
@@ -64,15 +64,13 @@ The following hyperparameters were used during training:
|
|
64 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
65 |
- lr_scheduler_type: linear
|
66 |
- lr_scheduler_warmup_steps: 500
|
67 |
-
- num_epochs:
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
-
| Training Loss | Epoch | Step
|
72 |
-
|
73 |
-
| 0.
|
74 |
-
| 0.1309 | 2.0 | 8420 | 0.3377 | 0.9048 | 0.9047 |
|
75 |
-
| 0.094 | 3.0 | 12630 | 0.3954 | 0.9117 | 0.9116 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.908256880733945
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.9082409443058056
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
36 |
|
37 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
+
- Loss: 0.2813
|
40 |
+
- Accuracy: 0.9083
|
41 |
+
- F1: 0.9082
|
42 |
|
43 |
## Model description
|
44 |
|
|
|
64 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
65 |
- lr_scheduler_type: linear
|
66 |
- lr_scheduler_warmup_steps: 500
|
67 |
+
- num_epochs: 1
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
72 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
73 |
+
| 0.1832 | 1.0 | 4210 | 0.2813 | 0.9083 | 0.9082 |
|
|
|
|
|
74 |
|
75 |
|
76 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267832560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ab020c55797d4a227a62d479df1bf45675eb90af654b736d765a037bfed638a
|
3 |
size 267832560
|