Go2Heart commited on
Commit
0934c52
1 Parent(s): f33d27e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -15,6 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
  # BERT_Mod_7_Squad
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the squad_v2 dataset.
 
 
18
 
19
  ## Model description
20
 
@@ -41,6 +43,15 @@ The following hyperparameters were used during training:
41
  - lr_scheduler_type: linear
42
  - num_epochs: 3
43
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.21.1
 
15
  # BERT_Mod_7_Squad
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the squad_v2 dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.0928
20
 
21
  ## Model description
22
 
 
43
  - lr_scheduler_type: linear
44
  - num_epochs: 3
45
 
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:-----:|:---------------:|
50
+ | 1.189 | 1.0 | 4089 | 1.2196 |
51
+ | 1.0312 | 2.0 | 8178 | 1.0691 |
52
+ | 0.8954 | 3.0 | 12267 | 1.0928 |
53
+
54
+
55
  ### Framework versions
56
 
57
  - Transformers 4.21.1