Video-Text-to-Text
Transformers
English
qwen2
text-generation
How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("tsinghua-ee/F-16-Sports")
model = AutoModelForCausalLM.from_pretrained("tsinghua-ee/F-16-Sports", device_map="auto")
Quick Links

Improving LLM Video Understanding with 16 Frames Per Second

Official model release of Improving LLM Video Understanding with 16 Frames Per Second. Sports finetuned version.

Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for tsinghua-ee/F-16-Sports

Base model

Qwen/Qwen2-7B
Finetuned
(78)
this model

Datasets used to train tsinghua-ee/F-16-Sports