hfl
/

hfl-rc commited on
Commit
f1d7d43
1 Parent(s): 874e61e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -9,6 +9,8 @@ language:
9
 
10
  This repository contains GGUF-v3 version (llama.cpp compatible) of **Chinese-Alpaca-2-1.3B-RLHF**, which is tuned on Chinese-Alpaca-2-1.3B with RLHF using DeepSpeed-Chat.
11
 
 
 
12
  For full model in HuggingFace format, please see: https://huggingface.co/hfl/chinese-alpaca-2-1.3b-rlhf
13
 
14
  Please refer to [https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/) for more details.
 
9
 
10
  This repository contains GGUF-v3 version (llama.cpp compatible) of **Chinese-Alpaca-2-1.3B-RLHF**, which is tuned on Chinese-Alpaca-2-1.3B with RLHF using DeepSpeed-Chat.
11
 
12
+ **The optimal context length is 1K for this model. Specify `-c 1024` when using with llama.cpp**
13
+
14
  For full model in HuggingFace format, please see: https://huggingface.co/hfl/chinese-alpaca-2-1.3b-rlhf
15
 
16
  Please refer to [https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/) for more details.