StevenLimcorn commited on
Commit
342dfe2
1 Parent(s): 54de0b4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -3,10 +3,25 @@ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - sem_eval2016_task5_raw
 
 
7
  model-index:
8
  - name: bert-large-uncased-semeval2016-restaurants
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,7 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # bert-large-uncased-semeval2016-restaurants
16
 
17
- This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the sem_eval2016_task5_raw dataset.
 
 
 
18
 
19
  ## Model description
20
 
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - Yaxin/SemEval2016Task5Raw
7
+ metrics:
8
+ - accuracy
9
  model-index:
10
  - name: bert-large-uncased-semeval2016-restaurants
11
+ results:
12
+ - task:
13
+ name: Masked Language Modeling
14
+ type: fill-mask
15
+ dataset:
16
+ name: Yaxin/SemEval2016Task5Raw restaurants_english
17
+ type: Yaxin/SemEval2016Task5Raw
18
+ config: restaurants_english
19
+ split: validation
20
+ args: restaurants_english
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.7796610169491526
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # bert-large-uncased-semeval2016-restaurants
31
 
32
+ This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the Yaxin/SemEval2016Task5Raw restaurants_english dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 1.0702
35
+ - Accuracy: 0.7797
36
 
37
  ## Model description
38