mikhail-panzo
commited on
Commit
•
2e7e343
1
Parent(s):
32e51db
End of training
Browse files- README.md +72 -0
- generation_config.json +9 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
model-index:
|
5 |
+
- name: zlm-fil-ceb_b64_le5_s8000
|
6 |
+
results: []
|
7 |
+
---
|
8 |
+
|
9 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
10 |
+
should probably proofread and complete it, then remove this comment. -->
|
11 |
+
|
12 |
+
# zlm-fil-ceb_b64_le5_s8000
|
13 |
+
|
14 |
+
This model was trained from scratch on an unknown dataset.
|
15 |
+
It achieves the following results on the evaluation set:
|
16 |
+
- Loss: 0.4134
|
17 |
+
|
18 |
+
## Model description
|
19 |
+
|
20 |
+
More information needed
|
21 |
+
|
22 |
+
## Intended uses & limitations
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Training and evaluation data
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training procedure
|
31 |
+
|
32 |
+
### Training hyperparameters
|
33 |
+
|
34 |
+
The following hyperparameters were used during training:
|
35 |
+
- learning_rate: 1e-05
|
36 |
+
- train_batch_size: 64
|
37 |
+
- eval_batch_size: 8
|
38 |
+
- seed: 42
|
39 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
+
- lr_scheduler_type: linear
|
41 |
+
- lr_scheduler_warmup_steps: 2000
|
42 |
+
- training_steps: 8000
|
43 |
+
- mixed_precision_training: Native AMP
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:--------:|:----:|:---------------:|
|
49 |
+
| 0.4019 | 21.7391 | 500 | 0.4143 |
|
50 |
+
| 0.4064 | 43.4783 | 1000 | 0.4132 |
|
51 |
+
| 0.4034 | 65.2174 | 1500 | 0.4122 |
|
52 |
+
| 0.3985 | 86.9565 | 2000 | 0.4148 |
|
53 |
+
| 0.396 | 108.6957 | 2500 | 0.4123 |
|
54 |
+
| 0.3958 | 130.4348 | 3000 | 0.4139 |
|
55 |
+
| 0.3928 | 152.1739 | 3500 | 0.4132 |
|
56 |
+
| 0.3914 | 173.9130 | 4000 | 0.4139 |
|
57 |
+
| 0.3916 | 195.6522 | 4500 | 0.4123 |
|
58 |
+
| 0.3919 | 217.3913 | 5000 | 0.4122 |
|
59 |
+
| 0.3844 | 239.1304 | 5500 | 0.4126 |
|
60 |
+
| 0.3908 | 260.8696 | 6000 | 0.4137 |
|
61 |
+
| 0.3854 | 282.6087 | 6500 | 0.4133 |
|
62 |
+
| 0.3885 | 304.3478 | 7000 | 0.4140 |
|
63 |
+
| 0.3849 | 326.0870 | 7500 | 0.4143 |
|
64 |
+
| 0.386 | 347.8261 | 8000 | 0.4134 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.41.0.dev0
|
70 |
+
- Pytorch 2.2.1+cu121
|
71 |
+
- Datasets 2.19.0
|
72 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"decoder_start_token_id": 2,
|
5 |
+
"eos_token_id": 2,
|
6 |
+
"max_length": 1876,
|
7 |
+
"pad_token_id": 1,
|
8 |
+
"transformers_version": "4.41.0.dev0"
|
9 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 577789320
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58b41f876710fdcd825782c56842305f9b9b7a0a2dff4640df6da658698c8737
|
3 |
size 577789320
|