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
| { | |
| "epoch": 2.0, | |
| "total_flos": 2936196213553152.0, | |
| "train_loss": 0.8232728455217709, | |
| "train_runtime": 1379.4371, | |
| "train_samples": 88638, | |
| "train_samples_per_second": 128.513, | |
| "train_steps_per_second": 2.678 | |
| } |