Palak commited on
Commit
ff19170
1 Parent(s): 77953fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # microsoft-deberta-large
15
 
16
- This model is a fine-tuned version of [microsoft_deberta-large_squad/checkpoint-14000](https://huggingface.co/microsoft_deberta-large_squad/checkpoint-14000) on the squad dataset.
17
 
18
  - "eval_exact_match": 87.89025543992432
19
  - "eval_f1": 93.8755152147345
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 0.0
46
 
47
  ### Framework versions
48
 
 
13
 
14
  # microsoft-deberta-large
15
 
16
+ This model is a fine-tuned version of [microsoft_deberta-large](https://huggingface.co/microsoft/deberta-large) on the squad dataset.
17
 
18
  - "eval_exact_match": 87.89025543992432
19
  - "eval_f1": 93.8755152147345
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 3
46
 
47
  ### Framework versions
48