zoltanctoth commited on
Commit
197f91d
1 Parent(s): e7a6269
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
  license: mit
3
  ---
4
- Original source of the GGUF file: [juanjgit's Orca Mini 3B GGUF Model Card](https://huggingface.co/juanjgit/orca_mini_3B-GGUF])
5
 
6
  Original model: [Pankaj Mathur's Orca Mini 3B.](https://huggingface.co/psmathur/orca_mini_3b)
7
 
8
- # Prompt
9
  ```
10
  prompt = f"### System:\n{system}\n\n### User:\n{instruction}\n\n### Response:\n"
11
  ```
 
1
  ---
2
  license: mit
3
  ---
4
+ Original source of the GGUF file: [juanjgit's Orca Mini 3B GGUF Model Card](https://huggingface.co/juanjgit/orca_mini_3B-GGUF)
5
 
6
  Original model: [Pankaj Mathur's Orca Mini 3B.](https://huggingface.co/psmathur/orca_mini_3b)
7
 
8
+ # Prompt format
9
  ```
10
  prompt = f"### System:\n{system}\n\n### User:\n{instruction}\n\n### Response:\n"
11
  ```