alexandrainst/multi-wiki-qa
Viewer • Updated • 1.22M • 3.96k • 23
How to use mmaguero/multi-wiki-qa-gn-bert-tiny-cased with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="mmaguero/multi-wiki-qa-gn-bert-tiny-cased") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("mmaguero/multi-wiki-qa-gn-bert-tiny-cased")
model = AutoModelForQuestionAnswering.from_pretrained("mmaguero/multi-wiki-qa-gn-bert-tiny-cased")WARNING: This model is no recommended.
For a best model, please use:
mmaguero/multi-wiki-qa-gn-xlm-v-base
This model is a fine-tuned version of mmaguero/gn-bert-tiny-cased on alexandrainst/multi-wiki-qa dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
mmaguero/gn-bert-tiny-cased