Instructions to use nlplabtdtu/T5-checkpoint-3-vi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlplabtdtu/T5-checkpoint-3-vi with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("nlplabtdtu/T5-checkpoint-3-vi") model = AutoModelForSeq2SeqLM.from_pretrained("nlplabtdtu/T5-checkpoint-3-vi", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
9fef6e5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:084502c8abc12ff224c97d8944cc19bb38fec54931f28ce6f57f4e45ef040b01
size 3165324421
|