Instructions to use patrickNLP/Graphix-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use patrickNLP/Graphix-3B with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("patrickNLP/Graphix-3B") model = AutoModel.from_pretrained("patrickNLP/Graphix-3B") - Notebooks
- Google Colab
- Kaggle
Multilingual
#4
by AbeJLazaro - opened
I wonder, if we train this model using mT5 instead of T5, could bring us a good performance for another language like spanish?
Hi @patrickNLP
I want to use this model for Vietnamese. Can I use PhoBERT instead of T5 and ViText2Sql instead of SPIDER?
Thanks.