librarian-bot's picture
Librarian Bot: Add base_model information to model
aebb728
|
raw
history blame
643 Bytes
---
language:
- en
license: llama2
library_name: peft
datasets:
- ehartford/wizard_vicuna_70k_unfiltered
pipeline_tag: text-generation
base_model: meta-llama/Llama-2-7b-chat-hf
---
## Training procedure
The following `bitsandbytes` quantization config was used during training:
- quant_method: QuantizationMethod.BITS_AND_BYTES
- load_in_8bit: False
- load_in_4bit: True
- llm_int8_threshold: 6.0
- llm_int8_skip_modules: None
- llm_int8_enable_fp32_cpu_offload: False
- llm_int8_has_fp16_weight: False
- bnb_4bit_quant_type: nf4
- bnb_4bit_use_double_quant: True
- bnb_4bit_compute_dtype: bfloat16
### Framework versions
- PEFT 0.4.0.dev0