Commit
·
8e5d69a
1
Parent(s):
4340658
Upload model
Browse files
README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: bigcode-openrail-m
|
| 3 |
-
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: starcoder1B-personal-copilot
|
| 8 |
results: []
|
|
@@ -53,3 +54,22 @@ The following hyperparameters were used during training:
|
|
| 53 |
- Pytorch 2.1.0a0+4136153
|
| 54 |
- Datasets 2.14.5
|
| 55 |
- Tokenizers 0.14.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: bigcode-openrail-m
|
| 3 |
+
library_name: peft
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
+
base_model: bigcode/starcoderbase-1b
|
| 7 |
model-index:
|
| 8 |
- name: starcoder1B-personal-copilot
|
| 9 |
results: []
|
|
|
|
| 54 |
- Pytorch 2.1.0a0+4136153
|
| 55 |
- Datasets 2.14.5
|
| 56 |
- Tokenizers 0.14.1
|
| 57 |
+
## Training procedure
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 61 |
+
- quant_method: bitsandbytes
|
| 62 |
+
- load_in_8bit: False
|
| 63 |
+
- load_in_4bit: True
|
| 64 |
+
- llm_int8_threshold: 6.0
|
| 65 |
+
- llm_int8_skip_modules: None
|
| 66 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 67 |
+
- llm_int8_has_fp16_weight: False
|
| 68 |
+
- bnb_4bit_quant_type: nf4
|
| 69 |
+
- bnb_4bit_use_double_quant: True
|
| 70 |
+
- bnb_4bit_compute_dtype: float16
|
| 71 |
+
|
| 72 |
+
### Framework versions
|
| 73 |
+
|
| 74 |
+
|
| 75 |
+
- PEFT 0.6.3.dev0
|