Upload model
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ tags:
|
|
| 4 |
model-index:
|
| 5 |
- name: codellama-7b-humaneval-java-fim
|
| 6 |
results: []
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -29,6 +30,18 @@ More information needed
|
|
| 29 |
|
| 30 |
## Training procedure
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
### Training hyperparameters
|
| 33 |
|
| 34 |
The following hyperparameters were used during training:
|
|
@@ -71,6 +84,7 @@ The following hyperparameters were used during training:
|
|
| 71 |
|
| 72 |
### Framework versions
|
| 73 |
|
|
|
|
| 74 |
- Transformers 4.34.0
|
| 75 |
- Pytorch 2.1.0+cu118
|
| 76 |
- Datasets 2.16.1
|
|
|
|
| 4 |
model-index:
|
| 5 |
- name: codellama-7b-humaneval-java-fim
|
| 6 |
results: []
|
| 7 |
+
library_name: peft
|
| 8 |
---
|
| 9 |
|
| 10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 30 |
|
| 31 |
## Training procedure
|
| 32 |
|
| 33 |
+
|
| 34 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 35 |
+
- quant_method: bitsandbytes
|
| 36 |
+
- load_in_8bit: False
|
| 37 |
+
- load_in_4bit: True
|
| 38 |
+
- llm_int8_threshold: 6.0
|
| 39 |
+
- llm_int8_skip_modules: None
|
| 40 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 41 |
+
- llm_int8_has_fp16_weight: False
|
| 42 |
+
- bnb_4bit_quant_type: nf4
|
| 43 |
+
- bnb_4bit_use_double_quant: True
|
| 44 |
+
- bnb_4bit_compute_dtype: bfloat16
|
| 45 |
### Training hyperparameters
|
| 46 |
|
| 47 |
The following hyperparameters were used during training:
|
|
|
|
| 84 |
|
| 85 |
### Framework versions
|
| 86 |
|
| 87 |
+
- PEFT 0.5.0
|
| 88 |
- Transformers 4.34.0
|
| 89 |
- Pytorch 2.1.0+cu118
|
| 90 |
- Datasets 2.16.1
|