Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,6 @@ Prompt template:
|
|
10 |
To use the fine-tuned model, you need to get a downloadable link for the model from HF and update it accordingly in the shell script.
|
11 |
For example:
|
12 |
```
|
13 |
-
MODEL_URL="https://huggingface.co/mzbac/mistral-grammar/resolve/main/Mistral-7B-Grammar-
|
14 |
-
MODEL_FILE="Mistral-7B-Grammar-
|
15 |
```
|
|
|
10 |
To use the fine-tuned model, you need to get a downloadable link for the model from HF and update it accordingly in the shell script.
|
11 |
For example:
|
12 |
```
|
13 |
+
MODEL_URL="https://huggingface.co/mzbac/mistral-grammar/resolve/main/Mistral-7B-Grammar-Correaction-v1.1.3.Q5_K_M.gguf"
|
14 |
+
MODEL_FILE="Mistral-7B-Grammar-Correaction-v1.1.3.Q5_K_M.gguf"
|
15 |
```
|