theCuiCoders
commited on
Commit
•
68b1606
1
Parent(s):
0184295
End of training
Browse files- README.md +8 -6
- events.out.tfevents.1717766013.25dcf196d7e6.1682.1 +2 -2
- model.safetensors +1 -1
README.md
CHANGED
@@ -22,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
22 |
|
23 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the stsb_multi_mt dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
-
- Loss: 2.
|
26 |
- Accuracy: 0.1762
|
27 |
|
28 |
## Model description
|
@@ -51,17 +51,19 @@ The following hyperparameters were used during training:
|
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
- lr_scheduler_warmup_steps: 1000
|
54 |
-
- training_steps:
|
55 |
- mixed_precision_training: Native AMP
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
60 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
61 |
-
|
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
|
|
|
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
22 |
|
23 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the stsb_multi_mt dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 2.9242
|
26 |
- Accuracy: 0.1762
|
27 |
|
28 |
## Model description
|
|
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
- lr_scheduler_warmup_steps: 1000
|
54 |
+
- training_steps: 6000
|
55 |
- mixed_precision_training: Native AMP
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
60 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
61 |
+
| 0.8079 | 5.5556 | 1000 | 2.6347 | 0.1762 |
|
62 |
+
| 0.6349 | 11.1111 | 2000 | 2.8882 | 0.1762 |
|
63 |
+
| 0.3961 | 16.6667 | 3000 | 2.9309 | 0.1762 |
|
64 |
+
| 0.3026 | 22.2222 | 4000 | 2.9788 | 0.1762 |
|
65 |
+
| 0.2523 | 27.7778 | 5000 | 2.9326 | 0.1762 |
|
66 |
+
| 0.3039 | 33.3333 | 6000 | 2.9242 | 0.1762 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
events.out.tfevents.1717766013.25dcf196d7e6.1682.1
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:545f53fa49d8ff84bbc44e20a34c7346f9f141e9d47df9e4dce932b895bc9d02
|
3 |
+
size 57917
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437955572
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:875cf3879c68820d1da956dbc9c09220f1444d27205155230350bffcf0fee74f
|
3 |
size 437955572
|