Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmftbyGMFTBY authored Feb 22, 2024
1 parent a5e6c70 commit 2be2886
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 @@ -107,7 +107,7 @@ for abbr, dataset in tqdm(datasets.items()):
json.dump(results, f, ensure_ascii=False, indent=4)
```

We only provide the inference codebase for our [InternLM2-7B-Chat](https://huggingface.co/internlm/internlm2-chat-7b), but it is easy to revise the inference code for evaluating your own LLMs (more details are in `inference/internlm2.py`).
We only provide the inference codebase for our [InternLM2-7B-Chat](https://huggingface.co/internlm/internlm2-chat-7b), but it is easy to revise the inference code for evaluating your own LLMs (more details are in [`inference/internlm2.py`](./inference/internlm2.py)).

#### Example Inference Data of Representative LLMs

Expand Down

0 comments on commit 2be2886

Please sign in to comment.