i-dont-hug-face commited on
Commit
8184b34
1 Parent(s): 86afa42

Update config.json

Browse files

add feature_extractor_type for deployment using sagemaker.

Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -188,5 +188,6 @@
188
  "pad_token_id": 1,
189
  "tie_word_embeddings": false,
190
  "torch_dtype": "float32",
191
- "transformers_version": "4.41.2"
 
192
  }
 
188
  "pad_token_id": 1,
189
  "tie_word_embeddings": false,
190
  "torch_dtype": "float32",
191
+ "transformers_version": "4.41.2",
192
+ "feature_extractor_type": "DonutProcessor"
193
  }