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