shredder-31 commited on
Commit
719ce2b
1 Parent(s): a42097c

Upload model

Browse files
Files changed (1) hide show
  1. README.md +14 -45
README.md CHANGED
@@ -1,52 +1,21 @@
1
  ---
2
- base_model: meta-llama/Llama-2-7b-hf
3
- tags:
4
- - generated_from_trainer
5
- model-index:
6
- - name: Question_generation_Fine_tuning_llama_7B
7
- results: []
8
  ---
9
-
10
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
- should probably proofread and complete it, then remove this comment. -->
12
-
13
- # Question_generation_Fine_tuning_llama_7B
14
-
15
- This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on an unknown dataset.
16
-
17
- ## Model description
18
-
19
- More information needed
20
-
21
- ## Intended uses & limitations
22
-
23
- More information needed
24
-
25
- ## Training and evaluation data
26
-
27
- More information needed
28
-
29
  ## Training procedure
30
 
31
- ### Training hyperparameters
32
-
33
- The following hyperparameters were used during training:
34
- - learning_rate: 0.0001
35
- - train_batch_size: 1
36
- - eval_batch_size: 1
37
- - seed: 42
38
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
- - lr_scheduler_type: cosine
40
- - lr_scheduler_warmup_ratio: 0.05
41
- - num_epochs: 1
42
-
43
- ### Training results
44
-
45
-
46
 
 
 
 
 
 
 
 
 
 
 
 
47
  ### Framework versions
48
 
49
- - Transformers 4.32.1
50
- - Pytorch 2.0.1+cu117
51
- - Datasets 2.1.0
52
- - Tokenizers 0.13.3
 
1
  ---
2
+ library_name: peft
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ## Training procedure
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - quant_method: bitsandbytes
9
+ - load_in_8bit: False
10
+ - load_in_4bit: True
11
+ - llm_int8_threshold: 6.0
12
+ - llm_int8_skip_modules: None
13
+ - llm_int8_enable_fp32_cpu_offload: False
14
+ - llm_int8_has_fp16_weight: False
15
+ - bnb_4bit_quant_type: fp4
16
+ - bnb_4bit_use_double_quant: False
17
+ - bnb_4bit_compute_dtype: float32
18
  ### Framework versions
19
 
20
+
21
+ - PEFT 0.5.0