Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# A proposal for post-OCR spelling correction using Language Models
|
2 |
|
3 |
**Github Repository**: https://github.com/savi8sant8s/ptbr-post-ocr-sc-llm
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- pt
|
5 |
+
- en
|
6 |
+
metrics:
|
7 |
+
- cer
|
8 |
+
- wer
|
9 |
+
base_model:
|
10 |
+
- meta-llama/Llama-2-7b-hf
|
11 |
+
- maritaca-ai/sabia-7b
|
12 |
+
- adalbertojunior/bart-base-portuguese
|
13 |
+
- pierreguillou/byt5-small-qa-squad-v1.1-portuguese
|
14 |
+
pipeline_tag: text-generation
|
15 |
+
library_name: transformers
|
16 |
+
tags:
|
17 |
+
- spelling-correction
|
18 |
+
- ocr
|
19 |
+
- llm
|
20 |
+
- portuguese
|
21 |
+
---
|
22 |
# A proposal for post-OCR spelling correction using Language Models
|
23 |
|
24 |
**Github Repository**: https://github.com/savi8sant8s/ptbr-post-ocr-sc-llm
|