AntonV HF Staff commited on
Commit
b6da615
·
verified ·
1 Parent(s): f3c51be

Update config.json

Browse files

See 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

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "Ernie4_5_ForCausalLM"
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,