add PyTorch model
Browse files- config.json +2 -0
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"T5ForConditionalGeneration"
|
| 4 |
],
|
|
@@ -21,6 +22,7 @@
|
|
| 21 |
"pad_token_id": 0,
|
| 22 |
"relative_attention_num_buckets": 32,
|
| 23 |
"tie_word_embeddings": false,
|
|
|
|
| 24 |
"transformers_version": "4.9.0.dev0",
|
| 25 |
"use_cache": true,
|
| 26 |
"vocab_size": 64103
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": ".",
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|
|
|
|
| 22 |
"pad_token_id": 0,
|
| 23 |
"relative_attention_num_buckets": 32,
|
| 24 |
"tie_word_embeddings": false,
|
| 25 |
+
"torch_dtype": "float32",
|
| 26 |
"transformers_version": "4.9.0.dev0",
|
| 27 |
"use_cache": true,
|
| 28 |
"vocab_size": 64103
|