added readme
Browse files
README.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- fr
|
| 6 |
+
- it
|
| 7 |
+
- pt
|
| 8 |
+
- hi
|
| 9 |
+
- es
|
| 10 |
+
- th
|
| 11 |
+
- de
|
| 12 |
+
base_model:
|
| 13 |
+
- meta-llama/Llama-3.1-70B
|
| 14 |
+
tags:
|
| 15 |
+
- llama-cpp
|
| 16 |
+
- Llama-3.3-70B-Instruct
|
| 17 |
+
- gguf
|
| 18 |
+
- Q4_K_M
|
| 19 |
+
- llama-cpp
|
| 20 |
+
- gguf
|
| 21 |
+
- meta-llama
|
| 22 |
+
- code
|
| 23 |
+
- math
|
| 24 |
+
- chat
|
| 25 |
+
- roleplay
|
| 26 |
+
- text-generation
|
| 27 |
+
- safetensors
|
| 28 |
+
- nlp
|
| 29 |
+
- code
|
| 30 |
+
pipeline_tag: text-generation
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
+
# Llama-3.3-70B-Instruct-Q4_K_M-GGUF
|
| 34 |
+
|
| 35 |
+
**Repo:** `roleplaiapp/Llama-3.3-70B-Instruct-Q4_K_M -GGUF`
|
| 36 |
+
**Original Model:** `Llama-3.3-70B-Instruct`
|
| 37 |
+
**Organization:** `meta-llama`
|
| 38 |
+
**Quantized File:** `llama-3.3-70b-instruct-q3_k_m.gguf`
|
| 39 |
+
**Quantization:** `GGUF`
|
| 40 |
+
**Quantization Method:** `Q4_K_M `
|
| 41 |
+
**Use Imatrix:** `False`
|
| 42 |
+
**Split Model:** `False`
|
| 43 |
+
|
| 44 |
+
## Overview
|
| 45 |
+
This is an GGUF Q4_K_M quantized version of [Llama-3.3-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct).
|
| 46 |
+
|
| 47 |
+
## Quantization By
|
| 48 |
+
I often have idle A100 GPUs while building/testing and training the RP app, so I put them to use quantizing models.
|
| 49 |
+
I hope the community finds these quantizations useful.
|
| 50 |
+
|
| 51 |
+
Andrew Webby @ [RolePlai](https://roleplai.app/)
|