Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Manga OCR ONNX Model
|
| 2 |
|
| 3 |
The ONNX model for [manga-ocr](https://huggingface.co/kha-white/manga-ocr-base).
|
|
@@ -6,4 +13,4 @@ Export command:
|
|
| 6 |
|
| 7 |
```bash
|
| 8 |
optimum-cli export onnx --model kha-white/manga-ocr-base --task vision2seq-lm models/manga-ocr/
|
| 9 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- hal-utokyo/Manga109-s
|
| 5 |
+
language:
|
| 6 |
+
- ja
|
| 7 |
+
---
|
| 8 |
# Manga OCR ONNX Model
|
| 9 |
|
| 10 |
The ONNX model for [manga-ocr](https://huggingface.co/kha-white/manga-ocr-base).
|
|
|
|
| 13 |
|
| 14 |
```bash
|
| 15 |
optimum-cli export onnx --model kha-white/manga-ocr-base --task vision2seq-lm models/manga-ocr/
|
| 16 |
+
```
|