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
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2f7b2e716387f683553e2678005425ef24850c93d6364461ce47acef71e8460
|
| 3 |
+
size 14226474992
|