autoevaluator HF staff commited on
Commit
508b7d7
1 Parent(s): a818b00

Add evaluation results on the default config and train split of social_i_qa

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 馃憢!\
Your model has been evaluated on the default config and train split of the [social_i_qa](https://huggingface.co/datasets/social_i_qa) dataset by

@kingmbc
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-social_i_qa-default-cabb3b-37040145035).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=social_i_qa).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=social_i_qa).

Files changed (1) hide show
  1. README.md +29 -2
README.md CHANGED
@@ -1,12 +1,39 @@
1
  ---
 
 
2
  license: apache-2.0
3
  datasets:
4
  - squad_v2
5
- language:
6
- - en
7
  metrics:
8
  - squad_v2
9
  pipeline_tag: question-answering
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  # Model Card for Model ID
12
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
  datasets:
6
  - squad_v2
 
 
7
  metrics:
8
  - squad_v2
9
  pipeline_tag: question-answering
10
+ model-index:
11
+ - name: 96harsh56/bert_test1
12
+ results:
13
+ - task:
14
+ type: question-answering
15
+ name: Question Answering
16
+ dataset:
17
+ name: social_i_qa
18
+ type: social_i_qa
19
+ config: default
20
+ split: train
21
+ metrics:
22
+ - type: f1
23
+ value: 6.9547
24
+ name: F1
25
+ verified: true
26
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNmU1ODZkYzNmY2EwZWM0ZTZjZWI2MGU4NzMzZGMyMzU4OTcxNmQyNjZhOGEyOTU4YzA2YjRmYWVlODM5Njk1MiIsInZlcnNpb24iOjF9.4bKMSwGCOcZ76vc0AeISZeSrdNlcCp0YdQkaNxRkKLCJsOOAzMZGXkmPJ30UxaL9EPuMqVvPGYVsJO2dxk-kAA
27
+ - type: exact_match
28
+ value: 0.0212
29
+ name: Exact Match
30
+ verified: true
31
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMzkzYjM1MmU3NGRmMTQ5ZWRkOGM2YWQzNmYyMTVmOTQ3ZGE1NTFiMDY0N2YwYjQ3MDRhODQ0ZjU3Njg3MTgwMSIsInZlcnNpb24iOjF9.ZuJLEz3O7cf9TlpVWvnWAYWratns86dIEQxz-y9JmE720jGn7QUf4VVYh6qr3WSPegS35wqLBRZVormODj2TAw
32
+ - type: loss
33
+ value: 4.35883903503418
34
+ name: loss
35
+ verified: true
36
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiODdiNmQ2NDYxMWUxYTdiYTk5YzM0NzcyMmY1MTEwNjI4MGIwYjRiNTRmY2Q4MmJjOWJmNGRmYmM2ZWQyZjEyNCIsInZlcnNpb24iOjF9.CWzakPi_R0qBs-LOg5_ArQdsmFxLJIK3JMe3rLP6LKhdpYx_sc6JmLMJ_TUP6w3PgTyEnQoNHnPgLKmyf4K_Cg
37
  ---
38
  # Model Card for Model ID
39