dtorber commited on
Commit
acfa859
·
verified ·
1 Parent(s): 1f2a439

Model save

Browse files
Files changed (2) hide show
  1. README.md +2 -7
  2. generation_config.json +1 -1
README.md CHANGED
@@ -1,6 +1,5 @@
1
  ---
2
  tags:
3
- - summarization
4
  - generated_from_trainer
5
  model-index:
6
  - name: BioNLP-2024-dtorber-baseline-PLOS
@@ -12,7 +11,7 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # BioNLP-2024-dtorber-baseline-PLOS
14
 
15
- This model was trained from scratch on the None dataset.
16
 
17
  ## Model description
18
 
@@ -41,13 +40,9 @@ The following hyperparameters were used during training:
41
  - num_epochs: 15
42
  - mixed_precision_training: Native AMP
43
 
44
- ### Training results
45
-
46
-
47
-
48
  ### Framework versions
49
 
50
- - Transformers 4.37.2
51
  - Pytorch 1.13.1+cu117
52
  - Datasets 2.16.1
53
  - Tokenizers 0.15.2
 
1
  ---
2
  tags:
 
3
  - generated_from_trainer
4
  model-index:
5
  - name: BioNLP-2024-dtorber-baseline-PLOS
 
11
 
12
  # BioNLP-2024-dtorber-baseline-PLOS
13
 
14
+ This model was trained from scratch on an unknown dataset.
15
 
16
  ## Model description
17
 
 
40
  - num_epochs: 15
41
  - mixed_precision_training: Native AMP
42
 
 
 
 
 
43
  ### Framework versions
44
 
45
+ - Transformers 4.35.2
46
  - Pytorch 1.13.1+cu117
47
  - Datasets 2.16.1
48
  - Tokenizers 0.15.2
generation_config.json CHANGED
@@ -4,5 +4,5 @@
4
  "decoder_start_token_id": 2,
5
  "eos_token_id": 2,
6
  "pad_token_id": 1,
7
- "transformers_version": "4.37.2"
8
  }
 
4
  "decoder_start_token_id": 2,
5
  "eos_token_id": 2,
6
  "pad_token_id": 1,
7
+ "transformers_version": "4.35.2"
8
  }