jeffreymeetkai
commited on
Commit
•
b1d8444
1
Parent(s):
cb1f96d
Update config.json
Browse files- config.json +3 -0
config.json
CHANGED
@@ -5,6 +5,9 @@
|
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
|
|
|
|
|
|
8 |
"bos_token_id": 128000,
|
9 |
"eos_token_id": [
|
10 |
128001,
|
|
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
+
"auto_map": {
|
9 |
+
"AutoModelForCausalLM": "modeling_functionary.FunctionaryForCausalLM"
|
10 |
+
},
|
11 |
"bos_token_id": 128000,
|
12 |
"eos_token_id": [
|
13 |
128001,
|