owanr commited on
Commit
3d0e301
·
1 Parent(s): 70054ad

Model save

Browse files
Files changed (1) hide show
  1. README.md +2 -15
README.md CHANGED
@@ -13,9 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # SChem5Labels-google-t5-v1_1-xl-inter-frequency-model-cross-ent
15
 
16
- This model is a fine-tuned version of [google/t5-v1_1-xl](https://huggingface.co/google/t5-v1_1-xl) on the None dataset.
17
- It achieves the following results on the evaluation set:
18
- - Loss: 11.8438
19
 
20
  ## Model description
21
 
@@ -40,18 +38,7 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 200
44
-
45
- ### Training results
46
-
47
- | Training Loss | Epoch | Step | Validation Loss |
48
- |:-------------:|:-----:|:----:|:---------------:|
49
- | 17.0617 | 1.0 | 32 | 11.8438 |
50
- | 16.8906 | 2.0 | 64 | 11.8516 |
51
- | 17.2047 | 3.0 | 96 | 11.8516 |
52
- | 16.5852 | 4.0 | 128 | 11.8438 |
53
- | 17.1938 | 5.0 | 160 | 11.8438 |
54
-
55
 
56
  ### Framework versions
57
 
 
13
 
14
  # SChem5Labels-google-t5-v1_1-xl-inter-frequency-model-cross-ent
15
 
16
+ This model is a fine-tuned version of [google/t5-v1_1-xl](https://huggingface.co/google/t5-v1_1-xl) on an unknown 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: 50
 
 
 
 
 
 
 
 
 
 
 
42
 
43
  ### Framework versions
44