martineden/structurized_squad
Viewer • Updated • 98.2k • 18
How to use martineden/bert-base-cased-unstructured-squad with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="martineden/bert-base-cased-unstructured-squad") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("martineden/bert-base-cased-unstructured-squad")
model = AutoModelForQuestionAnswering.from_pretrained("martineden/bert-base-cased-unstructured-squad")This model is a fine-tuned version of bert-base-cased on the unstructured context of the martineden/structurized_squad dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
'exact_match': 79.28394039735099 'f1': 86.72720188038475
Base model
google-bert/bert-base-cased