Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,13 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"quantization_config": {
|
7 |
"batch_size": 1,
|
8 |
"bits": 4,
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
# The Quantized LLaMA 3 8B Instruct Model
|
6 |
+
|
7 |
+
Original Base Model: `meta-llama/Meta-Llama-3-8B-Instruct`.<br>
|
8 |
+
Link: [https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)
|
9 |
+
|
10 |
+
Quantization Configurations:
|
11 |
+
```
|
12 |
"quantization_config": {
|
13 |
"batch_size": 1,
|
14 |
"bits": 4,
|