Question Answering
Transformers
PyTorch
TensorFlow
JAX
Vietnamese
t5
text2text-generation
summarization
translation
text-generation-inference
Instructions to use VietAI/envit5-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VietAI/envit5-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="VietAI/envit5-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("VietAI/envit5-base") model = AutoModelForSeq2SeqLM.from_pretrained("VietAI/envit5-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
0321c0c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3b4eda923bbac1726e8fda66254a8783ecc705be5577149ee8c98074efdb5de5
size 1102207
|