lonestar108
commited on
Commit
·
bf49bae
1
Parent(s):
4bce5c7
Update README.md
Browse files
README.md
CHANGED
@@ -8,21 +8,5 @@ datasets:
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
pipeline_tag: text-generation
|
11 |
-
base_model:
|
12 |
---
|
13 |
-
## Training procedure
|
14 |
-
|
15 |
-
The following `bitsandbytes` quantization config was used during training:
|
16 |
-
- load_in_8bit: False
|
17 |
-
- load_in_4bit: True
|
18 |
-
- llm_int8_threshold: 6.0
|
19 |
-
- llm_int8_skip_modules: None
|
20 |
-
- llm_int8_enable_fp32_cpu_offload: False
|
21 |
-
- llm_int8_has_fp16_weight: False
|
22 |
-
- bnb_4bit_quant_type: nf4
|
23 |
-
- bnb_4bit_use_double_quant: False
|
24 |
-
- bnb_4bit_compute_dtype: float16
|
25 |
-
|
26 |
-
### Framework versions
|
27 |
-
|
28 |
-
- PEFT 0.4.0
|
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
pipeline_tag: text-generation
|
11 |
+
base_model: meta-llama/Llama-2-7b
|
12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|