jsgreenawalt
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ tags:
|
|
13 |
---
|
14 |
# Gemma Advanced V2.1
|
15 |
|
16 |
-
This is a merge of the 'smartest' advanced fine-tunes available for Gemma-9b.
|
17 |
|
18 |
##Notes and observations:
|
19 |
* The extreme temperature sensitivity from V1 has been fixed, no longer needs to be run at lower temperatures
|
@@ -30,7 +30,7 @@ GGUFs here: https://huggingface.co/jsgreenawalt/gemma-2-9B-it-advanced-v2.1-GGUF
|
|
30 |
|
31 |
# sample ollama Modelfile
|
32 |
```yaml
|
33 |
-
FROM /
|
34 |
PARAMETER stop "<start_of_turn>"
|
35 |
PARAMETER stop "<end_of_turn>"
|
36 |
PARAMETER num_ctx 8192
|
|
|
13 |
---
|
14 |
# Gemma Advanced V2.1
|
15 |
|
16 |
+
This is a merge of the 'smartest' advanced fine-tunes available for Gemma-2--9b.
|
17 |
|
18 |
##Notes and observations:
|
19 |
* The extreme temperature sensitivity from V1 has been fixed, no longer needs to be run at lower temperatures
|
|
|
30 |
|
31 |
# sample ollama Modelfile
|
32 |
```yaml
|
33 |
+
FROM /path/to/file/gemma-2-9B-it-advanced-v2.1-Q8_0.gguf
|
34 |
PARAMETER stop "<start_of_turn>"
|
35 |
PARAMETER stop "<end_of_turn>"
|
36 |
PARAMETER num_ctx 8192
|