Instructions to use johnjose223/Bert_Squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use johnjose223/Bert_Squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="johnjose223/Bert_Squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("johnjose223/Bert_Squad") model = AutoModelForQuestionAnswering.from_pretrained("johnjose223/Bert_Squad") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 4.0, | |
| "train_loss": 0.8512596145846539, | |
| "train_runtime": 3575.2739, | |
| "train_samples": 88729, | |
| "train_samples_per_second": 99.27, | |
| "train_steps_per_second": 2.758 | |
| } |