Skip to content

Commit

Permalink
update repo id & name
Browse files Browse the repository at this point in the history
  • Loading branch information
mkshing committed Mar 13, 2024
1 parent bb1dd29 commit 24ab3f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion evofactory/eval/ja_mgsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def extract_answer_number(completion: str) -> Optional[float]:


class JaMGSM:
name = "JaMGSM"
name = "MGSM-JA"
dataset_path = "juletxara/mgsm"
dataset_split = "test"

Expand Down
4 changes: 2 additions & 2 deletions evofactory/eval/ja_vg_vqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def extract_qa(example):


class JaVGVQA:
name = "JaVGVQA"
dataset_path = "SakanaAI/ja-vg-vqa-2500"
name = "JA-VG-VQA-500"
dataset_path = "SakanaAI/JA-VG-VQA-500"
dataset_split = "test"

def __init__(
Expand Down
4 changes: 2 additions & 2 deletions evofactory/eval/ja_vlm_wild.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@


class JaVLMBenchIntheWild:
name = "JaVLMBenchIntheWild"
dataset_path = "SakanaAI/japanese-vlm-bench-in-the-wild"
name = "JA-VLM-Bench-In-the-Wild"
dataset_path = "SakanaAI/JA-VLM-Bench-In-the-Wild"
dataset_split = "test"

def __init__(
Expand Down

0 comments on commit 24ab3f7

Please sign in to comment.