Instructions to use IDEA-AI4S/AbLingua with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IDEA-AI4S/AbLingua with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="IDEA-AI4S/AbLingua")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("IDEA-AI4S/AbLingua") model = AutoModelForMaskedLM.from_pretrained("IDEA-AI4S/AbLingua") - Notebooks
- Google Colab
- Kaggle
Commit History
Delete tokens.txt 0b8e9fb verified
JerryWhite commited on
Delete tokenizer.py 1ee15bf verified
JerryWhite commited on
Delete collate.py c196cad verified
JerryWhite commited on
Upload 3 files (#1) 4688646 verified
JerryWhite Jerry White commited on
Update README.md 06bf222 verified
JerryWhite commited on
Upload 2 files 6554e16 verified
JerryWhite commited on
initial commit fe635f3 verified
JerryWhite commited on