lcarrere commited on
Commit
97317da
·
verified ·
1 Parent(s): 095ed13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: llama3.2
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.2
3
+ ---
4
+ ## Model Summary
5
+
6
+ This repository hosts quantized versions of the Llama-3.2-1B-Instruct model.
7
+
8
+ **Format:** GGUF
9
+ **Converter:** llama.cpp 70392f1f81470607ba3afef04aa56c9f65587664
10
+ **Quantizer:** LM-Kit.NET 2024.8.4
11
+
12
+ For more detailed information on the base model, please visit the following link
13
+
14
+ - [Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct)