Hemant8215
commited on
Commit
•
22af1c0
1
Parent(s):
041f399
End of training
Browse files- README.md +7 -14
- adapter_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 3.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,22 +40,15 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
-
| Training Loss | Epoch | Step
|
48 |
-
|
49 |
-
| 3.
|
50 |
-
| 3.
|
51 |
-
| 3.
|
52 |
-
| 3.2841 | 4.0 | 9172 | 3.2342 |
|
53 |
-
| 3.2754 | 5.0 | 11465 | 3.2322 |
|
54 |
-
| 3.2689 | 6.0 | 13758 | 3.2306 |
|
55 |
-
| 3.2678 | 7.0 | 16051 | 3.2298 |
|
56 |
-
| 3.267 | 8.0 | 18344 | 3.2291 |
|
57 |
-
| 3.2626 | 9.0 | 20637 | 3.2285 |
|
58 |
-
| 3.2672 | 10.0 | 22930 | 3.2284 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 3.2257
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 3
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 3.2607 | 1.0 | 2293 | 3.2278 |
|
50 |
+
| 3.2592 | 2.0 | 4586 | 3.2263 |
|
51 |
+
| 3.2514 | 3.0 | 6879 | 3.2257 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 18927498
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b70be66bc65cccab9d17ec1879dafd458e3a3a3f3b0b88ebb95de8ba086d1bde
|
3 |
size 18927498
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:755a0255878889d5556e94bbedbedade740b4b8d44662dedc558fc9829f5b783
|
3 |
size 4536
|