Update README.md
Browse files
README.md
CHANGED
|
@@ -159,18 +159,6 @@ The model uses the standard ChatML format:
|
|
| 159 |
--temp 0.8
|
| 160 |
```
|
| 161 |
|
| 162 |
-
|
| 163 |
-
### Interactive Session
|
| 164 |
-
```bash
|
| 165 |
-
./main -m palmyra-mini-thinking-b-Q8_0.gguf \
|
| 166 |
-
-i \
|
| 167 |
-
-c 4096 \
|
| 168 |
-
--temp 0.7 \
|
| 169 |
-
-r "<|im_start|>user\n" \
|
| 170 |
-
--in-prefix "<|im_start|>assistant\n" \
|
| 171 |
-
--in-suffix "<|im_end|>\n"
|
| 172 |
-
```
|
| 173 |
-
|
| 174 |
## Known Limitations
|
| 175 |
|
| 176 |
1. **Context Length**: Default context is 4,096 tokens, though the model supports up to 131,072
|
|
|
|
| 159 |
--temp 0.8
|
| 160 |
```
|
| 161 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
## Known Limitations
|
| 163 |
|
| 164 |
1. **Context Length**: Default context is 4,096 tokens, though the model supports up to 131,072
|