Instructions to use KooAI/KooBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KooAI/KooBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="KooAI/KooBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("KooAI/KooBERT") model = AutoModelForMaskedLM.from_pretrained("KooAI/KooBERT") - Notebooks
- Google Colab
- Kaggle
Commit History
Updated Model Tutorial Code 547e73d
Update README.md fea93d8
fixed README.md b6aa65c
smiralr commited on
fixed README.md 091ebaa
smiralr commited on
Update README.md bd6c9a6
Updated languages and widget 50b6eb7
Update README.md 9925f44
Release of KooBERT cee0227
Smiral commited on