nbroad HF staff commited on
Commit
1f830a7
1 Parent(s): a959cf3

add _name_or_path

Browse files

There is a generation error in transformers < 4.42 that will be fixed by having this.

https://github.com/huggingface/transformers/pull/31470

Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "VisionEncoderDecoderModel"
4
  ],
 
1
  {
2
+ "_name_or_path": "naver-clova-ix/donut-base",
3
  "architectures": [
4
  "VisionEncoderDecoderModel"
5
  ],