Update README.md
Browse files
README.md
CHANGED
@@ -7,11 +7,13 @@ language:
|
|
7 |
- en
|
8 |
base_model:
|
9 |
- google/flan-t5-large
|
|
|
|
|
10 |
---
|
11 |
|
12 |
## **Ocr Correcteur v1**
|
13 |
|
14 |
-
![image/jpeg](https://huggingface.co/jeanflop/ocr_correcteur-v1/resolve/main/an-illustration-of-a-superhero-with-a-smiley-face--R5MceaXPSHOnN5fLITavoQ-zUPTdsBuQKSJyWZmx7sdXw.jpeg)
|
15 |
|
16 |
This model lora weight has been finetune on french OCR dataset. The architecture used is Flan T large. On a sample of 1000. More stong model is under cooks.
|
17 |
|
@@ -59,6 +61,4 @@ answer = tokenizer.decode(outputs[0])
|
|
59 |
from textwrap import fill
|
60 |
|
61 |
print(fill(answer, width=80))
|
62 |
-
```
|
63 |
-
|
64 |
-
|
|
|
7 |
- en
|
8 |
base_model:
|
9 |
- google/flan-t5-large
|
10 |
+
license: apache-2.0
|
11 |
+
pipeline_tag: text-generation
|
12 |
---
|
13 |
|
14 |
## **Ocr Correcteur v1**
|
15 |
|
16 |
+
![image/jpeg](https://huggingface.co/jeanflop/ocr_correcteur-v1/resolve/main/an-illustration-of-a-superhero-with-a-smiley-face--R5MceaXPSHOnN5fLITavoQ-zUPTdsBuQKSJyWZmx7sdXw.jpeg)
|
17 |
|
18 |
This model lora weight has been finetune on french OCR dataset. The architecture used is Flan T large. On a sample of 1000. More stong model is under cooks.
|
19 |
|
|
|
61 |
from textwrap import fill
|
62 |
|
63 |
print(fill(answer, width=80))
|
64 |
+
```
|
|
|
|