You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# LLM_Evaluator
|
|
|
|
|
|
|
|
A simple program to evaluate large language model.
|
|
|
|
|
|
|
|
## Recommend Requirements
|
|
|
|
|
|
|
|
- Python 3.8
|
|
|
|
- torch 1.13.1+cu117
|
|
|
|
- transformers 4.33.2
|
|
|
|
- accelerate 0.26.1
|
|
|
|
- tqdm 4.66.1
|
|
|
|
- openai 1.10.0
|