Commit
·
a5d153f
1
Parent(s):
65b581d
Model save
Browse files- README.md +8 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -14,6 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# trained-tinyllama
|
15 |
|
16 |
This model is a fine-tuned version of [PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T](https://huggingface.co/PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T) on an unknown dataset.
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -37,12 +39,16 @@ The following hyperparameters were used during training:
|
|
37 |
- eval_batch_size: 64
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
-
- lr_scheduler_type:
|
41 |
- lr_scheduler_warmup_steps: 1
|
42 |
-
- num_epochs:
|
43 |
|
44 |
### Training results
|
45 |
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
|
|
14 |
# trained-tinyllama
|
15 |
|
16 |
This model is a fine-tuned version of [PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T](https://huggingface.co/PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.9312
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
39 |
- eval_batch_size: 64
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
- lr_scheduler_warmup_steps: 1
|
44 |
+
- num_epochs: 4
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 0.9528 | 1.92 | 50 | 0.9625 |
|
51 |
+
| 0.9252 | 3.85 | 100 | 0.9312 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2200152632
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d746a15f6aaa342427efc7e3162f8873e94fdb688a6c991a12124bbc804a1c7
|
3 |
size 2200152632
|
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:807d3c1ea310f444aaf65d68accb1f37fa6ba451c5f1da40daa6ea3a082d181f
|
3 |
size 4536
|