klue/klue
Viewer • Updated • 206k • 7.07k • 92
How to use Seonwhee-Genome/bert-base with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Seonwhee-Genome/bert-base") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Seonwhee-Genome/bert-base")
model = AutoModelForQuestionAnswering.from_pretrained("Seonwhee-Genome/bert-base")This model was trained from scratch on the klue dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: