jaeyong2 commited on
Commit
13de82b
1 Parent(s): d5a0e29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -17,6 +17,13 @@ tags: []
17
 
18
 
19
 
 
 
 
 
 
 
 
20
  <!-- These are the evaluation metrics being used, ideally with a description of why. -->
21
 
22
  | | Qwen2.5-0.5B-Instruct | finetuning-model |
 
17
 
18
 
19
 
20
+ ``` llm-jp-eval script
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-1.5B-Instruct-JaMagpie-Preview tokenizer.pretrained_model_name_or_path=jaeyong2/Qwen2.5-1.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. -->
28
 
29
  | | Qwen2.5-0.5B-Instruct | finetuning-model |