wenbopan commited on
Commit
8db388b
1 Parent(s): 3bfb8b1

shorten How-to-use

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ Faro-Yi-34B-200K is an improved [Yi-34B-200K](https://huggingface.co/01-ai/Yi-34
17
 
18
  ## How to Use
19
 
20
- Faro-Yi-34B-200K uses chatml template. This make it easy to set up system prompt and multi-turn conversations. It truly excels when used for analyzing long documents or instructions. I recommend using vLLM for long inputs.
21
 
22
  ```python
23
  import io
 
17
 
18
  ## How to Use
19
 
20
+ Faro-Yi-9B-200K uses chatml template. I recommend using vLLM for long inputs.
21
 
22
  ```python
23
  import io