Instructions to use aneuraz/awesome-align-with-co with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aneuraz/awesome-align-with-co with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="aneuraz/awesome-align-with-co")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("aneuraz/awesome-align-with-co") model = AutoModelForMaskedLM.from_pretrained("aneuraz/awesome-align-with-co") - Inference
- Notebooks
- Google Colab
- Kaggle
A modest request: details about the model
#2
by alexeyev - opened
Dear Dr. Neuraz,
thank you for your work and for sharing the model with the community. May we ask you to share the details how it was trained (tuned?)?
The results on our tasks seem to be different from those yielded by the original default awesome-align models.
Thank you in advance.
Anton