Instructions to use Yannis98/squad_albert_finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yannis98/squad_albert_finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Yannis98/squad_albert_finetuned")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Yannis98/squad_albert_finetuned") model = AutoModelForQuestionAnswering.from_pretrained("Yannis98/squad_albert_finetuned") - Notebooks
- Google Colab
- Kaggle
File size: 229 Bytes
379579f | 1 2 3 4 5 6 7 8 9 | {
"epoch": 2.0,
"eval_exact_match": 84.05865657521286,
"eval_f1": 90.94001917546326,
"eval_runtime": 36.9087,
"eval_samples": 10808,
"eval_samples_per_second": 292.83,
"eval_steps_per_second": 36.604
} |