Update README
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
## UniMERNet: A Universal Network for Mathematical Expression Recognition in Real-World Scenarios.
|
5 |
+
|
6 |
+
Visit our GitHub repository at [UniMERNet](https://github.com/opendatalab/unimernet) for more information.
|
7 |
+
|
8 |
+
## Citations
|
9 |
+
```
|
10 |
+
@misc{wang2024unimernet,
|
11 |
+
title={UniMERNet: A Universal Network for Real-World Mathematical Expression Recognition},
|
12 |
+
author={Bin Wang and Zhuangcheng Gu and Chao Xu and Bo Zhang and Botian Shi and Conghui He},
|
13 |
+
year={2024},
|
14 |
+
eprint={2404.15254},
|
15 |
+
archivePrefix={arXiv},
|
16 |
+
primaryClass={cs.CV}
|
17 |
+
}
|
18 |
+
|
19 |
+
@misc{conghui2022opendatalab,
|
20 |
+
author={He, Conghui and Li, Wei and Jin, Zhenjiang and Wang, Bin and Xu, Chao and Lin, Dahua},
|
21 |
+
title={OpenDataLab: Empowering General Artificial Intelligence with Open Datasets},
|
22 |
+
howpublished = {\url{https://opendatalab.com}},
|
23 |
+
year={2022}
|
24 |
+
}
|
25 |
+
```
|
26 |
+
|
27 |
+
## MD5 checksums
|
28 |
+
```
|
29 |
+
97f4867b4ff4e9a96c8daba8aaa793b4 tokenizer_config.json
|
30 |
+
351652071425d3d36a634ccc8efb22e8 tokenizer.json
|
31 |
+
72b53a2152af43a57f8d5eebf8e31562 unimernet_tiny.pth
|
32 |
+
```
|