Sourabh2 commited on
Commit
14bcb09
1 Parent(s): e68b96d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -92
README.md CHANGED
@@ -1,95 +1,3 @@
1
- ---
2
- base_model: openlm-research/open_llama_3b_v2
3
- library_name: peft
4
- license: apache-2.0
5
- tags:
6
- - generated_from_trainer
7
- model-index:
8
- - name: outputs/lora-out
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/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
16
- <details><summary>See axolotl config</summary>
17
-
18
- axolotl version: `0.4.1`
19
- ```yaml
20
- base_model: openlm-research/open_llama_3b_v2
21
- model_type: LlamaForCausalLM
22
- tokenizer_type: LlamaTokenizer
23
- load_in_8bit: true
24
- load_in_4bit: false
25
- strict: false
26
- push_dataset_to_hub:
27
- datasets:
28
- - path: Sourabh2/Alphaca_data
29
- type: alpaca
30
- dataset_prepared_path:
31
- val_set_size: 0.02
32
- adapter: lora
33
- lora_model_dir:
34
- sequence_len: 1024
35
- sample_packing: true
36
- lora_r: 8
37
- lora_alpha: 16
38
- lora_dropout: 0.0
39
- lora_target_modules:
40
- - gate_proj
41
- - down_proj
42
- - up_proj
43
- - q_proj
44
- - v_proj
45
- - k_proj
46
- - o_proj
47
- lora_fan_in_fan_out:
48
- wandb_project:
49
- wandb_entity:
50
- wandb_watch:
51
- wandb_name:
52
- wandb_log_model:
53
- output_dir: ./outputs/lora-out
54
- gradient_accumulation_steps: 1
55
- micro_batch_size: 2
56
- num_epochs: 1
57
- optimizer: adamw_bnb_8bit
58
- torchdistx_path:
59
- lr_scheduler: cosine
60
- learning_rate: 0.0002
61
- train_on_inputs: false
62
- group_by_length: false
63
- bf16: false
64
- fp16: true
65
- tf32: false
66
- gradient_checkpointing: true
67
- early_stopping_patience:
68
- resume_from_checkpoint:
69
- local_rank:
70
- logging_steps: 1
71
- xformers_attention:
72
- flash_attention: true
73
- gptq_groupsize:
74
- s2_attention:
75
- gptq_model_v1:
76
- warmup_steps: 20
77
- evals_per_epoch: 4
78
- saves_per_epoch: 1
79
- debug:
80
- deepspeed:
81
- weight_decay: 0.1
82
- fsdp:
83
- fsdp_config:
84
- special_tokens:
85
- bos_token: "<s>"
86
- eos_token: "</s>"
87
- unk_token: "<unk>"
88
-
89
- ```
90
-
91
- </details><br>
92
-
93
  # outputs/lora-out
94
 
95
  This model is a fine-tuned version of [openlm-research/open_llama_3b_v2](https://huggingface.co/openlm-research/open_llama_3b_v2) on the None dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # outputs/lora-out
2
 
3
  This model is a fine-tuned version of [openlm-research/open_llama_3b_v2](https://huggingface.co/openlm-research/open_llama_3b_v2) on the None dataset.