Datasets:
File size: 307 Bytes
f2ad62a |
1 2 3 4 5 6 7 8 9 10 11 12 |
### Commands for running inference
```console
python run_generation_vllm.py --model-id nvidia/ChatQA-1.5-8B --eval-dataset DATASET_NAME --data-folder PATH_TO_YOUR_DATA --output-folder PATH_TO_OUTPUT_FOLDER
```
### Commands for calculating scores for generated outputs
```console
python get_scores.py
```
|