onionLad commited on
Commit
538a2e2
1 Parent(s): 337c23c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [GanjinZero/biobart-v2-large](https://huggingface.co/GanjinZero/biobart-v2-large) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.2370
18
 
19
  ## Model description
20
 
@@ -34,9 +34,9 @@ More information needed
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
- - train_batch_size: 32
38
- - eval_batch_size: 32
39
- - seed: 27
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
  - num_epochs: 3
@@ -45,9 +45,9 @@ The following hyperparameters were used during training:
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | No log | 1.0 | 88 | 0.3243 |
49
- | No log | 2.0 | 176 | 0.2520 |
50
- | No log | 3.0 | 264 | 0.2370 |
51
 
52
 
53
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [GanjinZero/biobart-v2-large](https://huggingface.co/GanjinZero/biobart-v2-large) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.1938
18
 
19
  ## Model description
20
 
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 16
39
+ - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
  - num_epochs: 3
 
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 490 | 0.2484 |
49
+ | 0.3122 | 2.0 | 980 | 0.2008 |
50
+ | 0.1485 | 3.0 | 1470 | 0.1938 |
51
 
52
 
53
  ### Framework versions