Instructions to use THUdyh/Oryx-34B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use THUdyh/Oryx-34B with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("THUdyh/Oryx-34B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Improve Model Card: Correct pipeline tag and add library name
#1
by nielsr HF Staff - opened
This PR updates the model card by correcting the pipeline_tag to video-text-to-text and adding library_name: transformers. The model handles video input and generates text descriptions, making video-text-to-text the appropriate tag. The provided code example uses transformers, hence the addition of the library name.
THUdyh changed pull request status to merged