Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ tags: []
|
|
21 |
!git clone https://github.com/llm-jp/llm-jp-eval.git
|
22 |
!cd llm-jp-eval && pip install -e .
|
23 |
!cd llm-jp-eval && python scripts/preprocess_dataset.py --dataset-name all --output-dir ./dataset_dir
|
24 |
-
!cd llm-jp-eval && python scripts/evaluate_llm.py -cn config.yaml model.pretrained_model_name_or_path=jaeyong2/Qwen2.5-
|
25 |
```
|
26 |
|
27 |
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
|
|
21 |
!git clone https://github.com/llm-jp/llm-jp-eval.git
|
22 |
!cd llm-jp-eval && pip install -e .
|
23 |
!cd llm-jp-eval && python scripts/preprocess_dataset.py --dataset-name all --output-dir ./dataset_dir
|
24 |
+
!cd llm-jp-eval && python scripts/evaluate_llm.py -cn config.yaml model.pretrained_model_name_or_path=jaeyong2/Qwen2.5-0.5B-Instruct-JaMagpie-Preview tokenizer.pretrained_model_name_or_path=jaeyong2/Qwen2.5-0.5B-Instruct-JaMagpie-Preview dataset_dir=./dataset_dir/1.4.1/evaluation/test
|
25 |
```
|
26 |
|
27 |
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|