Views
No views yet
| Metric | Base llama3.2 | phila-ft-v3 | phila-ft-v5 + prompt |
|---|---|---|---|
| Holdout accuracy | 83.7% | 93.6% | 95.2% |
| Holdout 95% CI | - | - | [90.1%, 99.0%] |
| Precision | 0.983 | 0.957 | 0.983 |
| Recall | 0.446 | 0.865 | 0.912 |
| F1 | - | 0.909 | 0.946 |
1# Create Ollama model
2ollama create phila-ft-v5 -f ModelfileFROM phila-ft-v5-unsloth.Q4_K_M.gguf
TEMPLATE "{{- if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>{{ end }}{{- range .Messages }}<|start_header_id|>{{ .Role }}<|end_header_id|>
{{ .Content }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
"
PARAMETER top_p 0.52
PARAMETER num_predict 64
PARAMETER stop <|start_header_id|>
PARAMETER stop <|end_header_id|>
PARAMETER stop <|eot_id|>
PARAMETER temperature 0.1