vaibhav9 commited on
Commit
f592984
1 Parent(s): 7712c60

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -3,18 +3,18 @@ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  model-index:
6
- - name: DistilBert-qa
7
  results: []
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
- # DistilBert-qa
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 1.6079
18
 
19
  ## Model description
20
 
@@ -43,16 +43,16 @@ The following hyperparameters were used during training:
43
 
44
  ### Training results
45
 
46
- | Training Loss | Epoch | Step | Validation Loss |
47
- |:-------------:|:-----:|:-----:|:---------------:|
48
- | 1.4359 | 1.0 | 3862 | 1.4477 |
49
- | 1.0709 | 2.0 | 7724 | 1.4297 |
50
- | 0.8393 | 3.0 | 11586 | 1.6079 |
51
 
52
 
53
  ### Framework versions
54
 
55
- - Transformers 4.25.1
56
- - Pytorch 1.13.0+cu116
57
- - Datasets 2.8.0
58
  - Tokenizers 0.13.2
 
3
  tags:
4
  - generated_from_trainer
5
  model-index:
6
+ - name: distilbert-qa
7
  results: []
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
+ # distilbert-qa
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 3.0243
18
 
19
  ## Model description
20
 
 
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 52 | 3.6935 |
49
+ | No log | 2.0 | 104 | 3.1373 |
50
+ | No log | 3.0 | 156 | 3.0243 |
51
 
52
 
53
  ### Framework versions
54
 
55
+ - Transformers 4.26.0
56
+ - Pytorch 1.13.1+cu116
57
+ - Datasets 2.9.0
58
  - Tokenizers 0.13.2