Upload model
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ tags:
|
|
6 |
model-index:
|
7 |
- name: peft-lora-starcoder-personal-copilot-A100-40GB-colab
|
8 |
results: []
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,6 +32,17 @@ More information needed
|
|
31 |
|
32 |
## Training procedure
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
@@ -73,6 +85,7 @@ The following hyperparameters were used during training:
|
|
73 |
|
74 |
### Framework versions
|
75 |
|
|
|
76 |
- Transformers 4.31.0
|
77 |
- Pytorch 2.0.1+cu118
|
78 |
- Datasets 2.14.4
|
|
|
6 |
model-index:
|
7 |
- name: peft-lora-starcoder-personal-copilot-A100-40GB-colab
|
8 |
results: []
|
9 |
+
library_name: peft
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
## Training procedure
|
34 |
|
35 |
+
|
36 |
+
The following `bitsandbytes` quantization config was used during training:
|
37 |
+
- load_in_8bit: False
|
38 |
+
- load_in_4bit: True
|
39 |
+
- llm_int8_threshold: 6.0
|
40 |
+
- llm_int8_skip_modules: None
|
41 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
42 |
+
- llm_int8_has_fp16_weight: False
|
43 |
+
- bnb_4bit_quant_type: nf4
|
44 |
+
- bnb_4bit_use_double_quant: True
|
45 |
+
- bnb_4bit_compute_dtype: bfloat16
|
46 |
### Training hyperparameters
|
47 |
|
48 |
The following hyperparameters were used during training:
|
|
|
85 |
|
86 |
### Framework versions
|
87 |
|
88 |
+
- PEFT 0.4.0
|
89 |
- Transformers 4.31.0
|
90 |
- Pytorch 2.0.1+cu118
|
91 |
- Datasets 2.14.4
|