thisishadis commited on
Commit
0517c79
1 Parent(s): 0a11cff

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -20
README.md CHANGED
@@ -3,8 +3,6 @@ license: apache-2.0
3
  base_model: t5-large
4
  tags:
5
  - generated_from_trainer
6
- metrics:
7
- - rouge
8
  model-index:
9
  - name: T5_on_pubmed
10
  results: []
@@ -16,13 +14,6 @@ should probably proofread and complete it, then remove this comment. -->
16
  # T5_on_pubmed
17
 
18
  This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on the None dataset.
19
- It achieves the following results on the evaluation set:
20
- - Loss: nan
21
- - Rouge1: 0.0
22
- - Rouge2: 0.0
23
- - Rougel: 0.0
24
- - Rougelsum: 0.0
25
- - Gen Len: 19.0
26
 
27
  ## Model description
28
 
@@ -47,17 +38,7 @@ The following hyperparameters were used during training:
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - num_epochs: 4
51
-
52
- ### Training results
53
-
54
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
- |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
- | No log | 1.0 | 4 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 19.0 |
57
- | No log | 2.0 | 8 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 19.0 |
58
- | No log | 3.0 | 12 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 19.0 |
59
- | No log | 4.0 | 16 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 19.0 |
60
-
61
 
62
  ### Framework versions
63
 
 
3
  base_model: t5-large
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: T5_on_pubmed
8
  results: []
 
14
  # T5_on_pubmed
15
 
16
  This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on the None dataset.
 
 
 
 
 
 
 
17
 
18
  ## Model description
19
 
 
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
+ - num_epochs: 0
 
 
 
 
 
 
 
 
 
 
42
 
43
  ### Framework versions
44