thatname commited on
Commit
6017c5b
β€’
1 Parent(s): a8c12da

Missing escape character.

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # GGML 4-bit/5-bit quantized IDEA-CCNL/Ziya-LLaMA-13B-v1
2
  * You need the latest version of llama-cpp or llama-cpp-python (to support ggml format v3).
3
- * Currently llama-cmake can not tokenize '<human>', '<bot>' special tokens, I changed these to πŸ€–πŸ§‘ emojis.
4
  * Promote like this:
5
  ```python
6
  inputs = 'πŸ§‘:' + query.strip() + '\nπŸ€–:'
 
1
  # GGML 4-bit/5-bit quantized IDEA-CCNL/Ziya-LLaMA-13B-v1
2
  * You need the latest version of llama-cpp or llama-cpp-python (to support ggml format v3).
3
+ * Currently llama-cmake can not tokenize '\<human\>', '\<bot\>' special tokens, I changed these to πŸ€–πŸ§‘ emojis.
4
  * Promote like this:
5
  ```python
6
  inputs = 'πŸ§‘:' + query.strip() + '\nπŸ€–:'