初始化项目,由ModelHub XC社区提供模型

Model: YiPz/llama3-8b-pokerbench-sft-gguf
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-26 19:08:17 +08:00
commit bcf00dc441
5 changed files with 96 additions and 0 deletions

7
Modelfile Normal file
View File

@@ -0,0 +1,7 @@
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."""