eanderson/NorQuAD
Viewer • Updated • 4.75k • 37
How to use eanderson/nb-bert-base-qa-norquad with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="eanderson/nb-bert-base-qa-norquad") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("eanderson/nb-bert-base-qa-norquad")
model = AutoModelForQuestionAnswering.from_pretrained("eanderson/nb-bert-base-qa-norquad")This model is a fine-tuned version of NbAiLab/nb-bert-base on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
model : eanderson/nb-bert-base-qa-norquad language : norwegian
dataset: eanderson/NorQuAD["text"] dataset_size: 472
exact_match : 59.110169491525426, f1 : 71.37800143052715
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.5595 | 1.0 | 3808 | 1.6062 |
| 0.9856 | 2.0 | 7616 | 1.7905 |
| 0.4723 | 3.0 | 11424 | 1.9546 |
Base model
NbAiLab/nb-bert-base