Spaces:
Sleeping
Sleeping
Update utils/model.py
Browse files- utils/model.py +0 -9
utils/model.py
CHANGED
@@ -1,12 +1,3 @@
|
|
1 |
-
"""
|
2 |
-
Copyright (c) 2022-present NAVER Corp.
|
3 |
-
Copyright (c) 2025 Bytedance Ltd. and/or its affiliates.
|
4 |
-
MIT License
|
5 |
-
This file has been modified by [ByteDance Ltd. and/or its affiliates] on 20250118.
|
6 |
-
The original file available at https://github.com/clovaai/donut/blob/master/donut/model.py was released under the MIT license.
|
7 |
-
This modified file is released under the same license.
|
8 |
-
"""
|
9 |
-
|
10 |
import logging
|
11 |
from collections import defaultdict
|
12 |
from typing import List, Optional
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import logging
|
2 |
from collections import defaultdict
|
3 |
from typing import List, Optional
|