End of training
Browse files- README.md +73 -0
- generation_config.json +6 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-test-1
|
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-test-1
|
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: 4.8881
|
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: 200
|
44 |
+
- num_epochs: 1
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 81.1838 | 0.06 | 100 | 36.2006 |
|
51 |
+
| 19.2038 | 0.12 | 200 | 14.9311 |
|
52 |
+
| 11.2975 | 0.18 | 300 | 7.1671 |
|
53 |
+
| 6.8849 | 0.24 | 400 | 7.7815 |
|
54 |
+
| 6.636 | 0.3 | 500 | 5.9966 |
|
55 |
+
| 5.8384 | 0.36 | 600 | 5.6706 |
|
56 |
+
| 5.5927 | 0.42 | 700 | 5.4943 |
|
57 |
+
| 5.3739 | 0.47 | 800 | 5.4396 |
|
58 |
+
| 5.2842 | 0.53 | 900 | 5.2687 |
|
59 |
+
| 5.1623 | 0.59 | 1000 | 5.1615 |
|
60 |
+
| 5.1032 | 0.65 | 1100 | 5.2671 |
|
61 |
+
| 5.0324 | 0.71 | 1200 | 5.0162 |
|
62 |
+
| 4.9742 | 0.77 | 1300 | 4.9700 |
|
63 |
+
| 4.9145 | 0.83 | 1400 | 4.9156 |
|
64 |
+
| 4.8702 | 0.89 | 1500 | 4.9086 |
|
65 |
+
| 4.8465 | 0.95 | 1600 | 4.8881 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.36.2
|
71 |
+
- Pytorch 2.2.0+cu121
|
72 |
+
- Datasets 2.18.0
|
73 |
+
- 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:72cdf0dd19192bfe6804db876b9b7a9f9e7e3bd3143d3c32f3c6945d57ad097c
|
3 |
size 492427776
|