Text Generation
Transformers
GGUF
Korean
English
unsloth
phi-3
ollama
conversational
daekeun-ml commited on
Commit
4270294
·
verified ·
1 Parent(s): 1163cfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -47,14 +47,14 @@ curl -fsSL https://ollama.com/install.sh | sh
47
  huggingface-cli download daekeun-ml/Phi-3-medium-4k-instruct-ko-poc-gguf-v0.1 Modelfile_q4 --local-dir /path/to/your/local/dir
48
  ```
49
 
50
- 2. Build the Ollama Model:
51
  Use the Ollama CLI to create your model with the following command:
52
 
53
  ```
54
  ollama create phi3-ko -f Modelfile_q4
55
  ```
56
 
57
- 3. Run the model
58
  ```
59
  ollama run phi3-ko What is Machine Learning?
60
  ```
 
47
  huggingface-cli download daekeun-ml/Phi-3-medium-4k-instruct-ko-poc-gguf-v0.1 Modelfile_q4 --local-dir /path/to/your/local/dir
48
  ```
49
 
50
+ 3. **Build the Ollama Model:**
51
  Use the Ollama CLI to create your model with the following command:
52
 
53
  ```
54
  ollama create phi3-ko -f Modelfile_q4
55
  ```
56
 
57
+ 4. **Run the model:**
58
  ```
59
  ollama run phi3-ko What is Machine Learning?
60
  ```