Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ language:
|
|
5 |
- en
|
6 |
tags:
|
7 |
- llama-cpp
|
8 |
-
-
|
9 |
- llama-3.1
|
10 |
- instruction-tuned
|
11 |
license: llama3.1
|
@@ -24,7 +24,7 @@ This is a quantized GGUF version of my fine-tuned model [`utkmst/chimera-beta-te
|
|
24 |
|
25 |
## Architecture
|
26 |
- **Base Model**: meta-llama/Llama-3.1-8B-Instruct
|
27 |
-
- **Size**:
|
28 |
- **Type**: Decoder-only transformer
|
29 |
- **Quantization**: Q4_K_M GGUF format (4-bit quantization with K-means clustering)
|
30 |
|
|
|
5 |
- en
|
6 |
tags:
|
7 |
- llama-cpp
|
8 |
+
- ggufa
|
9 |
- llama-3.1
|
10 |
- instruction-tuned
|
11 |
license: llama3.1
|
|
|
24 |
|
25 |
## Architecture
|
26 |
- **Base Model**: meta-llama/Llama-3.1-8B-Instruct
|
27 |
+
- **Size**: 8.03B parameters
|
28 |
- **Type**: Decoder-only transformer
|
29 |
- **Quantization**: Q4_K_M GGUF format (4-bit quantization with K-means clustering)
|
30 |
|