Instructions to use MatthewsO3/GraphCode-CErl-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MatthewsO3/GraphCode-CErl-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="MatthewsO3/GraphCode-CErl-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("MatthewsO3/GraphCode-CErl-base") model = AutoModelForMaskedLM.from_pretrained("MatthewsO3/GraphCode-CErl-base") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors with huggingface_hub
Browse files- model.safetensors +2 -2
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb7ace68d9bd7fda388055d0e91b91f0380b5b2c98eb859d1d09bebe70879a38
|
| 3 |
+
size 498813948
|