Skip to content

Commit

Permalink
change the lib name
Browse files Browse the repository at this point in the history
  • Loading branch information
mkshing committed Mar 15, 2024
1 parent f2fd7bf commit 6ebda3c
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions configs/llm/abel-7b-002.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
model:
target: evofactory.CausalLMWithvLLM
target: evomerge.CausalLMWithvLLM
params:
model_path: GAIR/Abel-7B-002
model_kwargs:
dtype: bfloat16
template: ja-alpaca-cot

eval:
target: evofactory.eval.JaMGSM
target: evomerge.eval.JaMGSM
4 changes: 2 additions & 2 deletions configs/llm/arithmo2-mistral-7b.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
model:
target: evofactory.CausalLMWithvLLM
target: evomerge.CausalLMWithvLLM
params:
model_path: upaya07/Arithmo2-Mistral-7B
model_kwargs:
dtype: bfloat16
template: ja-alpaca-cot

eval:
target: evofactory.eval.JaMGSM
target: evomerge.eval.JaMGSM
4 changes: 2 additions & 2 deletions configs/llm/evollm-v1-jp-10b.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
model:
target: evofactory.CausalLMWithvLLM
target: evomerge.CausalLMWithvLLM
params:
model_path: SakanaAI/EvoLLM-JP-v1-10B
model_kwargs:
Expand All @@ -8,4 +8,4 @@ model:
dtype: bfloat16
template: ja-alpaca-cot
eval:
target: evofactory.eval.JaMGSM
target: evomerge.eval.JaMGSM
4 changes: 2 additions & 2 deletions configs/llm/evollm-v1-jp-7b-a.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
model:
target: evofactory.CausalLMWithvLLM
target: evomerge.CausalLMWithvLLM
params:
model_path: SakanaAI/EvoLLM-JP-A-v1-7B
model_kwargs:
dtype: bfloat16
template: ja-alpaca-cot

eval:
target: evofactory.eval.JaMGSM
target: evomerge.eval.JaMGSM
4 changes: 2 additions & 2 deletions configs/llm/evollm-v1-jp-7b.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
model:
target: evofactory.CausalLMWithvLLM
target: evomerge.CausalLMWithvLLM
params:
model_path: SakanaAI/EvoLLM-JP-v1-7B
model_kwargs:
dtype: bfloat16
template: ja-alpaca-cot

eval:
target: evofactory.eval.JaMGSM
target: evomerge.eval.JaMGSM
4 changes: 2 additions & 2 deletions configs/llm/shisa-gamma-7b-v1.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -8,4 +8,4 @@ model:
template: ja-alpaca-cot

eval:
target: evofactory.eval.JaMGSM
target: evomerge.eval.JaMGSM
4 changes: 2 additions & 2 deletions configs/llm/wizardmath-7b-v1-1.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
model:
target: evofactory.CausalLMWithvLLM
target: evomerge.CausalLMWithvLLM
params:
model_path: WizardLM/WizardMath-7B-V1.1
model_kwargs:
dtype: bfloat16
template: ja-alpaca-cot

eval:
target: evofactory.eval.JaMGSM
target: evomerge.eval.JaMGSM
6 changes: 3 additions & 3 deletions configs/vlm/evovlm-v1-jp-7b.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
model:
target: evofactory.LLaVA
target: evomerge.LLaVA
params:
model_path: SakanaAI/EvoVLM-JP-v1-7B
template: ja-shisa-vqa
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions configs/vlm/heron-v1.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions configs/vlm/jsvlm.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
model:
target: evofactory.JSVLM
target: evomerge.JSVLM
params:
model_kwargs:
torch_dtype: torch.float16
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions configs/vlm/llava-1-6-mistral-7b.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6ebda3c

Please sign in to comment.