Instructions to use maple-research-lab/LLaDOU-v0-Code with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maple-research-lab/LLaDOU-v0-Code with Transformers:
# Load model directly from transformers import LLaDOUModelLM model = LLaDOUModelLM.from_pretrained("maple-research-lab/LLaDOU-v0-Code", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle