Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
donut_pytorch
Commits
d2fd95a3
"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "d8b641c8393f1f7ce0ec0d0a1f7c1cefcd966971"
Commit
d2fd95a3
authored
Aug 19, 2022
by
Geewook Kim
Browse files
feat: update version to 1.0.6
parent
4f4810f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
donut/_version.py
donut/_version.py
+1
-1
No files found.
README.md
View file @
d2fd95a3
...
@@ -190,7 +190,7 @@ With the trained model, test images and ground truth parses, you can get inferen
...
@@ -190,7 +190,7 @@ With the trained model, test images and ground truth parses, you can get inferen
```
bash
```
bash
python test.py
--dataset_name_or_path
naver-clova-ix/cord-v2
--pretrained_model_name_or_path
./result/train_cord/test_experiment
--save_path
./result/output.json
python test.py
--dataset_name_or_path
naver-clova-ix/cord-v2
--pretrained_model_name_or_path
./result/train_cord/test_experiment
--save_path
./result/output.json
100%|█████████████| 100/100
[
00:37<00:00, 2.67it/s]
100%|█████████████| 100/100
[
00:37<00:00, 2.67it/s]
{
'accuraci
es
'
:
[
0.7778, 1.0,
{
...
}
, 0.9689],
'mean_
accuracy
'
: 0.9388447875172169
}
length : 100
Total number of sampl
es:
100, Tree Edit Distance
(
TED
)
based
accuracy
score
: 0.9388447875172169
, F1 accuracy score: 0.9155107187894073
```
```
Some important arguments:
Some important arguments:
...
...
donut/_version.py
View file @
d2fd95a3
...
@@ -3,4 +3,4 @@ Donut
...
@@ -3,4 +3,4 @@ Donut
Copyright (c) 2022-present NAVER Corp.
Copyright (c) 2022-present NAVER Corp.
MIT License
MIT License
"""
"""
__version__
=
"1.0.
5
"
__version__
=
"1.0.
6
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment