chatpig commited on
Commit
2adb6a3
·
verified ·
1 Parent(s): 1a23182

Update README.md

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