chatpig commited on
Commit
0b051c0
·
verified ·
1 Parent(s): 439a65f

Update README.md

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