Instructions to use rosadecsai/BASE_BASE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rosadecsai/BASE_BASE with Transformers:
# Load model directly from transformers import AutoTokenizer, MultiTask_LED tokenizer = AutoTokenizer.from_pretrained("rosadecsai/BASE_BASE") model = MultiTask_LED.from_pretrained("rosadecsai/BASE_BASE") - Notebooks
- Google Colab
- Kaggle
Ctrl+K