FabianWillner commited on
Commit
9f11b0e
1 Parent(s): 8ed63fb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -13
README.md CHANGED
@@ -14,9 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # distilbert-base-uncased-finetuned-squad
16
 
17
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset.
18
- It achieves the following results on the evaluation set:
19
- - Loss: 1.1375
20
 
21
  ## Model description
22
 
@@ -43,17 +41,9 @@ The following hyperparameters were used during training:
43
  - lr_scheduler_type: linear
44
  - num_epochs: 2
45
 
46
- ### Training results
47
-
48
- | Training Loss | Epoch | Step | Validation Loss |
49
- |:-------------:|:-----:|:-----:|:---------------:|
50
- | 1.238 | 1.0 | 5533 | 1.1755 |
51
- | 0.9846 | 2.0 | 11066 | 1.1375 |
52
-
53
-
54
  ### Framework versions
55
 
56
- - Transformers 4.18.0
57
  - Pytorch 1.11.0+cu113
58
- - Datasets 2.1.0
59
  - Tokenizers 0.12.1
 
14
 
15
  # distilbert-base-uncased-finetuned-squad
16
 
17
+ This model is a fine-tuned version of [FabianWillner/distilbert-base-uncased-finetuned-squad](https://huggingface.co/FabianWillner/distilbert-base-uncased-finetuned-squad) on the squad dataset.
 
 
18
 
19
  ## Model description
20
 
 
41
  - lr_scheduler_type: linear
42
  - num_epochs: 2
43
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
+ - Transformers 4.19.4
47
  - Pytorch 1.11.0+cu113
48
+ - Datasets 2.2.2
49
  - Tokenizers 0.12.1