revanth1996
commited on
Commit
•
ef5ddb5
1
Parent(s):
448915c
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "swiglu",
|
4 |
"architectures": [
|
5 |
"NomicBertModel"
|
6 |
],
|
7 |
"attn_pdrop": 0.0,
|
8 |
"auto_map": {
|
9 |
-
"AutoConfig": "
|
10 |
-
"AutoModel": "
|
11 |
},
|
12 |
"bos_token_id": null,
|
13 |
"causal": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "nomic-uiuc/CodeEmbed",
|
3 |
"activation_function": "swiglu",
|
4 |
"architectures": [
|
5 |
"NomicBertModel"
|
6 |
],
|
7 |
"attn_pdrop": 0.0,
|
8 |
"auto_map": {
|
9 |
+
"AutoConfig": "configuration_hf_nomic_bert.NomicBertConfig",
|
10 |
+
"AutoModel": "modeling_hf_nomic_bert.NomicBertModel"
|
11 |
},
|
12 |
"bos_token_id": null,
|
13 |
"causal": false,
|