ketong3906 commited on
Commit
46a8856
1 Parent(s): 70a671a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.9000
21
 
22
  ## Model description
23
 
@@ -48,14 +48,14 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | No log | 1.0 | 250 | 2.6653 |
52
- | 2.8788 | 2.0 | 500 | 2.0238 |
53
- | 2.8788 | 3.0 | 750 | 1.9000 |
54
 
55
 
56
  ### Framework versions
57
 
58
  - Transformers 4.31.0
59
  - Pytorch 2.0.1+cu118
60
- - Datasets 2.13.1
61
  - Tokenizers 0.13.3
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 4.9800
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | No log | 1.0 | 15 | 5.5816 |
52
+ | No log | 2.0 | 30 | 5.1548 |
53
+ | No log | 3.0 | 45 | 4.9800 |
54
 
55
 
56
  ### Framework versions
57
 
58
  - Transformers 4.31.0
59
  - Pytorch 2.0.1+cu118
60
+ - Datasets 2.14.0
61
  - Tokenizers 0.13.3