lewtun HF staff commited on
Commit
4996c94
1 Parent(s): 483c3e8

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-1eddc82e-1303649872).\
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
@@ -61,6 +61,23 @@ model-index:
61
  type: f1
62
  value: 53.3255
63
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  ---
65
 
66
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
61
  type: f1
62
  value: 53.3255
63
  verified: true
64
+ - task:
65
+ type: question-answering
66
+ name: Question Answering
67
+ dataset:
68
+ name: squad
69
+ type: squad
70
+ config: plain_text
71
+ split: validation
72
+ metrics:
73
+ - name: Exact Match
74
+ type: exact_match
75
+ value: 86.1925
76
+ verified: true
77
+ - name: F1
78
+ type: f1
79
+ value: 92.4306
80
+ verified: true
81
  ---
82
 
83
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You