How to use Definite/klue-bert-mlm-bible with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Definite/klue-bert-mlm-bible")
# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Definite/klue-bert-mlm-bible") model = AutoModelForMaskedLM.from_pretrained("Definite/klue-bert-mlm-bible")
The community tab is the place to discuss and collaborate with the HF community!