AIEngineerYvar commited on
Commit
413aff6
·
verified ·
1 Parent(s): 659a1f1

Pubmed_Summarizer_Model_Mark2

Browse files
Files changed (2) hide show
  1. README.md +4 -4
  2. tokenizer.json +1 -1
README.md CHANGED
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # bart_pubmed_dataset
16
 
17
- This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.9463
20
 
21
  ## Model description
22
 
@@ -43,14 +43,14 @@ The following hyperparameters were used during training:
43
  - total_train_batch_size: 16
44
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
  - lr_scheduler_type: linear
46
- - lr_scheduler_warmup_steps: 500
47
  - num_epochs: 1
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:------:|:----:|:---------------:|
53
- | 2.0882 | 0.7412 | 500 | 1.9463 |
54
 
55
 
56
  ### Framework versions
 
14
 
15
  # bart_pubmed_dataset
16
 
17
+ This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 2.0911
20
 
21
  ## Model description
22
 
 
43
  - total_train_batch_size: 16
44
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
  - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 400
47
  - num_epochs: 1
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:------:|:----:|:---------------:|
53
+ | 2.2528 | 0.6572 | 400 | 2.0911 |
54
 
55
 
56
  ### Framework versions
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 300,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },