Upload folder using huggingface_hub
Browse files- config.json +8 -0
config.json
CHANGED
|
@@ -2,6 +2,14 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"T5GemmaForConditionalGeneration"
|
| 4 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"classifier_dropout_rate": 0.0,
|
| 6 |
"decoder": {
|
| 7 |
"attention_bias": false,
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"T5GemmaForConditionalGeneration"
|
| 4 |
],
|
| 5 |
+
"add_source_bos": false,
|
| 6 |
+
"add_source_eos": false,
|
| 7 |
+
"bos_token": "<bos>",
|
| 8 |
+
"decoder_start_token": "<bos>",
|
| 9 |
+
"eos_token": "<eos>",
|
| 10 |
+
"layer_norm_epsilon": 1e-06,
|
| 11 |
+
"multi_query_attention": false,
|
| 12 |
+
"unk_token": "<unk>",
|
| 13 |
"classifier_dropout_rate": 0.0,
|
| 14 |
"decoder": {
|
| 15 |
"attention_bias": false,
|