Revise model registry for llava_hf and longva · EvolvingLMMs-Lab/lmms-eval@120c474 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 120c474
Revise model registry for llava_hf and longva
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -28,6 +28,8 @@ | ||
28 | 28 | "mplug_owl_video": "mplug_Owl", |
29 | 29 | "phi3v": "Phi3v", |
30 | 30 | "tinyllava": "TinyLlava", |
31 | +"llava_hf": "LlavaHf", | |
32 | +"longva": "LongVA", | |
31 | 33 | } |
32 | 34 | |
33 | 35 | for model_name, model_class in AVAILABLE_MODELS.items(): |