Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -41,7 +41,6 @@
|
|
41 |
"hidden_size": 1024,
|
42 |
"dropout_rate": 0.2,
|
43 |
"num_epochs": 20,
|
44 |
-
"model_type": "blenderbot",
|
45 |
"vocab_size": 50257,
|
46 |
"max_position_embeddings": 1024,
|
47 |
"encoder_layers": 24,
|
@@ -55,5 +54,6 @@
|
|
55 |
"initializer_range": 0.02,
|
56 |
"tie_encoder_decoder": True,
|
57 |
"tie_word_embeddings": True,
|
58 |
-
"output_past": True
|
|
|
59 |
}
|
|
|
41 |
"hidden_size": 1024,
|
42 |
"dropout_rate": 0.2,
|
43 |
"num_epochs": 20,
|
|
|
44 |
"vocab_size": 50257,
|
45 |
"max_position_embeddings": 1024,
|
46 |
"encoder_layers": 24,
|
|
|
54 |
"initializer_range": 0.02,
|
55 |
"tie_encoder_decoder": True,
|
56 |
"tie_word_embeddings": True,
|
57 |
+
"output_past": True,
|
58 |
+
"pretrained_model_name_or_path": "Or4cl3-1/Daedalus_1-slerp"
|
59 |
}
|