sergioalves commited on
Commit
da85b28
·
verified ·
1 Parent(s): 7d532ba

Delete README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -167
README.md DELETED
@@ -1,167 +0,0 @@
1
- ---
2
- library_name: peft
3
- license: llama3
4
- base_model: elyza/Llama-3-ELYZA-JP-8B
5
- tags:
6
- - axolotl
7
- - generated_from_trainer
8
- model-index:
9
- - name: f42312f1-d4d8-4b86-8aa3-ed02388a93ad
10
- results: []
11
- ---
12
-
13
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
- should probably proofread and complete it, then remove this comment. -->
15
-
16
- [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
17
- <details><summary>See axolotl config</summary>
18
-
19
- axolotl version: `0.4.1`
20
- ```yaml
21
- adapter: lora
22
- base_model: elyza/Llama-3-ELYZA-JP-8B
23
- bf16: true
24
- chat_template: llama3
25
- data_processes: 8
26
- dataset_prepared_path: null
27
- datasets:
28
- - data_files:
29
- - 749564f4abb8ffe9_train_data.json
30
- ds_type: json
31
- format: custom
32
- path: /workspace/input_data/749564f4abb8ffe9_train_data.json
33
- type:
34
- field_input: input
35
- field_instruction: instruction
36
- field_output: output
37
- format: '{instruction} {input}'
38
- no_input_format: '{instruction}'
39
- system_format: '{system}'
40
- system_prompt: ''
41
- debug: null
42
- deepspeed: null
43
- device_map: auto
44
- do_eval: true
45
- early_stopping_patience: 1
46
- eval_batch_size: 4
47
- eval_max_new_tokens: 128
48
- eval_steps: 5
49
- eval_table_size: null
50
- evals_per_epoch: null
51
- flash_attention: false
52
- fp16: false
53
- gradient_accumulation_steps: 4
54
- gradient_checkpointing: true
55
- group_by_length: true
56
- hub_model_id: sergioalves/f42312f1-d4d8-4b86-8aa3-ed02388a93ad
57
- hub_repo: null
58
- hub_strategy: end
59
- hub_token: null
60
- learning_rate: 0.0001
61
- load_in_4bit: false
62
- load_in_8bit: false
63
- local_rank: null
64
- logging_steps: 3
65
- lora_alpha: 128
66
- lora_dropout: 0.05
67
- lora_fan_in_fan_out: null
68
- lora_model_dir: null
69
- lora_r: 64
70
- lora_target_linear: true
71
- lr_scheduler: cosine
72
- max_memory:
73
- 0: 78GiB
74
- cpu: 80GiB
75
- max_steps: 30
76
- micro_batch_size: 8
77
- mlflow_experiment_name: /tmp/749564f4abb8ffe9_train_data.json
78
- model_type: AutoModelForCausalLM
79
- num_epochs: 1
80
- optim_args:
81
- adam_beta1: 0.9
82
- adam_beta2: 0.95
83
- adam_epsilon: 1e-5
84
- optimizer: adamw_bnb_8bit
85
- output_dir: miner_id_24
86
- pad_to_sequence_len: true
87
- resume_from_checkpoint: null
88
- s2_attention: null
89
- sample_packing: false
90
- save_steps: 10
91
- sequence_len: 1024
92
- special_tokens:
93
- pad_token: <|eot_id|>
94
- strict: false
95
- tf32: true
96
- tokenizer_type: AutoTokenizer
97
- train_on_inputs: false
98
- trust_remote_code: true
99
- val_set_size: 0.05
100
- wandb_entity: null
101
- wandb_mode: online
102
- wandb_name: 1236abb4-92a7-4d13-8001-aff3f5e7549a
103
- wandb_project: cold10
104
- wandb_run: your_name
105
- wandb_runid: 1236abb4-92a7-4d13-8001-aff3f5e7549a
106
- warmup_steps: 5
107
- weight_decay: 0.0
108
- xformers_attention: null
109
-
110
- ```
111
-
112
- </details><br>
113
-
114
- # f42312f1-d4d8-4b86-8aa3-ed02388a93ad
115
-
116
- This model is a fine-tuned version of [elyza/Llama-3-ELYZA-JP-8B](https://huggingface.co/elyza/Llama-3-ELYZA-JP-8B) on the None dataset.
117
- It achieves the following results on the evaluation set:
118
- - Loss: 2.5876
119
-
120
- ## Model description
121
-
122
- More information needed
123
-
124
- ## Intended uses & limitations
125
-
126
- More information needed
127
-
128
- ## Training and evaluation data
129
-
130
- More information needed
131
-
132
- ## Training procedure
133
-
134
- ### Training hyperparameters
135
-
136
- The following hyperparameters were used during training:
137
- - learning_rate: 0.0001
138
- - train_batch_size: 8
139
- - eval_batch_size: 4
140
- - seed: 42
141
- - gradient_accumulation_steps: 4
142
- - total_train_batch_size: 32
143
- - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
144
- - lr_scheduler_type: cosine
145
- - lr_scheduler_warmup_steps: 5
146
- - training_steps: 30
147
-
148
- ### Training results
149
-
150
- | Training Loss | Epoch | Step | Validation Loss |
151
- |:-------------:|:------:|:----:|:---------------:|
152
- | No log | 0.0003 | 1 | 3.5275 |
153
- | 3.2838 | 0.0015 | 5 | 3.0493 |
154
- | 2.8767 | 0.0030 | 10 | 2.7728 |
155
- | 2.6087 | 0.0045 | 15 | 2.6706 |
156
- | 2.5848 | 0.0060 | 20 | 2.6178 |
157
- | 2.5453 | 0.0075 | 25 | 2.5948 |
158
- | 2.518 | 0.0090 | 30 | 2.5876 |
159
-
160
-
161
- ### Framework versions
162
-
163
- - PEFT 0.13.2
164
- - Transformers 4.46.0
165
- - Pytorch 2.5.0+cu124
166
- - Datasets 3.0.1
167
- - Tokenizers 0.20.1