Update config.json
Browse filesSee https://github.com/huggingface/transformers/blob/0fe03afeb82e1a435a75704d1f434c47e49a0bbb/tests/models/ernie4_5/test_modeling_ernie4_5.py#L103 for the correct class, sorry about that
Didn't use the auto class in the test
- config.json +1 -1
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"bos_token_id": 1,
|
6 |
"eos_token_id": 2,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"Ernie4_5ForCausalLM"
|
4 |
],
|
5 |
"bos_token_id": 1,
|
6 |
"eos_token_id": 2,
|