shuyuej commited on
Commit
67544d4
1 Parent(s): bd4bc2b

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 Google Gemma 2 27B Instruction Tuned Model
6
+
7
+ Original Base Model: `google/gemma-2-27b-it`.<br>
8
+ Link: [https://huggingface.co/google/gemma-2-27b-it](https://huggingface.co/google/gemma-2-27b-it)
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).