mzbac commited on
Commit
e346f1b
1 Parent(s): ba860b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-Checker-v1.1.2.Q5_K_M.gguf"
14
- MODEL_FILE="Mistral-7B-Grammar-Checker-v1.1.2.Q5_K_M.gguf"
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
  ```