Skip to content

Commit 4eb4c10

Browse files
move model to azure blob
1 parent b765d7a commit 4eb4c10

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

MODEL_ZOO.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,14 @@ The models trained in our baseline are listed below. All models were trained 1 e
99

1010
The models trained on DocBank are available in the format used by Pytorch.
1111

12-
<!-- | | name | backbone | url | size |
13-
|---|:--------:|:--------------:|:--------:|:-----:|
14-
| 0 | BERT | BERT-base | [Azure](https://conversationhub.blob.core.windows.net/docbank/MODEL_ZOO/bert_base_500k_epoch_1.zip)/[Google Drive](https://drive.google.com/file/d/1eHsEQVY0t8Iny6xr-pRMILLk3RtY0wZm/view?usp=sharing) | 387MB |
15-
| 1 | BERT | BERT-large | [Azure](https://conversationhub.blob.core.windows.net/docbank/MODEL_ZOO/bert_large_500k_epoch_1.zip)/[Google Drive](https://drive.google.com/file/d/1lt6oxUtv70MAozIOHl6ga69Xqw1i2arx/view?usp=sharing) | 1.2GB |
16-
| 2 | RoBERTa | RoBERTa-base | [Azure](https://conversationhub.blob.core.windows.net/docbank/MODEL_ZOO/roberta_base_500k_epoch_1.zip)/[Google Drive](https://drive.google.com/file/d/10OuIgHPeO4JWZhMjuZTnrBh37wjL5f2s/view?usp=sharing) | 441MB |
17-
| 3 | RoBERTa | RoBERTa-large | [Azure](https://conversationhub.blob.core.windows.net/docbank/MODEL_ZOO/roberta_large_500k_epoch_1.zip)/[Google Drive](https://drive.google.com/file/d/1SYY9xsNtQ_E7G_FWaKaFup8mPIhP1Txr/view?usp=sharing) | 1.2GB |
18-
| 4 | LayoutLM | LayoutLM-base | [Azure](https://conversationhub.blob.core.windows.net/docbank/MODEL_ZOO/layoutlm_base_500k_epoch_1.zip)/[Google Drive](https://drive.google.com/file/d/1QzxYr97noJlOhc6BCvKLxjPfcCKAVFw4/view?usp=sharing) | 398MB |
19-
| 5 | LayoutLM | LayoutLM-large | [Azure](https://conversationhub.blob.core.windows.net/docbank/MODEL_ZOO/layoutlm_large_500k_epoch_1.zip)/[Google Drive](https://drive.google.com/file/d/13EkFiBKSeyNKF00sEGCXf9ZRb9k1GT-2/view?usp=sharing) | 1.2GB | -->
20-
2112
| | name | backbone | url | size |
2213
|---|:--------:|:--------------:|:--------:|:-----:|
23-
| 0 | BERT | BERT-base | [OneDrive](https://buaaeducn-my.sharepoint.com/:u:/g/personal/liminghao1630_buaa_edu_cn/ERLmPzqNkORNikLbGUXQs7MBRw92xtsViLYJwz0u3TSBPw?e=2wubBU) | 387MB |
24-
| 1 | BERT | BERT-large | [OneDrive](https://buaaeducn-my.sharepoint.com/:u:/g/personal/liminghao1630_buaa_edu_cn/EZxK02BtFslGiOogUdk65pcBoDSWCpQ-e_ee76wPJ8Q2Sw?e=isMOoM) | 1.2GB |
25-
| 2 | RoBERTa | RoBERTa-base | [OneDrive](https://buaaeducn-my.sharepoint.com/:u:/g/personal/liminghao1630_buaa_edu_cn/EeXgNftg1GtNtbkb5wVshlMBEXWbpSltQL0mAGnlGrsm1w?e=QEltle) | 441MB |
26-
| 3 | RoBERTa | RoBERTa-large | [OneDrive](https://buaaeducn-my.sharepoint.com/:u:/g/personal/liminghao1630_buaa_edu_cn/EXNpG7IbGdZEl8oB7cGy-jIBK2w7zq-ypJ3Qi3YAJ4BvqA?e=gPnGGE) | 1.2GB |
27-
| 4 | LayoutLM | LayoutLM-base | [OneDrive](https://buaaeducn-my.sharepoint.com/:u:/g/personal/liminghao1630_buaa_edu_cn/EYypofKMw_9Bq4TZ21ILqe4BpsXTuS-zEbCXK1RFvvYsaQ?e=gaKjIi) | 398MB |
28-
| 5 | LayoutLM | LayoutLM-large | [OneDrive](https://buaaeducn-my.sharepoint.com/:u:/g/personal/liminghao1630_buaa_edu_cn/EROwnJ-ZIMlJjktjo80QeYQB0u_eJ9daj8MrzDZg7XiPeQ?e=esdku6) | 1.2GB |
29-
| 6 | X101 | ResNeXt-101 | [OneDrive](https://buaaeducn-my.sharepoint.com/:u:/g/personal/liminghao1630_buaa_edu_cn/EehPK3af4bxEi7sXbym557cBLAixlZu-UU222RlLRT0OSQ?e=xECtsV) | 747MB |
14+
| 0 | BERT | BERT-base | [Azure](https://layoutlm.blob.core.windows.net/docbank/model_zoo/bert_base_500k_epoch_1.zip) | 387MB |
15+
| 1 | BERT | BERT-large | [Azure](https://layoutlm.blob.core.windows.net/docbank/model_zoo/bert_large_500k_epoch_1.zip) | 1.2GB |
16+
| 2 | RoBERTa | RoBERTa-base | [Azure](https://layoutlm.blob.core.windows.net/docbank/model_zoo/roberta_base_500k_epoch_1.zip) | 441MB |
17+
| 3 | RoBERTa | RoBERTa-large | [Azure](https://layoutlm.blob.core.windows.net/docbank/model_zoo/roberta_large_500k_epoch_1.zip) | 1.2GB |
18+
| 4 | LayoutLM | LayoutLM-base | [Azure](https://layoutlm.blob.core.windows.net/docbank/model_zoo/layoutlm_base_500k_epoch_1.zip) | 398MB |
19+
| 5 | LayoutLM | LayoutLM-large | [Azure](https://layoutlm.blob.core.windows.net/docbank/model_zoo/layoutlm_large_500k_epoch_1.zip) | 1.2GB |
20+
| 6 | X101 | ResNeXt-101 | [Azure](https://layoutlm.blob.core.windows.net/docbank/model_zoo/X101.zip) | 747MB |
3021

3122

0 commit comments

Comments
 (0)