chatpig commited on
Commit
b70563d
·
verified ·
1 Parent(s): 7a9cd65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: gemma
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gemma
3
+ base_model:
4
+ - google/gemma-3-1b-it
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - gguf-connector
8
+ ---
9
+
10
+ ## gemma-3-1b-it-bf16
11
+ - can be converted to gguf with convert_hf_to_gguf.py
12
+ - then run it with llama.cpp, ollama, etc.