kaytoo2022 commited on
Commit
bbf1650
1 Parent(s): fd44888

Training in progress epoch 0

Browse files
Files changed (4) hide show
  1. README.md +6 -8
  2. config.json +1 -1
  3. tf_model.h5 +1 -1
  4. tokenizer_config.json +4 -0
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: google/flan-t5-base
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
@@ -13,11 +13,11 @@ probably proofread and complete it, then remove this comment. -->
13
 
14
  # kaytoo2022/t5_test
15
 
16
- This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.9276
19
- - Validation Loss: 0.8943
20
- - Epoch: 2
21
 
22
  ## Model description
23
 
@@ -43,9 +43,7 @@ The following hyperparameters were used during training:
43
 
44
  | Train Loss | Validation Loss | Epoch |
45
  |:----------:|:---------------:|:-----:|
46
- | 1.0596 | 0.9185 | 0 |
47
- | 1.0018 | 0.9116 | 1 |
48
- | 0.9276 | 0.8943 | 2 |
49
 
50
 
51
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: kaytoo2022/t5_test
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
 
13
 
14
  # kaytoo2022/t5_test
15
 
16
+ This model is a fine-tuned version of [kaytoo2022/t5_test](https://huggingface.co/kaytoo2022/t5_test) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.9219
19
+ - Validation Loss: 0.7290
20
+ - Epoch: 0
21
 
22
  ## Model description
23
 
 
43
 
44
  | Train Loss | Validation Loss | Epoch |
45
  |:----------:|:---------------:|:-----:|
46
+ | 0.9219 | 0.7290 | 0 |
 
 
47
 
48
 
49
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/flan-t5-base",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "kaytoo2022/t5_test",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f476acb2d16083e1e712c851feeb57ec4bb841794c6d774ecd8500e3f7c0667
3
  size 1188285040
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7e77a6443235b82f604c7cc8b49605a18b7f1ed27050c47c465b953e2090529
3
  size 1188285040
tokenizer_config.json CHANGED
@@ -930,9 +930,13 @@
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
 
933
  "model_max_length": 512,
934
  "pad_token": "<pad>",
935
  "sp_model_kwargs": {},
 
936
  "tokenizer_class": "T5Tokenizer",
 
 
937
  "unk_token": "<unk>"
938
  }
 
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
+ "max_length": 128,
934
  "model_max_length": 512,
935
  "pad_token": "<pad>",
936
  "sp_model_kwargs": {},
937
+ "stride": 0,
938
  "tokenizer_class": "T5Tokenizer",
939
+ "truncation_side": "right",
940
+ "truncation_strategy": "longest_first",
941
  "unk_token": "<unk>"
942
  }