File size: 455 Bytes
e2212e9 58425f2 99187db |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
license: mit
language:
- en
base_model:
- codellama/CodeLlama-7b-hf
tags:
- co
---
## Model Details
- Base: CodeLLaMA-7B
- Quantization: bitsandbytes 4-bit (bnb_4bit, NF4)
- Format: Hugging Face (`.safetensors`)
- Usage: Transformers
# CodeVero 7B - 4-bit Quantized
This is a 4-bit quantized version of CodeLLaMA 7B, prepared using `bitsandbytes` and Hugging Face Transformers.
Optimized for inference and fine-tuning in low-resource environments. |