csb05 commited on
Commit
7f10a44
·
verified ·
1 Parent(s): 440f43a

Upload T5ForConditionalGeneration

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. generation_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "csb05/T5-base",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
@@ -55,7 +55,7 @@
55
  }
56
  },
57
  "torch_dtype": "float32",
58
- "transformers_version": "4.47.1",
59
  "use_cache": false,
60
  "vocab_size": 32128
61
  }
 
1
  {
2
+ "_name_or_path": "t5-base",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
55
  }
56
  },
57
  "torch_dtype": "float32",
58
+ "transformers_version": "4.48.2",
59
  "use_cache": false,
60
  "vocab_size": 32128
61
  }
generation_config.json CHANGED
@@ -3,6 +3,6 @@
3
  "decoder_start_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
6
- "transformers_version": "4.47.1",
7
  "use_cache": false
8
  }
 
3
  "decoder_start_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
6
+ "transformers_version": "4.48.2",
7
  "use_cache": false
8
  }