Update README.md
Browse files
README.md
CHANGED
@@ -5,33 +5,24 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
-
|
9 |
-
-
|
10 |
-
|
|
|
11 |
---
|
12 |
|
13 |
-
|
14 |
-
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
|
17 |
|
18 |
-
This model is a fine-tuned version of [microsoft/xtremedistil-l6-h256-uncased](https://huggingface.co/microsoft/xtremedistil-l6-h256-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.0316
|
21 |
- Accuracy: 0.994
|
22 |
- Num Input Tokens Seen: 57341952
|
23 |
|
24 |
-
## Model description
|
25 |
-
|
26 |
-
More information needed
|
27 |
-
|
28 |
## Intended uses & limitations
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
## Training and evaluation data
|
33 |
-
|
34 |
-
More information needed
|
35 |
|
36 |
## Training procedure
|
37 |
|
@@ -67,4 +58,4 @@ The following hyperparameters were used during training:
|
|
67 |
- Transformers 4.40.2
|
68 |
- Pytorch 2.2.0+cu121
|
69 |
- Datasets 2.19.1
|
70 |
-
- Tokenizers 0.19.1
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
+
datasets:
|
9 |
+
- pszemraj/OCR-quality-classification
|
10 |
+
language:
|
11 |
+
- en
|
12 |
---
|
13 |
|
14 |
+
# xtremedistil-l6-h256-uncased: OCR-quality-classification
|
|
|
15 |
|
16 |
+
This model is a fine-tuned version of [microsoft/xtremedistil-l6-h256-uncased](https://hf.co/microsoft/xtremedistil-l6-h256-uncased) on `pszemraj/OCR-quality-classification`
|
17 |
|
|
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.0316
|
20 |
- Accuracy: 0.994
|
21 |
- Num Input Tokens Seen: 57341952
|
22 |
|
|
|
|
|
|
|
|
|
23 |
## Intended uses & limitations
|
24 |
|
25 |
+
predict whether a document is clean or noisy
|
|
|
|
|
|
|
|
|
26 |
|
27 |
## Training procedure
|
28 |
|
|
|
58 |
- Transformers 4.40.2
|
59 |
- Pytorch 2.2.0+cu121
|
60 |
- Datasets 2.19.1
|
61 |
+
- Tokenizers 0.19.1
|