From 6ebda3caf973c35740d18c1add5aa3fc26ef74fe Mon Sep 17 00:00:00 2001 From: mkshing Date: Fri, 15 Mar 2024 11:28:29 +0900 Subject: [PATCH] change the lib name --- configs/llm/abel-7b-002.yaml | 4 ++-- configs/llm/arithmo2-mistral-7b.yaml | 4 ++-- configs/llm/evollm-v1-jp-10b.yaml | 4 ++-- configs/llm/evollm-v1-jp-7b-a.yaml | 4 ++-- configs/llm/evollm-v1-jp-7b.yaml | 4 ++-- configs/llm/shisa-gamma-7b-v1.yaml | 4 ++-- configs/llm/wizardmath-7b-v1-1.yaml | 4 ++-- configs/vlm/evovlm-v1-jp-7b.yaml | 6 +++--- configs/vlm/heron-v1.yaml | 6 +++--- configs/vlm/jsvlm.yaml | 4 ++-- configs/vlm/llava-1-6-mistral-7b.yaml | 6 +++--- 11 files changed, 25 insertions(+), 25 deletions(-) diff --git a/configs/llm/abel-7b-002.yaml b/configs/llm/abel-7b-002.yaml index 91c3b02..bce210d 100644 --- a/configs/llm/abel-7b-002.yaml +++ b/configs/llm/abel-7b-002.yaml @@ -1,5 +1,5 @@ model: - target: evofactory.CausalLMWithvLLM + target: evomerge.CausalLMWithvLLM params: model_path: GAIR/Abel-7B-002 model_kwargs: @@ -7,4 +7,4 @@ model: template: ja-alpaca-cot eval: - target: evofactory.eval.JaMGSM \ No newline at end of file + target: evomerge.eval.JaMGSM \ No newline at end of file diff --git a/configs/llm/arithmo2-mistral-7b.yaml b/configs/llm/arithmo2-mistral-7b.yaml index 3cec4ce..3b97c6e 100644 --- a/configs/llm/arithmo2-mistral-7b.yaml +++ b/configs/llm/arithmo2-mistral-7b.yaml @@ -1,5 +1,5 @@ model: - target: evofactory.CausalLMWithvLLM + target: evomerge.CausalLMWithvLLM params: model_path: upaya07/Arithmo2-Mistral-7B model_kwargs: @@ -7,4 +7,4 @@ model: template: ja-alpaca-cot eval: - target: evofactory.eval.JaMGSM \ No newline at end of file + target: evomerge.eval.JaMGSM \ No newline at end of file diff --git a/configs/llm/evollm-v1-jp-10b.yaml b/configs/llm/evollm-v1-jp-10b.yaml index 8752711..569a80a 100644 --- a/configs/llm/evollm-v1-jp-10b.yaml +++ b/configs/llm/evollm-v1-jp-10b.yaml @@ -1,5 +1,5 @@ model: - target: evofactory.CausalLMWithvLLM + target: evomerge.CausalLMWithvLLM params: model_path: SakanaAI/EvoLLM-JP-v1-10B model_kwargs: @@ -8,4 +8,4 @@ model: dtype: bfloat16 template: ja-alpaca-cot eval: - target: evofactory.eval.JaMGSM + target: evomerge.eval.JaMGSM diff --git a/configs/llm/evollm-v1-jp-7b-a.yaml b/configs/llm/evollm-v1-jp-7b-a.yaml index f65154c..0c34c1d 100644 --- a/configs/llm/evollm-v1-jp-7b-a.yaml +++ b/configs/llm/evollm-v1-jp-7b-a.yaml @@ -1,5 +1,5 @@ model: - target: evofactory.CausalLMWithvLLM + target: evomerge.CausalLMWithvLLM params: model_path: SakanaAI/EvoLLM-JP-A-v1-7B model_kwargs: @@ -7,4 +7,4 @@ model: template: ja-alpaca-cot eval: - target: evofactory.eval.JaMGSM + target: evomerge.eval.JaMGSM diff --git a/configs/llm/evollm-v1-jp-7b.yaml b/configs/llm/evollm-v1-jp-7b.yaml index 5041c93..99b8e17 100644 --- a/configs/llm/evollm-v1-jp-7b.yaml +++ b/configs/llm/evollm-v1-jp-7b.yaml @@ -1,5 +1,5 @@ model: - target: evofactory.CausalLMWithvLLM + target: evomerge.CausalLMWithvLLM params: model_path: SakanaAI/EvoLLM-JP-v1-7B model_kwargs: @@ -7,4 +7,4 @@ model: template: ja-alpaca-cot eval: - target: evofactory.eval.JaMGSM + target: evomerge.eval.JaMGSM diff --git a/configs/llm/shisa-gamma-7b-v1.yaml b/configs/llm/shisa-gamma-7b-v1.yaml index f3e97b6..e12c920 100644 --- a/configs/llm/shisa-gamma-7b-v1.yaml +++ b/configs/llm/shisa-gamma-7b-v1.yaml @@ -1,5 +1,5 @@ model: - target: evofactory.CausalLMWithvLLM + target: evomerge.CausalLMWithvLLM params: # model_path: augmxnt/shisa-gamma-7b-v1 model_path: /home/mkshing/.cache/huggingface/hub/models--augmxnt--shisa-gamma-7b-v1/snapshots/49bf4a58453d191845668b8ff17e4b8f0e9ccae6/ @@ -8,4 +8,4 @@ model: template: ja-alpaca-cot eval: - target: evofactory.eval.JaMGSM \ No newline at end of file + target: evomerge.eval.JaMGSM \ No newline at end of file diff --git a/configs/llm/wizardmath-7b-v1-1.yaml b/configs/llm/wizardmath-7b-v1-1.yaml index 6cd9acb..34fe124 100644 --- a/configs/llm/wizardmath-7b-v1-1.yaml +++ b/configs/llm/wizardmath-7b-v1-1.yaml @@ -1,5 +1,5 @@ model: - target: evofactory.CausalLMWithvLLM + target: evomerge.CausalLMWithvLLM params: model_path: WizardLM/WizardMath-7B-V1.1 model_kwargs: @@ -7,4 +7,4 @@ model: template: ja-alpaca-cot eval: - target: evofactory.eval.JaMGSM \ No newline at end of file + target: evomerge.eval.JaMGSM \ No newline at end of file diff --git a/configs/vlm/evovlm-v1-jp-7b.yaml b/configs/vlm/evovlm-v1-jp-7b.yaml index c3f460c..d599ad9 100644 --- a/configs/vlm/evovlm-v1-jp-7b.yaml +++ b/configs/vlm/evovlm-v1-jp-7b.yaml @@ -1,5 +1,5 @@ model: - target: evofactory.LLaVA + target: evomerge.LLaVA params: model_path: SakanaAI/EvoVLM-JP-v1-7B template: ja-shisa-vqa @@ -11,12 +11,12 @@ model: num_beams: 5 repetition_penalty: 1.5 eval: - - target: evofactory.eval.JaVGVQA + - target: evomerge.eval.JaVGVQA params: loader_kwargs: batch_size: 4 num_workers: 2 - - target: evofactory.eval.JaVLMBenchIntheWild + - target: evomerge.eval.JaVLMBenchIntheWild params: loader_kwargs: batch_size: 4 diff --git a/configs/vlm/heron-v1.yaml b/configs/vlm/heron-v1.yaml index 4611aa1..9ab4f5f 100644 --- a/configs/vlm/heron-v1.yaml +++ b/configs/vlm/heron-v1.yaml @@ -1,5 +1,5 @@ model: - target: evofactory.HeronV1 + target: evomerge.HeronV1 params: # model_path: turing-motors/heron-chat-blip-ja-stablelm-base-7b-v1-llava-620k model_path: turing-motors/heron-chat-blip-ja-stablelm-base-7b-v1 @@ -15,12 +15,12 @@ model: # temperature: 0.0 # no_repeat_ngram_size: 2 eval: - - target: evofactory.eval.JaVGVQA + - target: evomerge.eval.JaVGVQA params: loader_kwargs: batch_size: 4 num_workers: 2 - - target: evofactory.eval.JaVLMBenchIntheWild + - target: evomerge.eval.JaVLMBenchIntheWild params: loader_kwargs: batch_size: 4 diff --git a/configs/vlm/jsvlm.yaml b/configs/vlm/jsvlm.yaml index e2ae090..f2a68fc 100644 --- a/configs/vlm/jsvlm.yaml +++ b/configs/vlm/jsvlm.yaml @@ -1,5 +1,5 @@ model: - target: evofactory.JSVLM + target: evomerge.JSVLM params: model_kwargs: torch_dtype: torch.float16 @@ -9,7 +9,7 @@ model: num_beams: 5 repetition_penalty: 1.5 eval: - - target: evofactory.eval.JaVLMBenchIntheWild + - target: evomerge.eval.JaVLMBenchIntheWild params: loader_kwargs: batch_size: 4 diff --git a/configs/vlm/llava-1-6-mistral-7b.yaml b/configs/vlm/llava-1-6-mistral-7b.yaml index 8b86e44..59b4590 100644 --- a/configs/vlm/llava-1-6-mistral-7b.yaml +++ b/configs/vlm/llava-1-6-mistral-7b.yaml @@ -1,5 +1,5 @@ model: - target: evofactory.LLaVA + target: evomerge.LLaVA params: model_path: llava-hf/llava-v1.6-mistral-7b-hf template: ja-shisa-vqa @@ -11,12 +11,12 @@ model: num_beams: 5 repetition_penalty: 1.5 eval: - - target: evofactory.eval.JaVGVQA + - target: evomerge.eval.JaVGVQA params: loader_kwargs: batch_size: 4 num_workers: 2 - - target: evofactory.eval.JaVLMBenchIntheWild + - target: evomerge.eval.JaVLMBenchIntheWild params: loader_kwargs: batch_size: 4