StevenLimcorn commited on
Commit
8e21172
1 Parent(s): a2b3120

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -22
README.md CHANGED
@@ -3,25 +3,10 @@ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - Yaxin/SemEval2014Task4Raw
7
- metrics:
8
- - accuracy
9
  model-index:
10
  - name: bert-large-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.06506024096385542
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,10 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # bert-large-uncased-semeval2014
31
 
32
- This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the Yaxin/SemEval2014Task4Raw All dataset.
33
- It achieves the following results on the evaluation set:
34
- - Loss: 5.9954
35
- - Accuracy: 0.0651
36
 
37
  ## Model description
38
 
@@ -51,7 +33,7 @@ More information needed
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
- - learning_rate: 0.0005
55
  - train_batch_size: 4
56
  - eval_batch_size: 4
57
  - seed: 42
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - sem_eval2014_task4_raw
 
 
7
  model-index:
8
  - name: bert-large-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
 
15
  # bert-large-uncased-semeval2014
16
 
17
+ This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the sem_eval2014_task4_raw dataset.
 
 
 
18
 
19
  ## Model description
20
 
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
  - train_batch_size: 4
38
  - eval_batch_size: 4
39
  - seed: 42