File size: 647 Bytes
17bde65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
base_model:
- medmekk/Llama-3.2-1B-BNB-int4-nf4
---

# medmekk/Llama-3.2-1B-BNB-int4-nf4 (Quantized)

## Description
This model is a quantized version of the original model `medmekk/Llama-3.2-1B-BNB-int4-nf4`. It has been quantized using int4 quantization with bitsandbytes.

## Quantization Details
- **Quantization Type**: int4
- **Threshold**: None
- **bnb_4bit_quant_type**: nf4
- **bnb_4bit_use_double_quant**: False

## Usage
You can use this model in your applications by loading it directly from the Hugging Face Hub:

```python
from transformers import AutoModel

model = AutoModel.from_pretrained("medmekk/Llama-3.2-1B-BNB-int4-nf4")