victorlee071200 commited on
Commit
8ab917f
1 Parent(s): b496c0c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: distilbert-base-cased-finetuned-squad_v2
7
  results: []
@@ -12,7 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # distilbert-base-cased-finetuned-squad_v2
14
 
15
- This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
 
 
16
 
17
  ## Model description
18
 
@@ -39,6 +43,15 @@ The following hyperparameters were used during training:
39
  - lr_scheduler_type: linear
40
  - num_epochs: 3
41
 
 
 
 
 
 
 
 
 
 
42
  ### Framework versions
43
 
44
  - Transformers 4.19.2
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ datasets:
6
+ - squad_v2
7
  model-index:
8
  - name: distilbert-base-cased-finetuned-squad_v2
9
  results: []
 
14
 
15
  # distilbert-base-cased-finetuned-squad_v2
16
 
17
+ This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the squad_v2 dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.4225
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.2416 | 1.0 | 8255 | 1.2973 |
51
+ | 0.9689 | 2.0 | 16510 | 1.3242 |
52
+ | 0.7803 | 3.0 | 24765 | 1.4225 |
53
+
54
+
55
  ### Framework versions
56
 
57
  - Transformers 4.19.2