Transformers
Safetensors
PyTorch
aliceai_t5_moe
text2text-generation
encoder-decoder
mixture-of-experts
ul2
custom_code
Instructions to use yandex/AliceAI-T5-35B-A0.6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yandex/AliceAI-T5-35B-A0.6B with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("yandex/AliceAI-T5-35B-A0.6B", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| -r requirements.txt | |
| torch==2.10.0 | |
| peft==0.20.0 | |
| accelerate==1.14.0 | |
| datasets==5.0.1 | |