Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# The Quantized LLaMA 3.2 3B Instruct Model
|
6 |
+
|
7 |
+
Original Base Model: `meta-llama/Llama-3.2-3B-Instruct`.<br>
|
8 |
+
Link: [https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct)
|
9 |
+
|
10 |
+
## Quantization Configurations
|
11 |
+
```
|
12 |
+
|
13 |
+
```
|
14 |
+
|
15 |
+
## Source Codes
|
16 |
+
Source Codes: [https://github.com/vkola-lab/medpodgpt/tree/main/quantization](https://github.com/vkola-lab/medpodgpt/tree/main/quantization).
|