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") - Notebooks
- Google Colab
- Kaggle
root commited on
Commit ·
3d892d5
1
Parent(s): 0321c0c
Add TF model
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6c55e4e716d74f51f7ac0e84c4106a915008a88a625607131cedfc8851ab39d
|
| 3 |
+
size 1100986512
|