Instructions to use shensq0814/DIALECT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shensq0814/DIALECT with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("shensq0814/DIALECT") model = AutoModelForSeq2SeqLM.from_pretrained("shensq0814/DIALECT") - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by soujanyaporia - opened
No description provided.
shensq0814 changed pull request status to merged