taylorbobaylor commited on
Commit
efa693a
·
1 Parent(s): 9152ec3

Upload model

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
  license: bigcode-openrail-m
3
- base_model: bigcode/starcoder
4
  tags:
5
  - generated_from_trainer
 
6
  model-index:
7
  - name: peft-lora-starcoder15B-v2-personal-copilot-A100-40GB-colab
8
  results: []
@@ -52,3 +53,22 @@ The following hyperparameters were used during training:
52
  - Pytorch 2.0.0
53
  - Datasets 2.15.0
54
  - Tokenizers 0.15.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: bigcode-openrail-m
3
+ library_name: peft
4
  tags:
5
  - generated_from_trainer
6
+ base_model: bigcode/starcoder
7
  model-index:
8
  - name: peft-lora-starcoder15B-v2-personal-copilot-A100-40GB-colab
9
  results: []
 
53
  - Pytorch 2.0.0
54
  - Datasets 2.15.0
55
  - Tokenizers 0.15.0
56
+ ## Training procedure
57
+
58
+
59
+ The following `bitsandbytes` quantization config was used during training:
60
+ - quant_method: bitsandbytes
61
+ - load_in_8bit: False
62
+ - load_in_4bit: True
63
+ - llm_int8_threshold: 6.0
64
+ - llm_int8_skip_modules: None
65
+ - llm_int8_enable_fp32_cpu_offload: False
66
+ - llm_int8_has_fp16_weight: False
67
+ - bnb_4bit_quant_type: nf4
68
+ - bnb_4bit_use_double_quant: True
69
+ - bnb_4bit_compute_dtype: bfloat16
70
+
71
+ ### Framework versions
72
+
73
+
74
+ - PEFT 0.6.3.dev0