Instructions to use Maits27/MT_final_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Maits27/MT_final_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Maits27/MT_final_model") model = AutoModelForSeq2SeqLM.from_pretrained("Maits27/MT_final_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
79f0adf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:402f0b6eae131a728c1b07ce5691186aa52ff1b905361a95c86c2b410bb718e2
size 32240200
|