Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@jonathanxu81205 - add llava-critic-4 #237

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions assets/bytedance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,25 @@
prohibited_uses: unknown
monitoring: unknown
feedback: https://huggingface.co/ByteDance/SDXL-Lightning/discussions
- type: model
name: LLaVA-Critic
organization: ByteDance, University of Maryland, College Park
description: LLaVA-Critic is the first open-source large multimodal model (LMM) designed to act as a generalist evaluator, assessing performance across a diverse range of multimodal tasks. It is trained using a high-quality critic instruction-following dataset that incorporates varied evaluation criteria and scenarios. LLaVA-Critic is effective as a judge in evaluation benchmarks and in generating reward signals for preference learning, enhancing model alignment capabilities.
created_date: 2024-10-06
url: https://arxiv.org/pdf/2410.02712
model_card: unknown
modality: text, image; evaluation scores
analysis: Evaluated against GPT models on multiple benchmarks, showing reliable evaluation scores and a high correlation with commercial GPT models, serving as a cost-effective alternative for model evaluation.
size: unknown
dependencies: [GPT-4V, GPT-4o, LLaVA-Instruction-150k, SVIT, ComVint, LLaVAR, LRV-Instruction, M3IT, LLaVA-Med, PCA-EVAL, VLFeedback]
training_emissions: unknown
training_time: unknown
training_hardware: unknown
quality_control: Ensures transparency and consistency by providing reasoning behind evaluations and is trained with a high-quality dataset.
access: open
license: unknown
intended_uses: Evaluating multimodal model performance, generating reward signals in preference learning, and providing scalable alternatives for model evaluation.
prohibited_uses: unknown
monitoring: unknown
feedback: unknown

Loading