anu24 commited on
Commit
be097ac
1 Parent(s): d5e2a7f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
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.1533
20
 
21
  ## Model description
22
 
@@ -47,14 +47,14 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:-----:|:---------------:|
50
- | 1.2193 | 1.0 | 5533 | 1.1559 |
51
- | 0.9637 | 2.0 | 11066 | 1.1174 |
52
- | 0.7528 | 3.0 | 16599 | 1.1533 |
53
 
54
 
55
  ### Framework versions
56
 
57
- - Transformers 4.19.4
58
  - Pytorch 1.11.0+cu113
59
- - Datasets 2.2.2
60
  - Tokenizers 0.12.1
 
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.1503
20
 
21
  ## Model description
22
 
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:-----:|:---------------:|
50
+ | 1.2109 | 1.0 | 5533 | 1.1506 |
51
+ | 0.9581 | 2.0 | 11066 | 1.1300 |
52
+ | 0.7508 | 3.0 | 16599 | 1.1503 |
53
 
54
 
55
  ### Framework versions
56
 
57
+ - Transformers 4.20.1
58
  - Pytorch 1.11.0+cu113
59
+ - Datasets 2.3.2
60
  - Tokenizers 0.12.1