Update README.md (#10701)

edit "summarize the results"
This commit is contained in:
Wenjing Margaret Mao 2024-04-09 15:50:25 +08:00 committed by GitHub
parent d59e0cce5c
commit d3116de0db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,6 @@ python run.py --model_path meta-llama/Llama-2-7b-chat-hf --precisions float16 sy
- If you want to test perplexity on pre-downloaded datasets, please specify the `<path/to/dataset>` in the `dataset_path` argument in your command. - If you want to test perplexity on pre-downloaded datasets, please specify the `<path/to/dataset>` in the `dataset_path` argument in your command.
## Summarize the results ## Summarize the results
"""python ```python
python make_table.py <input_dir> python make_table.py <input_dir>
""" ```