Matbenny commited on
Commit
32a36bb
·
verified ·
1 Parent(s): 3d32df5

Upload T5ForConditionalGeneration

Browse files
Files changed (2) hide show
  1. config.json +1 -2
  2. generation_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
@@ -55,7 +54,7 @@
55
  }
56
  },
57
  "torch_dtype": "float32",
58
- "transformers_version": "4.49.0",
59
  "use_cache": true,
60
  "vocab_size": 32128
61
  }
 
1
  {
 
2
  "architectures": [
3
  "T5ForConditionalGeneration"
4
  ],
 
54
  }
55
  },
56
  "torch_dtype": "float32",
57
+ "transformers_version": "4.50.0",
58
  "use_cache": true,
59
  "vocab_size": 32128
60
  }
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "decoder_start_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
6
- "transformers_version": "4.49.0"
7
  }
 
3
  "decoder_start_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
6
+ "transformers_version": "4.50.0"
7
  }