Skip to content

Commit

Permalink
add note for internlm2.5 (InternLM#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold-lkk authored Jul 30, 2024
1 parent 29bbfe7 commit 8a701e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ python -m mindsearch.app --lang en --model_format internlm_server

- `--lang`: language of the model, `en` for English and `zh` for Chinese.
- `--model_format`: format of the model.
`internlm_server` for InternLM2.5-7b-chat with local server.
`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.)
`gpt4` for GPT4.
if you want to use other models, please modify [models](./mindsearch/agent/models.py)

Expand Down

0 comments on commit 8a701e4

Please sign in to comment.