Video-Text-to-Text
PEFT
Safetensors
English
llama
llama-3
multimodal
llm
video stream
online video understanding
video understanding
Instructions to use chenjoya/videollm-online-8b-v1plus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chenjoya/videollm-online-8b-v1plus with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct") model = PeftModel.from_pretrained(base_model, "chenjoya/videollm-online-8b-v1plus") - Notebooks
- Google Colab
- Kaggle
## License incompatibility: MIT VS LLaMA 3 License
1
#4 opened about 1 year ago
by
xixi126
About the inference efficiency
1
#3 opened over 1 year ago
by
Abracdabra-H
How can I fine-tune the checkpoint?
#2 opened almost 2 years ago
by deleted