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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -29,10 +29,9 @@ https://github.com/pengqu123/vicuna-13b-delta-finetuned-langchain-MRKL/issues
29
  train only one epoch on mix data (sharegpt + 32*my.json + moss-003-sft-data)
30
 
31
  ## Evaluation
32
- demo code: https://github.com/pengqu123/vicuna-13b-delta-finetuned-langchain-MRKL/blob/main/demo.ipynb
33
- No evaluation set. Because we don't improve the ability of model. we just make model fit langchain-MRKL strictly.
34
- We just want to show vicuna-13b's powerful ability about thinking and action.
35
- This is the first step. We hope if we get more samples about more tools, we can support more complicate plugins too.
36
 
37
  ## Major Improvement
38
  - support langchain-MRKL(agent= "zero-shot-react-description")
 
29
  train only one epoch on mix data (sharegpt + 32*my.json + moss-003-sft-data)
30
 
31
  ## Evaluation
32
+ - demo code: https://github.com/pengqu123/vicuna-13b-delta-finetuned-langchain-MRKL/blob/main/demo.ipynb
33
+ - No evaluation set. Because we don't improve the ability of model. we just make model fit langchain-MRKL strictly.
34
+ - We just want to show vicuna-13b's powerful ability about thinking and action.
 
35
 
36
  ## Major Improvement
37
  - support langchain-MRKL(agent= "zero-shot-react-description")