End of training
Browse files
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
base_model: rasyosef/Llama-3.2-400M-Amharic
|
4 |
+
tags:
|
5 |
+
- trl
|
6 |
+
- sft
|
7 |
+
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- generator
|
10 |
+
model-index:
|
11 |
+
- name: Llama-3.2-400M-Amharic-Poems-Stories-V6
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# Llama-3.2-400M-Amharic-Poems-Stories-V6
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [rasyosef/Llama-3.2-400M-Amharic](https://huggingface.co/rasyosef/Llama-3.2-400M-Amharic) on the generator dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.0045
|
23 |
+
- Model Preparation Time: 0.0031
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 8e-05
|
43 |
+
- train_batch_size: 4
|
44 |
+
- eval_batch_size: 4
|
45 |
+
- seed: 42
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: cosine
|
48 |
+
- lr_scheduler_warmup_ratio: 0.1
|
49 |
+
- lr_scheduler_warmup_steps: 250
|
50 |
+
- num_epochs: 4
|
51 |
+
- mixed_precision_training: Native AMP
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time |
|
56 |
+
|:-------------:|:------:|:----:|:---------------:|:----------------------:|
|
57 |
+
| 2.6077 | 0.3300 | 500 | 1.4733 | 0.0031 |
|
58 |
+
| 1.2277 | 0.6601 | 1000 | 1.0349 | 0.0031 |
|
59 |
+
| 0.99 | 0.9901 | 1500 | 0.8903 | 0.0031 |
|
60 |
+
| 0.4502 | 1.3201 | 2000 | 0.9601 | 0.0031 |
|
61 |
+
| 0.4186 | 1.6502 | 2500 | 0.9117 | 0.0031 |
|
62 |
+
| 0.424 | 1.9802 | 3000 | 0.8837 | 0.0031 |
|
63 |
+
| 0.1552 | 2.3102 | 3500 | 0.9935 | 0.0031 |
|
64 |
+
| 0.1404 | 2.6403 | 4000 | 0.9865 | 0.0031 |
|
65 |
+
| 0.1351 | 2.9703 | 4500 | 0.9807 | 0.0031 |
|
66 |
+
| 0.0842 | 3.3003 | 5000 | 1.0042 | 0.0031 |
|
67 |
+
| 0.0773 | 3.6304 | 5500 | 1.0049 | 0.0031 |
|
68 |
+
| 0.0795 | 3.9604 | 6000 | 1.0045 | 0.0031 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.45.0
|
74 |
+
- Pytorch 2.4.1+cu121
|
75 |
+
- Datasets 3.3.2
|
76 |
+
- Tokenizers 0.20.3
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 32000,
|
4 |
+
"eos_token_id": 32001,
|
5 |
+
"pad_token_id": 32001,
|
6 |
+
"transformers_version": "4.45.0"
|
7 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1650139320
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fb4d1c8a578c6af7f4aa6af32a1a6f65f2ea5d3090b4170ae6c39779e36ea4b
|
3 |
size 1650139320
|
runs/Mar01_22-27-34_f8d67408091f/events.out.tfevents.1740868077.f8d67408091f.21.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcdb973479a0009c3eabe265554085a9cace9391b000b8c385339f5dc4801d0f
|
3 |
+
size 12630
|
runs/Mar01_22-27-34_f8d67408091f/events.out.tfevents.1740874033.f8d67408091f.21.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88e58c2726e15261f774e9aef14afcb20b573e9ebdfac6cbebe0b402ac1470e6
|
3 |
+
size 425
|