sharmadhruv commited on
Commit
ab884c4
1 Parent(s): 8bcd62c

End of training

Browse files
Files changed (5) hide show
  1. README.md +7 -5
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. tokenizer_config.json +7 -0
  5. training_args.bin +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: google/bigbird-pegasus-large-pubmed
4
  tags:
5
  - generated_from_trainer
6
  model-index:
@@ -13,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # my_awesome_qa_model
15
 
16
- This model is a fine-tuned version of [google/bigbird-pegasus-large-pubmed](https://huggingface.co/google/bigbird-pegasus-large-pubmed) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 4.9818
19
 
20
  ## Model description
21
 
@@ -40,13 +40,15 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 1
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 4.9967 | 1.0 | 1000 | 4.9818 |
 
 
50
 
51
 
52
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: sharmadhruv/my_awesome_qa_model
4
  tags:
5
  - generated_from_trainer
6
  model-index:
 
13
 
14
  # my_awesome_qa_model
15
 
16
+ This model is a fine-tuned version of [sharmadhruv/my_awesome_qa_model](https://huggingface.co/sharmadhruv/my_awesome_qa_model) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 4.2362
19
 
20
  ## Model description
21
 
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 3
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 4.6597 | 1.0 | 1000 | 4.5738 |
50
+ | 4.4218 | 2.0 | 2000 | 4.3305 |
51
+ | 4.2711 | 3.0 | 3000 | 4.2362 |
52
 
53
 
54
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/bigbird-pegasus-large-pubmed",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu_new",
5
  "architectures": [
 
1
  {
2
+ "_name_or_path": "sharmadhruv/my_awesome_qa_model",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu_new",
5
  "architectures": [
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7ed193bb74e6c8bcc91a0192476909e0429fbb77da6a1d6ebfd018df0e73206
3
  size 2307633752
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:901e75d1b23924d722789b981a20af561a8db9e53025a03fa1e8b25ccfac46ed
3
  size 2307633752
tokenizer_config.json CHANGED
@@ -64,10 +64,17 @@
64
  "eos_token": "</s>",
65
  "mask_token": "[MASK]",
66
  "mask_token_sent": null,
 
67
  "model_max_length": 4096,
68
  "offset": 0,
 
69
  "pad_token": "<pad>",
 
 
70
  "sep_token": "[SEP]",
 
71
  "tokenizer_class": "PegasusTokenizer",
 
 
72
  "unk_token": "<unk>"
73
  }
 
64
  "eos_token": "</s>",
65
  "mask_token": "[MASK]",
66
  "mask_token_sent": null,
67
+ "max_length": 384,
68
  "model_max_length": 4096,
69
  "offset": 0,
70
+ "pad_to_multiple_of": null,
71
  "pad_token": "<pad>",
72
+ "pad_token_type_id": 0,
73
+ "padding_side": "right",
74
  "sep_token": "[SEP]",
75
+ "stride": 0,
76
  "tokenizer_class": "PegasusTokenizer",
77
+ "truncation_side": "right",
78
+ "truncation_strategy": "only_second",
79
  "unk_token": "<unk>"
80
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f30372cc0156aa8c95ac4e76aa3db410490a4e31eacda6fe1f0efc0e29255ca8
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55e55e7db5b922b038a9d340b566a1fc89b687e43de16971047fc6dc593092bb
3
  size 5112