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
Adding `safetensors` variant of this model
#5 opened over 1 year ago
by
SFconvertbot
Multilingual
2
#4 opened almost 3 years ago
by
AbeJLazaro
Can I run this on my own table graph and use that information to generate queries for my database given text?
4
#3 opened almost 3 years ago
by
Prudhviraj
How to use the model?
8
#2 opened almost 3 years ago
by
AliceBenB
Add MIT License
1
#1 opened almost 3 years ago
by
JadenStrudwick