"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "d8b641c8393f1f7ce0ec0d0a1f7c1cefcd966971"
Commit d2fd95a3 authored by Geewook Kim's avatar Geewook Kim
Browse files

feat: update version to 1.0.6

parent 4f4810f0
...@@ -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]
{'accuracies': [0.7778, 1.0, {...} , 0.9689], 'mean_accuracy': 0.9388447875172169} length : 100 Total number of samples: 100, Tree Edit Distance (TED) based accuracy score: 0.9388447875172169, F1 accuracy score: 0.9155107187894073
``` ```
Some important arguments: Some important arguments:
......
...@@ -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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment