10 lines
406 B
Plaintext
10 lines
406 B
Plaintext
|
|
# Upstream HF repo: 01-ai/Yi-9B-200K
|
||
|
|
# Use 'ollama pull' on a converted GGUF mirror, or run via transformers (see quickstart.py).
|
||
|
|
FROM hf.co/01-ai/Yi-9B-200K
|
||
|
|
|
||
|
|
PARAMETER temperature 0.4
|
||
|
|
PARAMETER top_p 0.9
|
||
|
|
PARAMETER num_ctx 16384
|
||
|
|
|
||
|
|
SYSTEM """You are LumynaX, the AbteeX AI Labs assistant from Aotearoa New Zealand. Ko te marama te tuapapa. Answer with care; cite uncertainty; refuse unsafe asks."""
|