add _name_or_path
Browse filesThere is a generation error in transformers < 4.42 that will be fixed by having this.
https://github.com/huggingface/transformers/pull/31470
- 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 |
],
|