From 7e49bdeb73644a88734902c5ea8074d89f9acb84 Mon Sep 17 00:00:00 2001 From: mkshing Date: Wed, 13 Mar 2024 17:29:05 +0900 Subject: [PATCH] rename evo models --- README.md | 8 ++++---- configs/llm/evollm-v1-jp-10b.yaml | 2 +- configs/llm/evollm-v1-jp-7b-a.yaml | 2 +- configs/llm/evollm-v1-jp-7b.yaml | 2 +- configs/vlm/evovlm-v1-jp-7b.yaml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c359892..5906bd7 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ This is an official repository of [Evolutionary Optimization of Model Merging Re | 2 | [WizardMath 7B V1.1](https://huggingface.co/WizardLM/WizardMath-7B-V1.1) | 18.4 | 60.1 | | 3 | [Abel 7B 002](https://huggingface.co/GAIR/Abel-7B-002) | 30.0 | 56.5 | | 4 | [Arithmo2 Mistral 7B](https://huggingface.co/upaya07/Arithmo2-Mistral-7B) | 24.0 | 56.4 | -| 5 | [(Ours) EvoLLM-v1-JP-7B-A](https://huggingface.co/SakanaAI/EvoLLM-v1-JP-7B-A) | **52.4** | **69.0** | -| 6 | [(Ours) EvoLLM-v1-JP-7B](https://huggingface.co/SakanaAI/EvoLLM-v1-JP-7B) | **52.0** | **70.5** | -| 7 | [(Ours) EvoLLM-v1-JP-10B](https://huggingface.co/SakanaAI/EvoLLM-v1-JP-10B) | **55.6** | **68.2** | +| 5 | [(Ours) EvoLLM-JP-A-v1-7B](https://huggingface.co/SakanaAI/EvoLLM-JP-A-v1-7B) | **52.4** | **69.0** | +| 6 | [(Ours) EvoLLM-JP-v1-7B](https://huggingface.co/SakanaAI/EvoLLM-JP-v1-7B) | **52.0** | **70.5** | +| 7 | [(Ours) EvoLLM-JP-v1-10B](https://huggingface.co/SakanaAI/EvoLLM-JP-v1-10B) | **55.6** | **68.2** | ### VLM @@ -23,7 +23,7 @@ This is an official repository of [Evolutionary Optimization of Model Merging Re | [LLaVA-1.6-Mistral-7B](https://llava-vl.github.io/blog/2024-01-30-llava-next/) | 14.32 | 41.10 | | [Japanese Stable VLM](https://huggingface.co/stabilityai/japanese-stable-vlm) | - | 40.50 | | [Heron BLIP Japanese StableLM Base 7B llava-620k](https://huggingface.co/turing-motors/heron-chat-blip-ja-stablelm-base-7b-v1-llava-620k)\* | 8.73 | 27.37 | -| [(Ours) EvoVLM-v1-JP-7B](https://huggingface.co/SakanaAI/EvoVLM-v1-JP-7B) | **19.70** | **51.25** | +| [(Ours) EvoVLM-JP-v1-7B](https://huggingface.co/SakanaAI/EvoVLM-JP-v1-7B) | **19.70** | **51.25** | * \* We are checking with the authors to see if this current results are valid. diff --git a/configs/llm/evollm-v1-jp-10b.yaml b/configs/llm/evollm-v1-jp-10b.yaml index 8bc17b0..8752711 100644 --- a/configs/llm/evollm-v1-jp-10b.yaml +++ b/configs/llm/evollm-v1-jp-10b.yaml @@ -1,7 +1,7 @@ model: target: evofactory.CausalLMWithvLLM params: - model_path: SakanaAI/EvoLLM-v1-JP-10B + model_path: SakanaAI/EvoLLM-JP-v1-10B model_kwargs: trust_remote_code: true enforce_eager: true diff --git a/configs/llm/evollm-v1-jp-7b-a.yaml b/configs/llm/evollm-v1-jp-7b-a.yaml index 18eae11..f65154c 100644 --- a/configs/llm/evollm-v1-jp-7b-a.yaml +++ b/configs/llm/evollm-v1-jp-7b-a.yaml @@ -1,7 +1,7 @@ model: target: evofactory.CausalLMWithvLLM params: - model_path: SakanaAI/EvoLLM-v1-JP-7B-A + model_path: SakanaAI/EvoLLM-JP-A-v1-7B model_kwargs: dtype: bfloat16 template: ja-alpaca-cot diff --git a/configs/llm/evollm-v1-jp-7b.yaml b/configs/llm/evollm-v1-jp-7b.yaml index 570dc07..5041c93 100644 --- a/configs/llm/evollm-v1-jp-7b.yaml +++ b/configs/llm/evollm-v1-jp-7b.yaml @@ -1,7 +1,7 @@ model: target: evofactory.CausalLMWithvLLM params: - model_path: SakanaAI/EvoLLM-v1-JP-7B + model_path: SakanaAI/EvoLLM-JP-v1-7B model_kwargs: dtype: bfloat16 template: ja-alpaca-cot diff --git a/configs/vlm/evovlm-v1-jp-7b.yaml b/configs/vlm/evovlm-v1-jp-7b.yaml index 859751e..c3f460c 100644 --- a/configs/vlm/evovlm-v1-jp-7b.yaml +++ b/configs/vlm/evovlm-v1-jp-7b.yaml @@ -1,7 +1,7 @@ model: target: evofactory.LLaVA params: - model_path: SakanaAI/EvoVLM-v1-JP-7B + model_path: SakanaAI/EvoVLM-JP-v1-7B template: ja-shisa-vqa model_kwargs: torch_dtype: torch.float16