TajMahaladeen
commited on
Commit
•
2e7ab98
1
Parent(s):
85a8b11
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -15,7 +15,6 @@
|
|
15 |
"n_head": 16,
|
16 |
"n_layer": 28,
|
17 |
"n_positions": 2048,
|
18 |
-
"rotary": true,
|
19 |
"rotary_dim": 64,
|
20 |
"summary_activation": null,
|
21 |
"summary_first_dropout": 0.1,
|
@@ -31,6 +30,7 @@
|
|
31 |
"max_length": 50
|
32 |
}
|
33 |
},
|
|
|
34 |
"use_cache": true,
|
35 |
"vocab_size": 50400
|
36 |
}
|
|
|
15 |
"n_head": 16,
|
16 |
"n_layer": 28,
|
17 |
"n_positions": 2048,
|
|
|
18 |
"rotary_dim": 64,
|
19 |
"summary_activation": null,
|
20 |
"summary_first_dropout": 0.1,
|
|
|
30 |
"max_length": 50
|
31 |
}
|
32 |
},
|
33 |
+
"torch_dtype": "float16",
|
34 |
"use_cache": true,
|
35 |
"vocab_size": 50400
|
36 |
}
|