End of training
Browse files- README.md +82 -0
- generation_config.json +6 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: Bit-Llama2-jp-123M
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# Bit-Llama2-jp-123M
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 3.7091
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 0.0005
|
38 |
+
- train_batch_size: 156
|
39 |
+
- eval_batch_size: 156
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: cosine
|
43 |
+
- lr_scheduler_warmup_steps: 500
|
44 |
+
- num_epochs: 1
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
+
| 19.3793 | 0.04 | 1000 | 5.3113 |
|
51 |
+
| 5.0921 | 0.08 | 2000 | 4.9641 |
|
52 |
+
| 4.8154 | 0.12 | 3000 | 4.7104 |
|
53 |
+
| 4.6664 | 0.16 | 4000 | 4.5876 |
|
54 |
+
| 4.5545 | 0.2 | 5000 | 4.5258 |
|
55 |
+
| 4.4743 | 0.24 | 6000 | 4.4283 |
|
56 |
+
| 4.4061 | 0.28 | 7000 | 4.3539 |
|
57 |
+
| 4.3117 | 0.32 | 8000 | 4.2735 |
|
58 |
+
| 4.2433 | 0.36 | 9000 | 4.2243 |
|
59 |
+
| 4.2037 | 0.4 | 10000 | 4.1739 |
|
60 |
+
| 4.1576 | 0.44 | 11000 | 4.1266 |
|
61 |
+
| 4.0925 | 0.48 | 12000 | 4.0624 |
|
62 |
+
| 4.0615 | 0.52 | 13000 | 4.0433 |
|
63 |
+
| 4.0151 | 0.56 | 14000 | 3.9993 |
|
64 |
+
| 3.9721 | 0.6 | 15000 | 3.9721 |
|
65 |
+
| 3.941 | 0.64 | 16000 | 3.9185 |
|
66 |
+
| 3.9 | 0.68 | 17000 | 3.8841 |
|
67 |
+
| 3.8719 | 0.72 | 18000 | 3.8539 |
|
68 |
+
| 3.8376 | 0.76 | 19000 | 3.8189 |
|
69 |
+
| 3.8131 | 0.8 | 20000 | 3.7946 |
|
70 |
+
| 3.7801 | 0.84 | 21000 | 3.7739 |
|
71 |
+
| 3.7604 | 0.88 | 22000 | 3.7515 |
|
72 |
+
| 3.7413 | 0.92 | 23000 | 3.7365 |
|
73 |
+
| 3.7265 | 0.96 | 24000 | 3.7231 |
|
74 |
+
| 3.7152 | 1.0 | 25000 | 3.7091 |
|
75 |
+
|
76 |
+
|
77 |
+
### Framework versions
|
78 |
+
|
79 |
+
- Transformers 4.36.2
|
80 |
+
- Pytorch 2.2.0+cu121
|
81 |
+
- Datasets 2.18.0
|
82 |
+
- Tokenizers 0.15.2
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.36.2"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 492427776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0d06605f2a7879e149d63fd0572216a5c5b064917ab1daa775897c6dc0abee6
|
3 |
size 492427776
|