Update README.md
Browse files
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.
|