Instructions to use lemonade666/Ex-Omni-2D with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lemonade666/Ex-Omni-2D with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("lemonade666/Ex-Omni-2D") model = AutoModelForCausalLM.from_pretrained("lemonade666/Ex-Omni-2D", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add paper, project, and code links
#1
by nielsr HF Staff - opened
This PR adds links to the official paper, project page, and GitHub repository in the model card content, making the model easier to find and reference.
lemonade666 changed pull request status to merged