Instructions to use Asmit/bert-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Asmit/bert-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Asmit/bert-finetuned-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Asmit/bert-finetuned-squad") model = AutoModelForQuestionAnswering.from_pretrained("Asmit/bert-finetuned-squad") - Notebooks
- Google Colab
- Kaggle
Add evaluation results on the adversarialQA config and validation split of adversarial_qa
#1
by autoevaluator HF Staff - opened
README.md
CHANGED
|
@@ -6,7 +6,31 @@ datasets:
|
|
| 6 |
- squad
|
| 7 |
model-index:
|
| 8 |
- name: bert-finetuned-squad
|
| 9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 6 |
- squad
|
| 7 |
model-index:
|
| 8 |
- name: bert-finetuned-squad
|
| 9 |
+
results:
|
| 10 |
+
- task:
|
| 11 |
+
type: question-answering
|
| 12 |
+
name: Question Answering
|
| 13 |
+
dataset:
|
| 14 |
+
name: adversarial_qa
|
| 15 |
+
type: adversarial_qa
|
| 16 |
+
config: adversarialQA
|
| 17 |
+
split: validation
|
| 18 |
+
metrics:
|
| 19 |
+
- type: f1
|
| 20 |
+
value: 30.1868
|
| 21 |
+
name: F1
|
| 22 |
+
verified: true
|
| 23 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMzJjYjg3ODg5OWFmYjhmZjE5NWQ0ZTI2MTJjNDc2ZDVlNzRiYTdkMTYxZGNlMjhiZTI5MGMxZTBlYWVlYzdjMCIsInZlcnNpb24iOjF9.ErN6Yg23Q7ruGoEMiYOY7hdYLpDGgDpdLmuOWdOJao-vJVM7ZgiPnbHnbdeJ8HrOlrf58KjmehT57pHFfvuOCA
|
| 24 |
+
- type: exact_match
|
| 25 |
+
value: 19.7667
|
| 26 |
+
name: Exact Match
|
| 27 |
+
verified: true
|
| 28 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMWQ4YTA3YmU5ZjU1YjA1MjU1NjE3NDU4MjA4NjYyM2QwNmU3ODJiNDZlZjAyZWI0ZDliOTk4ZDY3YTJmY2E5YSIsInZlcnNpb24iOjF9.A3MVrJ7HZrbWaiEh2vlk9--DlPs3Vs2BMEWhj1iMeYTHzK0sWkfK3wEfCgT0xQrzdS2clQ2JDo54zrA5cWBhCw
|
| 29 |
+
- type: loss
|
| 30 |
+
value: 3.1052029132843018
|
| 31 |
+
name: loss
|
| 32 |
+
verified: true
|
| 33 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiYTVjYWJkODJmMTVkN2ZiOGEyZjBkZWUxMWI1MGNjNzdlOTZlMTYwMjc2ZDlhODllMTBhNTkyZjEwM2VlYWFhZiIsInZlcnNpb24iOjF9.JXkLlAgAafzi0gUZWx9_IkIBs2Neta7xxdC-uNclHQwUQf6AF5ZPEU_IQMGllm3ZNBYr7jeHtCcviryy1VSFBA
|
| 34 |
---
|
| 35 |
|
| 36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|