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")
model = AutoModelForCausalLM.from_pretrained("tsinghua-ee/F-16", 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

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

Model tree for tsinghua-ee/F-16

Base model

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

Datasets used to train tsinghua-ee/F-16