mzbac commited on
Commit
ea032b5
1 Parent(s): 6e7e8a7

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.1.Q5_K_M.gguf"
14
- MODEL_FILE="Mistral-7B-Grammar-Checker-v1.1.1.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-Checker-v1.1.2.Q5_K_M.gguf"
14
+ MODEL_FILE="Mistral-7B-Grammar-Checker-v1.1.2.Q5_K_M.gguf"
15
  ```