Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: image-to-text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# <font color="turquoise"> <p style="text-align:center"> Translating Math Formula Images To LaTeX Sequences </p> </font>
|
@@ -67,4 +74,4 @@ sequence = sequence.replace(
|
|
67 |
processor.tokenizer.pad_token, ""
|
68 |
).replace(processor.tokenizer.bos_token,"")
|
69 |
print(sequence)
|
70 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: image-to-text
|
4 |
+
datasets:
|
5 |
+
- hoang-quoc-trung/fusion-image-to-latex-datasets
|
6 |
+
tags:
|
7 |
+
- img2latex
|
8 |
+
- latex ocr
|
9 |
+
- Printed Mathematical Expression Recognition
|
10 |
+
- Handwritten Mathematical Expression Recognition
|
11 |
---
|
12 |
|
13 |
# <font color="turquoise"> <p style="text-align:center"> Translating Math Formula Images To LaTeX Sequences </p> </font>
|
|
|
74 |
processor.tokenizer.pad_token, ""
|
75 |
).replace(processor.tokenizer.bos_token,"")
|
76 |
print(sequence)
|
77 |
+
```
|