robinzixuan
commited on
Commit
•
e3c894a
1
Parent(s):
c10fcf7
Update config.json
Browse files- config.json +6 -1
config.json
CHANGED
@@ -24,5 +24,10 @@
|
|
24 |
"transformers_version": "4.31.0",
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 50272,
|
27 |
-
"word_embed_proj_dim": 768
|
|
|
|
|
|
|
|
|
|
|
28 |
}
|
|
|
24 |
"transformers_version": "4.31.0",
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 50272,
|
27 |
+
"word_embed_proj_dim": 768,
|
28 |
+
"auto_map":
|
29 |
+
{"AutoConfig": "configuration_opt.OPTConfig",
|
30 |
+
"AutoModel": "modeling_opt.OPTModel",
|
31 |
+
"AutoModelForCausalLM": "modeling_opt.OPTForCausalLM"
|
32 |
+
}
|
33 |
}
|