autoevaluator HF staff commited on
Commit
ea7ba18
1 Parent(s): a310b50

Add evaluation results on the plain_text config and validation split 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 and validation split of the [squad](https://huggingface.co/datasets/squad) dataset by

@florenceGundy

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-squad-plain_text-a52a81-2596378857).\
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 +25 -1
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: squad
15
+ type: squad
16
+ config: plain_text
17
+ split: validation
18
+ metrics:
19
+ - type: f1
20
+ value: 88.6218
21
+ name: F1
22
+ verified: true
23
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiYWEyNjk0MjQ3OWJhMTE0NDhmYjQyNmI5M2QyMzY3Njk5Y2NkZjQ4MWJhOWNiYTMyZTFmYTliMjQwZDRlODk2ZSIsInZlcnNpb24iOjF9.vG3j_po6inimGv9GwBvxXkhNXm8nfHwFuanHCArWcvpm9Y0wZefn_KJuekud2giPTV0anppvaddhSG_-YVJqAg
24
+ - type: exact_match
25
+ value: 81.0621
26
+ name: Exact Match
27
+ verified: true
28
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMTcwMTc3MGIyMTIxZWMzMjZlNTljMGE3MmIxMWFlNzUxZjQ0ODAzNjhmNzQ1YmRkNjY2NWY1Mjc2MmQ2ZmFjNyIsInZlcnNpb24iOjF9.EXfiqI16UvETiJUc9TBEkLIfIU390N2MugFJQfSzrI3BGK9JWlsthWJhSb7XNuv7VH0PS1WYNWcI1YELhCPjBQ
29
+ - type: loss
30
+ value: 1.340364694595337
31
+ name: loss
32
+ verified: true
33
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZDBjYThmMWI1ZjI0OGQzOTRhMGM4NTM4YTNmMmVhYTc0OWE1YzY4NjJhMGEwMjRiMjM1NDE5NzQyMjc2ZDRiYiIsInZlcnNpb24iOjF9.BVeiK9Ia0ausjhLC4qG17iVvV19MJOEghzCHg-XZjj2i2aIiVkFdb65pPFealmE81VudxYU55WflLfQTQuRnBA
34
  ---
35
 
36
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You