Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,13 @@ tags: []
|
|
11 |
## Evaluation
|
12 |
|
13 |
<!-- This section describes the evaluation protocols and provides the results. -->
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
| llm-jp-eval| Qwen2.5-1.5B-Instruct |google/gemma-2-2b-jpn-it| finetuning-model |
|
17 |
|:-----------|----------------------:|-----------------------:|-----------------------:|
|
|
|
11 |
## Evaluation
|
12 |
|
13 |
<!-- This section describes the evaluation protocols and provides the results. -->
|
14 |
+
### llm-jp-eval script(colab)
|
15 |
+
```
|
16 |
+
!git clone https://github.com/llm-jp/llm-jp-eval.git
|
17 |
+
!cd llm-jp-eval && pip install -e .
|
18 |
+
!cd llm-jp-eval && python scripts/preprocess_dataset.py --dataset-name all --output-dir ./dataset_dir
|
19 |
+
!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
|
20 |
+
```
|
21 |
|
22 |
| llm-jp-eval| Qwen2.5-1.5B-Instruct |google/gemma-2-2b-jpn-it| finetuning-model |
|
23 |
|:-----------|----------------------:|-----------------------:|-----------------------:|
|