8 lines
282 B
Plaintext
8 lines
282 B
Plaintext
FROM ./llama3-8b-pokerbench-sft-q8_0.gguf
|
|
PARAMETER temperature 0.1
|
|
PARAMETER num_predict 64
|
|
PARAMETER stop "<|eot_id|>"
|
|
SYSTEM """You are an expert poker player. Analyze the game state and provide the optimal action.
|
|
Respond with your action wrapped in <action></action> tags."""
|
|
|