i-dont-hug-face
commited on
Commit
•
8184b34
1
Parent(s):
86afa42
Update config.json
Browse filesadd feature_extractor_type for deployment using sagemaker.
- 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 |
}
|