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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
db81a16
1
Parent(s): 162c944
Add MIT License
Browse filesAdded the MIT License so that this checkpoint is licenced the same as the Github repository for the paper.