ishwarbb23 commited on
Commit
f0c4d76
·
1 Parent(s): b58a406

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -8
README.md CHANGED
@@ -14,8 +14,6 @@ should probably proofread and complete it, then remove this comment. -->
14
  # t5depression
15
 
16
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
17
- It achieves the following results on the evaluation set:
18
- - Loss: 3.7980
19
 
20
  ## Model description
21
 
@@ -35,20 +33,17 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 0.0001
38
- - train_batch_size: 1
39
- - eval_batch_size: 1
40
  - seed: 42
41
  - gradient_accumulation_steps: 16
42
- - total_train_batch_size: 16
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - num_epochs: 7
46
 
47
  ### Training results
48
 
49
- | Training Loss | Epoch | Step | Validation Loss |
50
- |:-------------:|:-----:|:----:|:---------------:|
51
- | 4.2928 | 6.35 | 100 | 3.7980 |
52
 
53
 
54
  ### Framework versions
 
14
  # t5depression
15
 
16
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
 
 
17
 
18
  ## Model description
19
 
 
33
 
34
  The following hyperparameters were used during training:
35
  - learning_rate: 0.0001
36
+ - train_batch_size: 4
37
+ - eval_batch_size: 4
38
  - seed: 42
39
  - gradient_accumulation_steps: 16
40
+ - total_train_batch_size: 64
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - num_epochs: 7
44
 
45
  ### Training results
46
 
 
 
 
47
 
48
 
49
  ### Framework versions