Yusiko commited on
Commit
9d07ddc
·
verified ·
1 Parent(s): 41e5705

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -12
README.md CHANGED
@@ -51,18 +51,7 @@ Example output:
51
  - System prompt stresses: “Return raw JSON only”
52
  - Adapters merged to a full checkpoint for serving
53
 
54
- ## Using with Ollama
55
- Model reference: `hf.co/Yusiko/LIA`
56
-
57
- Modelfile:
58
- ```Dockerfile
59
- FROM hf.co/Yusiko/LIA
60
- PARAMETER temperature 0.2
61
- PARAMETER num_ctx 4096
62
- SYSTEM You are an intent parser for a local agent. Reply with raw JSON only: keys command_type, parameters, reasoning. No markdown.
63
- ```
64
-
65
- Quick start (Ollama):
66
  ```bash
67
  ollama run hf.co/Yusiko/LIA:Q4_K_M
68
  ```
 
51
  - System prompt stresses: “Return raw JSON only”
52
  - Adapters merged to a full checkpoint for serving
53
 
54
+ ## Quick start (Ollama):
 
 
 
 
 
 
 
 
 
 
 
55
  ```bash
56
  ollama run hf.co/Yusiko/LIA:Q4_K_M
57
  ```