Upload config.json
Browse files- config.json +5 -1
config.json
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
|
|
|
|
|
|
|
|
5 |
"attention_dropout": 0.0,
|
6 |
"bos_token_id": 2,
|
7 |
"embedding_dim": 4096,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"D2Coder"
|
4 |
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_d2coder.D2CoderConfig",
|
7 |
+
"AutoModel": "modeling_d2coder.D2Coder"
|
8 |
+
},
|
9 |
"attention_dropout": 0.0,
|
10 |
"bos_token_id": 2,
|
11 |
"embedding_dim": 4096,
|