lewtun HF staff commited on
Commit
e53a156
1 Parent(s): 4b1d92d

Add evaluation results on the plain_text config of squad

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the plain_text config of the [squad](https://huggingface.co/datasets/squad) dataset by

@nbroad

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-project-squad-4b228794-1283349089).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=squad).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=squad).

Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -66,6 +66,23 @@ model-index:
66
  type: total
67
  value: 11870
68
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  ---
70
 
71
 
 
66
  type: total
67
  value: 11870
68
  verified: true
69
+ - task:
70
+ type: question-answering
71
+ name: Question Answering
72
+ dataset:
73
+ name: squad
74
+ type: squad
75
+ config: plain_text
76
+ split: validation
77
+ metrics:
78
+ - name: Exact Match
79
+ type: exact_match
80
+ value: 84.1741
81
+ verified: true
82
+ - name: F1
83
+ type: f1
84
+ value: 91.0771
85
+ verified: true
86
  ---
87
 
88