kuznetsoffandrey/sberquad
Viewer • Updated • 74.3k • 704 • 33
How to use IooHooI/my_awesome_qa_model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="IooHooI/my_awesome_qa_model") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("IooHooI/my_awesome_qa_model")
model = AutoModelForQuestionAnswering.from_pretrained("IooHooI/my_awesome_qa_model")This model is a fine-tuned version of DeepPavlov/rubert-base-cased-conversational on the sberquad 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 | 250 | 2.4718 |
| 0.9921 | 2.0 | 500 | 2.7453 |
| 0.9921 | 3.0 | 750 | 2.9411 |
| 0.5693 | 4.0 | 1000 | 3.3692 |
| 0.5693 | 5.0 | 1250 | 3.4130 |
| 0.3076 | 6.0 | 1500 | 3.5991 |
| 0.3076 | 7.0 | 1750 | 4.0631 |
| 0.1596 | 8.0 | 2000 | 4.1718 |
| 0.1596 | 9.0 | 2250 | 4.3437 |
| 0.0984 | 10.0 | 2500 | 4.3730 |