Skip to content

Commit

Permalink
chore: Remove unnecessary files and code related to live_bench and sf…
Browse files Browse the repository at this point in the history
…t_eval tasks
  • Loading branch information
Luodian committed Jun 12, 2024
1 parent b851ab9 commit e43bd84
Show file tree
Hide file tree
Showing 82 changed files with 2 additions and 3,027 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ accelerate launch --num_processes=8 -m lmms_eval --model llava --model_args pr
accelerate launch --num_processes=8 -m lmms_eval --model llava --model_args pretrained="liuhaotian/llava-v1.6-34b,conv_template=mistral_direct" --tasks mme,mmbench_en --batch_size 1 --log_samples --log_samples_suffix llava_v1.5_mme_mmbenchen --output_path ./logs/ #

# From a predefined configuration, supporting evaluation of multiple models and datasets
accelerate launch --num_processes=8 -m lmms_eval --config example_eval.yaml
accelerate launch --num_processes=8 -m lmms_eval --config ./miscs/example_eval.yaml
```

# Model Results
Expand Down
2 changes: 1 addition & 1 deletion lmms_eval/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"reka": "Reka",
"llava_onevision": "Llava_OneVision",
"from_log": "FromLog",
"mplugOwlVideo": "mplug_Owl",
"mplug_owl_video": "mplug_Owl",
}

for model_name, model_class in AVAILABLE_MODELS.items():
Expand Down
163 changes: 0 additions & 163 deletions lmms_eval/models/gemini_model.py

This file was deleted.

Loading

0 comments on commit e43bd84

Please sign in to comment.