ramsrigouthamg
commited on
Commit
•
f0ec0a3
1
Parent(s):
f1193c6
Upload config.json
Browse files- config.json +1 -4
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -10,7 +10,6 @@
|
|
10 |
"dropout_rate": 0.1,
|
11 |
"eos_token_id": 1,
|
12 |
"feed_forward_proj": "relu",
|
13 |
-
"gradient_checkpointing": false,
|
14 |
"initializer_factor": 1.0,
|
15 |
"is_encoder_decoder": true,
|
16 |
"layer_norm_epsilon": 1e-06,
|
@@ -51,8 +50,6 @@
|
|
51 |
"prefix": "translate English to Romanian: "
|
52 |
}
|
53 |
},
|
54 |
-
"torch_dtype": "float32",
|
55 |
-
"transformers_version": "4.10.2",
|
56 |
"use_cache": true,
|
57 |
"vocab_size": 32128
|
58 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "t5-large",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
10 |
"dropout_rate": 0.1,
|
11 |
"eos_token_id": 1,
|
12 |
"feed_forward_proj": "relu",
|
|
|
13 |
"initializer_factor": 1.0,
|
14 |
"is_encoder_decoder": true,
|
15 |
"layer_norm_epsilon": 1e-06,
|
|
|
50 |
"prefix": "translate English to Romanian: "
|
51 |
}
|
52 |
},
|
|
|
|
|
53 |
"use_cache": true,
|
54 |
"vocab_size": 32128
|
55 |
}
|