Instructions to use THUdyh/Ola-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use THUdyh/Ola-7b with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("THUdyh/Ola-7b", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add model card
#3
by nielsr HF Staff - opened
This PR ensures a model card is present. It is also linked to the paper https://huggingface.co/papers/2502.04328, and has a pipeline tag.
THUdyh changed pull request status to merged