Update config.json
Browse files- config.json +8 -0
config.json
CHANGED
|
@@ -1,4 +1,12 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"activation_function": "gelu_new",
|
| 3 |
"attention_dropout_prob": 0.1,
|
| 4 |
"embedding_dropout_prob": 0.1,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "codesage/codesage-large",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"CodeSage"
|
| 5 |
+
],
|
| 6 |
+
"auto_map": {
|
| 7 |
+
"AutoConfig": "config_codesage.CodeSageConfig",
|
| 8 |
+
"AutoModel": "modeling_codesage.CodeSageModel"
|
| 9 |
+
},
|
| 10 |
"activation_function": "gelu_new",
|
| 11 |
"attention_dropout_prob": 0.1,
|
| 12 |
"embedding_dropout_prob": 0.1,
|