Instructions to use langmatthias/ex06 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use langmatthias/ex06 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="langmatthias/ex06")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("langmatthias/ex06") model = AutoModelForQuestionAnswering.from_pretrained("langmatthias/ex06") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 2.0, | |
| "eval_exact_match": 57.961359093937375, | |
| "eval_f1": 69.83838750966581, | |
| "eval_runtime": 32.6889, | |
| "eval_samples": 10720, | |
| "eval_samples_per_second": 327.941, | |
| "eval_steps_per_second": 40.993 | |
| } |