magatex commited on
Commit
f2ee374
·
verified ·
1 Parent(s): ebb6344

Remove README.md

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
- base_model: Xenova/tiny-random-Phi3ForCausalLM
4
- tags:
5
- - axolotl
6
- - generated_from_trainer
7
- model-index:
8
- - name: 45x10e5147
9
- results: []
10
- ---
11
-
12
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
- should probably proofread and complete it, then remove this comment. -->
14
-
15
- [<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)
16
- <details><summary>See axolotl config</summary>
17
-
18
- axolotl version: `0.4.1`
19
- ```yaml
20
- adapter: lora
21
- base_model: Xenova/tiny-random-Phi3ForCausalLM
22
- bf16: auto
23
- chat_template: llama3
24
- cosine_min_lr_ratio: 0.1
25
- data_processes: 16
26
- dataset_prepared_path: null
27
- datasets:
28
- - data_files:
29
- - acb53432d1cb7fb6_train_data.json
30
- ds_type: json
31
- format: custom
32
- path: /workspace/input_data/acb53432d1cb7fb6_train_data.json
33
- type:
34
- field_instruction: process
35
- field_output: true_label
36
- format: '{instruction}'
37
- no_input_format: '{instruction}'
38
- system_format: '{system}'
39
- system_prompt: ''
40
- debug: null
41
- deepspeed: null
42
- device_map: '{'''':torch.cuda.current_device()}'
43
- do_eval: true
44
- early_stopping_patience: 80
45
- eval_batch_size: 1
46
- eval_sample_packing: false
47
- eval_steps: 25
48
- evaluation_strategy: steps
49
- flash_attention: false
50
- fp16: null
51
- fsdp: null
52
- fsdp_config: null
53
- gradient_accumulation_steps: 32
54
- gradient_checkpointing: true
55
- group_by_length: true
56
- hub_model_id: magatex/45x10e5147
57
- hub_repo: stevemonite
58
- hub_strategy: checkpoint
59
- hub_token: null
60
- learning_rate: 0.0003
61
- load_in_4bit: false
62
- load_in_8bit: false
63
- local_rank: null
64
- logging_steps: 1
65
- lora_alpha: 32
66
- lora_dropout: 0.05
67
- lora_fan_in_fan_out: null
68
- lora_model_dir: null
69
- lora_r: 16
70
- lora_target_linear: true
71
- lora_target_modules:
72
- - q_proj
73
- - v_proj
74
- lr_scheduler: cosine
75
- max_grad_norm: 1.0
76
- max_memory:
77
- 0: 70GiB
78
- max_steps: 76
79
- micro_batch_size: 1
80
- mlflow_experiment_name: /tmp/acb53432d1cb7fb6_train_data.json
81
- model_type: AutoModelForCausalLM
82
- num_epochs: 2
83
- optim_args:
84
- adam_beta1: 0.9
85
- adam_beta2: 0.95
86
- adam_epsilon: 1e-5
87
- optimizer: adamw_torch
88
- output_dir: miner_id_24
89
- pad_to_sequence_len: true
90
- resume_from_checkpoint: null
91
- s2_attention: null
92
- sample_packing: false
93
- save_steps: 50
94
- save_strategy: steps
95
- sequence_len: 2048
96
- strict: false
97
- tf32: false
98
- tokenizer_type: AutoTokenizer
99
- torch_compile: false
100
- train_on_inputs: false
101
- trust_remote_code: true
102
- val_set_size: 50
103
- wandb_entity: null
104
- wandb_mode: online
105
- wandb_project: Public_TuningSN
106
- wandb_run: miner_id_24
107
- wandb_runid: x10e5147
108
- warmup_raio: 0.03
109
- warmup_ratio: 0.03
110
- weight_decay: 0.01
111
- xformers_attention: null
112
-
113
- ```
114
-
115
- </details><br>
116
-
117
- # 45x10e5147
118
-
119
- This model is a fine-tuned version of [Xenova/tiny-random-Phi3ForCausalLM](https://huggingface.co/Xenova/tiny-random-Phi3ForCausalLM) on the None dataset.
120
- It achieves the following results on the evaluation set:
121
- - Loss: nan
122
-
123
- ## Model description
124
-
125
- More information needed
126
-
127
- ## Intended uses & limitations
128
-
129
- More information needed
130
-
131
- ## Training and evaluation data
132
-
133
- More information needed
134
-
135
- ## Training procedure
136
-
137
- ### Training hyperparameters
138
-
139
- The following hyperparameters were used during training:
140
- - learning_rate: 0.0003
141
- - train_batch_size: 1
142
- - eval_batch_size: 1
143
- - seed: 42
144
- - gradient_accumulation_steps: 32
145
- - total_train_batch_size: 32
146
- - optimizer: Use OptimizerNames.ADAMW_TORCH 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
147
- - lr_scheduler_type: cosine
148
- - lr_scheduler_warmup_steps: 2
149
- - training_steps: 76
150
-
151
- ### Training results
152
-
153
- | Training Loss | Epoch | Step | Validation Loss |
154
- |:-------------:|:------:|:----:|:---------------:|
155
- | 0.0 | 0.0001 | 1 | nan |
156
- | 0.0 | 0.0021 | 25 | nan |
157
- | 0.0 | 0.0041 | 50 | nan |
158
- | 0.0 | 0.0062 | 75 | nan |
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