Commit
·
dec25d6
1
Parent(s):
4b8293f
End of training
Browse files- README.md +27 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -3,6 +3,11 @@ license: apache-2.0
|
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: training
|
8 |
results: []
|
@@ -14,6 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# training
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -38,13 +49,27 @@ The following hyperparameters were used during training:
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
-
- num_epochs:
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
46 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
47 |
-
| No log | 1.0 | 7 | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
|
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
model-index:
|
12 |
- name: training
|
13 |
results: []
|
|
|
19 |
# training
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.5309
|
24 |
+
- Accuracy: 0.8626
|
25 |
+
- F1: 0.8041
|
26 |
+
- Precision: 0.7530
|
27 |
+
- Recall: 0.8626
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 15
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| No log | 1.0 | 7 | 0.4054 | 0.8681 | 0.8069 | 0.7537 | 0.8681 |
|
59 |
+
| No log | 2.0 | 14 | 0.4137 | 0.8681 | 0.8069 | 0.7537 | 0.8681 |
|
60 |
+
| No log | 3.0 | 21 | 0.4167 | 0.8681 | 0.8069 | 0.7537 | 0.8681 |
|
61 |
+
| No log | 4.0 | 28 | 0.4263 | 0.8681 | 0.8069 | 0.7537 | 0.8681 |
|
62 |
+
| No log | 5.0 | 35 | 0.4274 | 0.8681 | 0.8069 | 0.7537 | 0.8681 |
|
63 |
+
| No log | 6.0 | 42 | 0.4414 | 0.8681 | 0.8069 | 0.7537 | 0.8681 |
|
64 |
+
| No log | 7.0 | 49 | 0.4516 | 0.8681 | 0.8069 | 0.7537 | 0.8681 |
|
65 |
+
| No log | 8.0 | 56 | 0.4598 | 0.8681 | 0.8069 | 0.7537 | 0.8681 |
|
66 |
+
| No log | 9.0 | 63 | 0.4786 | 0.8681 | 0.8069 | 0.7537 | 0.8681 |
|
67 |
+
| No log | 10.0 | 70 | 0.4823 | 0.8626 | 0.8041 | 0.7530 | 0.8626 |
|
68 |
+
| No log | 11.0 | 77 | 0.4963 | 0.8626 | 0.8041 | 0.7530 | 0.8626 |
|
69 |
+
| No log | 12.0 | 84 | 0.5107 | 0.8626 | 0.8041 | 0.7530 | 0.8626 |
|
70 |
+
| No log | 13.0 | 91 | 0.5220 | 0.8626 | 0.8041 | 0.7530 | 0.8626 |
|
71 |
+
| No log | 14.0 | 98 | 0.5294 | 0.8626 | 0.8041 | 0.7530 | 0.8626 |
|
72 |
+
| No log | 15.0 | 105 | 0.5309 | 0.8626 | 0.8041 | 0.7530 | 0.8626 |
|
73 |
|
74 |
|
75 |
### 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:7bf4bdf7f45ebdfdd0a2e3b5ca8e8521769d1f21436bb7b32b7e60ea00730909
|
3 |
size 267832560
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfd65a6f7a6651cc79b5b6e2fc1d25668a95c9e222683095fbf6a9c5999d1bd2
|
3 |
size 4664
|