alicegoesdown commited on
Commit
dbeafdd
1 Parent(s): a59f7cd

Remove README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -161
README.md DELETED
@@ -1,161 +0,0 @@
1
- ---
2
- library_name: peft
3
- license: apache-2.0
4
- base_model: NousResearch/Hermes-2-Theta-Llama-3-8B
5
- tags:
6
- - axolotl
7
- - generated_from_trainer
8
- model-index:
9
- - name: d85421066784b-c190-4088-9e1e-7e094cac1703
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: NousResearch/Hermes-2-Theta-Llama-3-8B
23
- bf16: auto
24
- chat_template: llama3
25
- cosine_min_lr_ratio: 0.1
26
- data_processes: 16
27
- dataset_prepared_path: null
28
- datasets:
29
- - data_files:
30
- - 2c7314046d58b4f7_train_data.json
31
- ds_type: json
32
- field: path
33
- path: /workspace/input_data/2c7314046d58b4f7_train_data.json
34
- type: completion
35
- debug: null
36
- deepspeed: null
37
- device_map: '{'''':torch.cuda.current_device()}'
38
- do_eval: true
39
- early_stopping_patience: 1
40
- eval_batch_size: 1
41
- eval_sample_packing: false
42
- eval_steps: 25
43
- evaluation_strategy: steps
44
- flash_attention: false
45
- fp16: null
46
- fsdp: null
47
- fsdp_config: null
48
- gradient_accumulation_steps: 32
49
- gradient_checkpointing: true
50
- group_by_length: true
51
- hub_model_id: alicegoesdown/d85421066784b-c190-4088-9e1e-7e094cac1703
52
- hub_repo: stevemonite
53
- hub_strategy: checkpoint
54
- hub_token: null
55
- learning_rate: 0.0001
56
- load_in_4bit: false
57
- load_in_8bit: false
58
- local_rank: null
59
- logging_steps: 1
60
- lora_alpha: 64
61
- lora_dropout: 0.05
62
- lora_fan_in_fan_out: null
63
- lora_model_dir: null
64
- lora_r: 32
65
- lora_target_linear: true
66
- lora_target_modules:
67
- - q_proj
68
- - v_proj
69
- lr_scheduler: cosine
70
- max_grad_norm: 1.0
71
- max_memory:
72
- 0: 70GiB
73
- max_steps: 66
74
- micro_batch_size: 1
75
- mlflow_experiment_name: /tmp/2c7314046d58b4f7_train_data.json
76
- model_type: AutoModelForCausalLM
77
- num_epochs: 3
78
- optim_args:
79
- adam_beta1: 0.9
80
- adam_beta2: 0.95
81
- adam_epsilon: 1e-5
82
- optimizer: adamw_torch
83
- output_dir: miner_id_24
84
- pad_to_sequence_len: true
85
- resume_from_checkpoint: null
86
- s2_attention: null
87
- sample_packing: false
88
- save_steps: 50
89
- save_strategy: steps
90
- sequence_len: 2048
91
- strict: false
92
- tf32: false
93
- tokenizer_type: AutoTokenizer
94
- torch_compile: false
95
- train_on_inputs: false
96
- trust_remote_code: true
97
- val_set_size: 50
98
- wandb_entity: null
99
- wandb_mode: online
100
- wandb_project: Public_TuningSN
101
- wandb_run: miner_id_24
102
- wandb_runid: 7b2b4d52
103
- warmup_raio: 0.03
104
- warmup_ratio: 0.04
105
- weight_decay: 0.01
106
- xformers_attention: null
107
-
108
- ```
109
-
110
- </details><br>
111
-
112
- # d85421066784b-c190-4088-9e1e-7e094cac1703
113
-
114
- This model is a fine-tuned version of [NousResearch/Hermes-2-Theta-Llama-3-8B](https://huggingface.co/NousResearch/Hermes-2-Theta-Llama-3-8B) on the None dataset.
115
- It achieves the following results on the evaluation set:
116
- - Loss: 4.0006
117
-
118
- ## Model description
119
-
120
- More information needed
121
-
122
- ## Intended uses & limitations
123
-
124
- More information needed
125
-
126
- ## Training and evaluation data
127
-
128
- More information needed
129
-
130
- ## Training procedure
131
-
132
- ### Training hyperparameters
133
-
134
- The following hyperparameters were used during training:
135
- - learning_rate: 0.0001
136
- - train_batch_size: 1
137
- - eval_batch_size: 1
138
- - seed: 42
139
- - gradient_accumulation_steps: 32
140
- - total_train_batch_size: 32
141
- - 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
142
- - lr_scheduler_type: cosine
143
- - lr_scheduler_warmup_steps: 2
144
- - training_steps: 66
145
-
146
- ### Training results
147
-
148
- | Training Loss | Epoch | Step | Validation Loss |
149
- |:-------------:|:------:|:----:|:---------------:|
150
- | 3.4843 | 0.0003 | 1 | 6.9587 |
151
- | 1.9843 | 0.0080 | 25 | 3.5694 |
152
- | 3.9755 | 0.0160 | 50 | 4.0006 |
153
-
154
-
155
- ### Framework versions
156
-
157
- - PEFT 0.13.2
158
- - Transformers 4.46.0
159
- - Pytorch 2.5.0+cu124
160
- - Datasets 3.0.1
161
- - Tokenizers 0.20.1