willtensora
commited on
End of training
Browse files- README.md +19 -19
- generation_config.json +2 -1
- pytorch_model.bin +2 -2
README.md
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
4 |
-
base_model: unsloth/SmolLM-135M
|
5 |
tags:
|
6 |
- axolotl
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results: []
|
11 |
---
|
12 |
|
@@ -18,21 +17,20 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
axolotl version: `0.4.1`
|
20 |
```yaml
|
21 |
-
base_model:
|
22 |
batch_size: 32
|
23 |
bf16: true
|
24 |
chat_template: tokenizer_default_fallback_alpaca
|
25 |
datasets:
|
26 |
- data_files:
|
27 |
-
-
|
28 |
ds_type: json
|
29 |
format: custom
|
30 |
-
path: /workspace/input_data/
|
31 |
type:
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
format: '{instruction} {input}'
|
36 |
no_input_format: '{instruction}'
|
37 |
system_format: '{system}'
|
38 |
system_prompt: ''
|
@@ -41,7 +39,7 @@ flash_attention: true
|
|
41 |
gpu_memory_limit: 80GiB
|
42 |
gradient_checkpointing: true
|
43 |
group_by_length: true
|
44 |
-
hub_model_id: willtensora/
|
45 |
hub_strategy: checkpoint
|
46 |
learning_rate: 0.0002
|
47 |
logging_steps: 10
|
@@ -57,13 +55,15 @@ sample_packing: false
|
|
57 |
save_steps: 40
|
58 |
save_total_limit: 1
|
59 |
sequence_len: 2048
|
60 |
-
|
|
|
|
|
61 |
train_on_inputs: false
|
62 |
trust_remote_code: true
|
63 |
val_set_size: 0.1
|
64 |
wandb_entity: ''
|
65 |
wandb_mode: online
|
66 |
-
wandb_name:
|
67 |
wandb_project: Gradients-On-Demand
|
68 |
wandb_run: your_name
|
69 |
wandb_runid: default
|
@@ -74,9 +74,9 @@ xformers_attention: true
|
|
74 |
|
75 |
</details><br>
|
76 |
|
77 |
-
#
|
78 |
|
79 |
-
This model is a fine-tuned version of [
|
80 |
|
81 |
## Model description
|
82 |
|
@@ -105,13 +105,13 @@ The following hyperparameters were used during training:
|
|
105 |
- total_eval_batch_size: 32
|
106 |
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
107 |
- lr_scheduler_type: cosine
|
108 |
-
- training_steps:
|
109 |
|
110 |
### Training results
|
111 |
|
112 |
-
| Training Loss | Epoch
|
113 |
-
|
114 |
-
| No log | 0.
|
115 |
|
116 |
|
117 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
base_model: fxmarty/tiny-llama-fast-tokenizer
|
|
|
4 |
tags:
|
5 |
- axolotl
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
+
- name: b1c9c4ec-ffa2-429d-9c5b-90b5979c502d
|
9 |
results: []
|
10 |
---
|
11 |
|
|
|
17 |
|
18 |
axolotl version: `0.4.1`
|
19 |
```yaml
|
20 |
+
base_model: fxmarty/tiny-llama-fast-tokenizer
|
21 |
batch_size: 32
|
22 |
bf16: true
|
23 |
chat_template: tokenizer_default_fallback_alpaca
|
24 |
datasets:
|
25 |
- data_files:
|
26 |
+
- fc6136aac03f618a_train_data.json
|
27 |
ds_type: json
|
28 |
format: custom
|
29 |
+
path: /workspace/input_data/fc6136aac03f618a_train_data.json
|
30 |
type:
|
31 |
+
field_instruction: text
|
32 |
+
field_output: title
|
33 |
+
format: '{instruction}'
|
|
|
34 |
no_input_format: '{instruction}'
|
35 |
system_format: '{system}'
|
36 |
system_prompt: ''
|
|
|
39 |
gpu_memory_limit: 80GiB
|
40 |
gradient_checkpointing: true
|
41 |
group_by_length: true
|
42 |
+
hub_model_id: willtensora/b1c9c4ec-ffa2-429d-9c5b-90b5979c502d
|
43 |
hub_strategy: checkpoint
|
44 |
learning_rate: 0.0002
|
45 |
logging_steps: 10
|
|
|
55 |
save_steps: 40
|
56 |
save_total_limit: 1
|
57 |
sequence_len: 2048
|
58 |
+
special_tokens:
|
59 |
+
pad_token: </s>
|
60 |
+
tokenizer_type: LlamaTokenizerFast
|
61 |
train_on_inputs: false
|
62 |
trust_remote_code: true
|
63 |
val_set_size: 0.1
|
64 |
wandb_entity: ''
|
65 |
wandb_mode: online
|
66 |
+
wandb_name: fxmarty/tiny-llama-fast-tokenizer-/workspace/input_data/fc6136aac03f618a_train_data.json
|
67 |
wandb_project: Gradients-On-Demand
|
68 |
wandb_run: your_name
|
69 |
wandb_runid: default
|
|
|
74 |
|
75 |
</details><br>
|
76 |
|
77 |
+
# b1c9c4ec-ffa2-429d-9c5b-90b5979c502d
|
78 |
|
79 |
+
This model is a fine-tuned version of [fxmarty/tiny-llama-fast-tokenizer](https://huggingface.co/fxmarty/tiny-llama-fast-tokenizer) on the None dataset.
|
80 |
|
81 |
## Model description
|
82 |
|
|
|
105 |
- total_eval_batch_size: 32
|
106 |
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
107 |
- lr_scheduler_type: cosine
|
108 |
+
- training_steps: 18
|
109 |
|
110 |
### Training results
|
111 |
|
112 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
113 |
+
|:-------------:|:------:|:----:|:---------------:|
|
114 |
+
| No log | 0.0071 | 1 | 10.3739 |
|
115 |
|
116 |
|
117 |
### Framework versions
|
generation_config.json
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 0,
|
4 |
"do_sample": true,
|
5 |
-
"eos_token_id":
|
|
|
6 |
"transformers_version": "4.46.0"
|
7 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 0,
|
4 |
"do_sample": true,
|
5 |
+
"eos_token_id": 1,
|
6 |
+
"pad_token_id": 1,
|
7 |
"transformers_version": "4.46.0"
|
8 |
}
|
pytorch_model.bin
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:8ecbabedee28483af8dce99f4dd8fe36ef9c6c66877e669db930fe3569128330
|
3 |
+
size 2071661
|