Instructions to use UGARIT/grc-alignment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UGARIT/grc-alignment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="UGARIT/grc-alignment")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("UGARIT/grc-alignment") model = AutoModelForMaskedLM.from_pretrained("UGARIT/grc-alignment") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f58077f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ef5c901347e4d95390475ca86effc4104a20897e853817c5b47fc517c12e504f
size 1903
|