jerome100 commited on
Commit
0d7ae7c
·
1 Parent(s): 0b70e50

Upload TFT5ForConditionalGeneration

Browse files
Files changed (2) hide show
  1. README.md +9 -3
  2. tf_model.h5 +1 -1
README.md CHANGED
@@ -14,7 +14,10 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
-
 
 
 
18
 
19
  ## Model description
20
 
@@ -33,16 +36,19 @@ More information needed
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
- - optimizer: {'name': 'Adam', 'learning_rate': 2e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
37
  - training_precision: float32
38
 
39
  ### Training results
40
 
 
 
 
41
 
42
 
43
  ### Framework versions
44
 
45
  - Transformers 4.25.1
46
- - TensorFlow 2.9.2
47
  - Datasets 2.8.0
48
  - Tokenizers 0.13.2
 
14
 
15
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 2.9241
18
+ - Validation Loss: 2.5831
19
+ - Train Rougel: tf.Tensor(0.19511123, shape=(), dtype=float32)
20
+ - Epoch: 0
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': True, 'is_legacy_optimizer': False, 'learning_rate': 2e-05, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
40
  - training_precision: float32
41
 
42
  ### Training results
43
 
44
+ | Train Loss | Validation Loss | Train Rougel | Epoch |
45
+ |:----------:|:---------------:|:----------------------------------------------:|:-----:|
46
+ | 2.9241 | 2.5831 | tf.Tensor(0.19511123, shape=(), dtype=float32) | 0 |
47
 
48
 
49
  ### Framework versions
50
 
51
  - Transformers 4.25.1
52
+ - TensorFlow 2.11.0
53
  - Datasets 2.8.0
54
  - Tokenizers 0.13.2
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7b1a78ee11b21115ddb8d686f8683655dfcf68e757605d303e74516169c1d51
3
  size 373902848
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0a53e8d45787c4f1179fd1353c2a815a56f434759e06e4b6801066e6959df73
3
  size 373902848