mike-ravkine
commited on
Commit
•
521f6b2
1
Parent(s):
b744259
Update config.json
Browse filesThe official fix for EOS token ID from upstream: https://huggingface.co/tiiuae/falcon-40b-instruct/commit/662a9a4ffd96f4f73dd18141b60962f94b743c56
- config.json +2 -2
config.json
CHANGED
@@ -11,8 +11,8 @@
|
|
11 |
"AutoModelForCausalLM": "modelling_RW.RWForCausalLM"
|
12 |
},
|
13 |
"bias": false,
|
14 |
-
"bos_token_id":
|
15 |
-
"eos_token_id":
|
16 |
"hidden_dropout": 0.0,
|
17 |
"hidden_size": 8192,
|
18 |
"initializer_range": 0.02,
|
|
|
11 |
"AutoModelForCausalLM": "modelling_RW.RWForCausalLM"
|
12 |
},
|
13 |
"bias": false,
|
14 |
+
"bos_token_id": 11,
|
15 |
+
"eos_token_id": 11,
|
16 |
"hidden_dropout": 0.0,
|
17 |
"hidden_size": 8192,
|
18 |
"initializer_range": 0.02,
|