StevenLimcorn commited on
Commit
a929aeb
1 Parent(s): 4cd1747

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_eval2014_task4_raw
 
 
7
  model-index:
8
  - name: bert-base-uncased-semeval2014
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-base-uncased-semeval2014
16
 
17
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the sem_eval2014_task4_raw dataset.
 
 
 
18
 
19
  ## Model description
20
 
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - Yaxin/SemEval2014Task4Raw
7
+ metrics:
8
+ - accuracy
9
  model-index:
10
  - name: bert-base-uncased-semeval2014
11
+ results:
12
+ - task:
13
+ name: Masked Language Modeling
14
+ type: fill-mask
15
+ dataset:
16
+ name: Yaxin/SemEval2014Task4Raw All
17
+ type: Yaxin/SemEval2014Task4Raw
18
+ config: All
19
+ split: validation
20
+ args: All
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.8395989974937343
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # bert-base-uncased-semeval2014
31
 
32
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the Yaxin/SemEval2014Task4Raw All dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.7027
35
+ - Accuracy: 0.8396
36
 
37
  ## Model description
38