liukuikun commited on
Commit
8eea088
·
1 Parent(s): a6e97f9

add note for internlm2.5 (#12)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ python -m mindsearch.app --lang en --model_format internlm_server
56
 
57
  - `--lang`: language of the model, `en` for English and `zh` for Chinese.
58
  - `--model_format`: format of the model.
59
- `internlm_server` for InternLM2.5-7b-chat with local server.
60
  `gpt4` for GPT4.
61
  if you want to use other models, please modify [models](./mindsearch/agent/models.py)
62
 
 
56
 
57
  - `--lang`: language of the model, `en` for English and `zh` for Chinese.
58
  - `--model_format`: format of the model.
59
+ `internlm_server` for InternLM2.5-7b-chat with local server. (For InternLM2.5-7b-chat, its performance in English is not as good as in Chinese.)
60
  `gpt4` for GPT4.
61
  if you want to use other models, please modify [models](./mindsearch/agent/models.py)
62