Update README.md
Browse files
README.md
CHANGED
@@ -4,11 +4,13 @@ tags:
|
|
4 |
model-index:
|
5 |
- name: trocr-base-printed_captcha_ocr
|
6 |
results: []
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
10 |
-
should probably proofread and complete it, then remove this comment. -->
|
11 |
-
|
12 |
# trocr-base-printed_captcha_ocr
|
13 |
|
14 |
This model is a fine-tuned version of [microsoft/trocr-base-printed](https://huggingface.co/microsoft/trocr-base-printed) on an unknown dataset.
|
@@ -18,15 +20,17 @@ It achieves the following results on the evaluation set:
|
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
-
|
|
|
|
|
22 |
|
23 |
## Intended uses & limitations
|
24 |
|
25 |
-
|
26 |
|
27 |
## Training and evaluation data
|
28 |
|
29 |
-
|
30 |
|
31 |
## Training procedure
|
32 |
|
@@ -55,4 +59,4 @@ The following hyperparameters were used during training:
|
|
55 |
- Transformers 4.22.1
|
56 |
- Pytorch 1.12.1
|
57 |
- Datasets 2.4.0
|
58 |
-
- Tokenizers 0.12.1
|
|
|
4 |
model-index:
|
5 |
- name: trocr-base-printed_captcha_ocr
|
6 |
results: []
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
metrics:
|
10 |
+
- cer
|
11 |
+
pipeline_tag: image-to-text
|
12 |
---
|
13 |
|
|
|
|
|
|
|
14 |
# trocr-base-printed_captcha_ocr
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/trocr-base-printed](https://huggingface.co/microsoft/trocr-base-printed) on an unknown dataset.
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
+
This model extracts text from image Captcha inputs.
|
24 |
+
|
25 |
+
For more information on how it was created, check out the following link: https://github.com/DunnBC22/Vision_Audio_and_Multimodal_Projects/blob/main/Optical%20Character%20Recognition%20(OCR)/Captcha/OCR_captcha.ipynb
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
29 |
+
This model is intended to demonstrate my ability to solve a complex problem using technology.
|
30 |
|
31 |
## Training and evaluation data
|
32 |
|
33 |
+
Dataset Source: https://www.kaggle.com/datasets/alizahidraja/captcha-data
|
34 |
|
35 |
## Training procedure
|
36 |
|
|
|
59 |
- Transformers 4.22.1
|
60 |
- Pytorch 1.12.1
|
61 |
- Datasets 2.4.0
|
62 |
+
- Tokenizers 0.12.1
|