vaibhav9 commited on
Commit
b0e48cc
1 Parent(s): f0a1d37

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -11
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- license: cc-by-4.0
3
  tags:
4
  - generated_from_trainer
5
  model-index:
@@ -12,9 +11,9 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # Electra-qa
14
 
15
- This model is a fine-tuned version of [bhadresh-savani/electra-base-squad2](https://huggingface.co/bhadresh-savani/electra-base-squad2) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.6643
18
 
19
  ## Model description
20
 
@@ -43,16 +42,16 @@ The following hyperparameters were used during training:
43
 
44
  ### Training results
45
 
46
- | Training Loss | Epoch | Step | Validation Loss |
47
- |:-------------:|:-----:|:-----:|:---------------:|
48
- | 0.6764 | 1.0 | 3862 | 0.6822 |
49
- | 0.5949 | 2.0 | 7724 | 0.6695 |
50
- | 0.5297 | 3.0 | 11586 | 0.6643 |
51
 
52
 
53
  ### Framework versions
54
 
55
- - Transformers 4.25.1
56
- - Pytorch 1.11.0+cu102
57
- - Datasets 2.8.0
58
  - Tokenizers 0.13.2
 
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  model-index:
 
11
 
12
  # Electra-qa
13
 
14
+ This model was trained from scratch on the None dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 0.0769
17
 
18
  ## Model description
19
 
 
42
 
43
  ### Training results
44
 
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:----:|:---------------:|
47
+ | No log | 1.0 | 52 | 0.1546 |
48
+ | No log | 2.0 | 104 | 0.0867 |
49
+ | No log | 3.0 | 156 | 0.0769 |
50
 
51
 
52
  ### Framework versions
53
 
54
+ - Transformers 4.26.0
55
+ - Pytorch 1.13.1+cu116
56
+ - Datasets 2.9.0
57
  - Tokenizers 0.13.2