Instructions to use ViraIntelligentDataMining/AriaBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ViraIntelligentDataMining/AriaBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ViraIntelligentDataMining/AriaBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ViraIntelligentDataMining/AriaBERT") model = AutoModelForMaskedLM.from_pretrained("ViraIntelligentDataMining/AriaBERT") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md fd49436 verified
Update README.md 8d33702
Update README.md e9175c6
Update README.md 056b212
Update README.md 2199918
Upload pytorch_model.bin 7c3ddb9
Upload 6 files 7e2c7ea
initial commit c729d95
amin commited on