End of training
Browse files- README.md +15 -10
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [cointegrated/rubert-tiny2](https://huggingface.co/cointegrated/rubert-tiny2) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,17 +44,22 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: cosine
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step
|
52 |
-
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [cointegrated/rubert-tiny2](https://huggingface.co/cointegrated/rubert-tiny2) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3646
|
22 |
+
- Accuracy: 0.8333
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: cosine
|
47 |
+
- num_epochs: 3
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:------:|:------:|:---------------:|:--------:|
|
53 |
+
| 0.535 | 0.2739 | 10000 | 0.4769 | 0.7607 |
|
54 |
+
| 0.4716 | 0.5478 | 20000 | 0.4518 | 0.7906 |
|
55 |
+
| 0.445 | 0.8217 | 30000 | 0.4550 | 0.7906 |
|
56 |
+
| 0.422 | 1.0956 | 40000 | 0.4331 | 0.8034 |
|
57 |
+
| 0.4017 | 1.3695 | 50000 | 0.3964 | 0.8291 |
|
58 |
+
| 0.3919 | 1.6434 | 60000 | 0.3904 | 0.8205 |
|
59 |
+
| 0.3862 | 1.9173 | 70000 | 0.3772 | 0.8162 |
|
60 |
+
| 0.3665 | 2.1912 | 80000 | 0.3819 | 0.8291 |
|
61 |
+
| 0.3553 | 2.4651 | 90000 | 0.3730 | 0.8248 |
|
62 |
+
| 0.3555 | 2.7391 | 100000 | 0.3646 | 0.8333 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 116784136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1163e9596acbaeda24c0661f22314e15f2146868c278744421569339d9fb10da
|
3 |
size 116784136
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4795
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:878d779128d1b07151eb6a3d34e00f192a8aefc3c2e7876f3809d8bf8820cf8f
|
3 |
size 4795
|