Update README.md
Browse files
README.md
CHANGED
@@ -10,12 +10,17 @@ tags:
|
|
10 |
- llama-cpp
|
11 |
- gguf-my-repo
|
12 |
licence: license
|
|
|
13 |
---
|
14 |
|
15 |
# Triangle104/GemmaCoder3-12B-Q4_K_M-GGUF
|
16 |
This model was converted to GGUF format from [`burtenshaw/GemmaCoder3-12B`](https://huggingface.co/burtenshaw/GemmaCoder3-12B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
17 |
Refer to the [original model card](https://huggingface.co/burtenshaw/GemmaCoder3-12B) for more details on the model.
|
18 |
|
|
|
|
|
|
|
|
|
19 |
## Use with llama.cpp
|
20 |
Install llama.cpp through brew (works on Mac and Linux)
|
21 |
|
@@ -54,4 +59,4 @@ Step 3: Run inference through the main binary.
|
|
54 |
or
|
55 |
```
|
56 |
./llama-server --hf-repo Triangle104/GemmaCoder3-12B-Q4_K_M-GGUF --hf-file gemmacoder3-12b-q4_k_m.gguf -c 2048
|
57 |
-
```
|
|
|
10 |
- llama-cpp
|
11 |
- gguf-my-repo
|
12 |
licence: license
|
13 |
+
license: gemma
|
14 |
---
|
15 |
|
16 |
# Triangle104/GemmaCoder3-12B-Q4_K_M-GGUF
|
17 |
This model was converted to GGUF format from [`burtenshaw/GemmaCoder3-12B`](https://huggingface.co/burtenshaw/GemmaCoder3-12B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
18 |
Refer to the [original model card](https://huggingface.co/burtenshaw/GemmaCoder3-12B) for more details on the model.
|
19 |
|
20 |
+
---
|
21 |
+
This model is a fine-tuned version of google/gemma-3-12b-it on the open-r1/codeforces-cots dataset. It has been trained using TRL.
|
22 |
+
|
23 |
+
---
|
24 |
## Use with llama.cpp
|
25 |
Install llama.cpp through brew (works on Mac and Linux)
|
26 |
|
|
|
59 |
or
|
60 |
```
|
61 |
./llama-server --hf-repo Triangle104/GemmaCoder3-12B-Q4_K_M-GGUF --hf-file gemmacoder3-12b-q4_k_m.gguf -c 2048
|
62 |
+
```
|