52100176-NguyenTrongDat
commited on
Commit
•
1a5b22e
1
Parent(s):
a380b97
Training complete
Browse files- README.md +9 -7
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 1.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -41,16 +41,18 @@ The following hyperparameters were used during training:
|
|
41 |
- total_train_batch_size: 32
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
-
- num_epochs:
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
-
| Training Loss | Epoch
|
50 |
-
|
51 |
-
|
|
52 |
-
| 1.
|
53 |
-
| 1.
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 1.1229
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
41 |
- total_train_batch_size: 32
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 5
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
+
| 2.0814 | 1.0 | 125 | 1.7464 |
|
52 |
+
| 1.3908 | 2.0 | 250 | 1.3544 |
|
53 |
+
| 1.312 | 3.0 | 375 | 1.2367 |
|
54 |
+
| 1.1243 | 4.0 | 500 | 1.1627 |
|
55 |
+
| 1.0922 | 5.0 | 625 | 1.1229 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1536844884
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:182f2b70ac47c118a7d7812cdafc6ecf105aee0bfc58b53fe2345d22eeb5a78d
|
3 |
size 1536844884
|
training_args.bin
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:03e755c2f04964159f67d3a269d11c9ad7c7d44d6f186e1750eb4603b246162b
|
3 |
+
size 5112
|