Instructions to use firqaaa/indo-biobert-base-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use firqaaa/indo-biobert-base-uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="firqaaa/indo-biobert-base-uncased")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("firqaaa/indo-biobert-base-uncased") model = AutoModelForMaskedLM.from_pretrained("firqaaa/indo-biobert-base-uncased") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 096374d
Update README.md ebc3c29
Update README.md a8b46b1
Update README.md 2c35c4e
Update README.md e50e017
Create README.md 33bc9bf
MedBERT b82fd85
Firqa Aqila Noor A commited on