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