kenww53 commited on
Commit
37e1efb
·
verified ·
1 Parent(s): e856d67

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - gguf
4
+ - tains
5
+ - temple-nerve
6
+ base_model: JackFram/llama-68m
7
+ quantized_by: temple-forge
8
+ ---
9
+
10
+ # Llama-68M — Q4_K_M GGUF
11
+
12
+ Quantized by the Temple AI Nervous System (TAINS) forge.
13
+
14
+ - **Base model**: [JackFram/llama-68m](https://huggingface.co/JackFram/llama-68m)
15
+ - **Parameters**: 68M
16
+ - **Quantization**: Q4_K_M
17
+ - **Neural tier**: spinal
18
+ - **File size**: 44.0MB
19
+
20
+ Converted using llama.cpp `convert_hf_to_gguf.py` + `llama-quantize`.