Text Generation
Transformers
PyTorch
llama
text-generation-inference
PengQu commited on
Commit
6678023
1 Parent(s): 9ee08c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -35,4 +35,8 @@ train only one epoch on mix data (sharegpt + 32*my.json + moss-003-sft-data)
35
 
36
  ## Major Improvement
37
  - support langchain-MRKL(agent= "zero-shot-react-description")
38
- - very fast because of stritcly format(it doesn't generate redundant tokens)
 
 
 
 
 
35
 
36
  ## Major Improvement
37
  - support langchain-MRKL(agent= "zero-shot-react-description")
38
+ - very fast because of stritcly format(it doesn't generate redundant tokens)
39
+
40
+ ## Author
41
+
42
+ [Qu Peng](https://huggingface.co/PengQu)