hmahadik commited on
Commit
bfcf399
·
verified ·
1 Parent(s): 5ce1bca

Drop native Modelfile (native variant retired)

Browse files
Files changed (1) hide show
  1. Modelfile.native +0 -15
Modelfile.native DELETED
@@ -1,15 +0,0 @@
1
- # Coral FunctionGemma — native <start_function_call>...<end_function_call> format
2
- # Matches Synaptics' existing parser. Slower decode (~30-80 output tokens) but
3
- # zero-overhead for respond() / chat-style replies.
4
-
5
- FROM ./coral-functiongemma-v4c-native-Q4_K_M.gguf
6
-
7
- PARAMETER temperature 0
8
- PARAMETER top_p 1
9
- PARAMETER num_ctx 1024
10
- PARAMETER num_predict 80
11
-
12
- # Native format terminators
13
- PARAMETER stop "<end_function_call>"
14
- PARAMETER stop "<end_of_turn>"
15
- PARAMETER stop "<eos>"