megagonlabs/subjqa
Updated • 575 • 16
How to use Chetna19/chtn_bert_qa_model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Chetna19/chtn_bert_qa_model") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Chetna19/chtn_bert_qa_model")
model = AutoModelForQuestionAnswering.from_pretrained("Chetna19/chtn_bert_qa_model")This model is a fine-tuned version of deepset/bert-base-cased-squad2 on the subjqa 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:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 1.0 | 32 | 2.8350 |
| No log | 2.0 | 64 | 2.8860 |
| No log | 3.0 | 96 | 3.1081 |
| No log | 4.0 | 128 | 3.2405 |
| No log | 5.0 | 160 | 3.2773 |