shuyuej commited on
Commit
51e6fb1
1 Parent(s): 7f79bfc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
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).