Upload config.json with huggingface_hub
Browse files- config.json +29 -0
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "vitstr_base",
|
| 3 |
+
"architecture": "DocTR ViTSTR-Base",
|
| 4 |
+
"parameters": "85.3M",
|
| 5 |
+
"vocab_size": 81,
|
| 6 |
+
"charset": " !\"$%'(),-./0123456789:;?ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\u2013\u201c\u201d\u2026",
|
| 7 |
+
"img_size": [
|
| 8 |
+
32,
|
| 9 |
+
128
|
| 10 |
+
],
|
| 11 |
+
"language": "Nyishi",
|
| 12 |
+
"script": "Latin",
|
| 13 |
+
"training": {
|
| 14 |
+
"dataset": "Badnyal/nyishi-ocr-synthetic-150k",
|
| 15 |
+
"train_samples": 70000,
|
| 16 |
+
"val_samples": 5000,
|
| 17 |
+
"test_samples": 5000,
|
| 18 |
+
"epochs": 3,
|
| 19 |
+
"batch_size": 64,
|
| 20 |
+
"optimizer": "AdamW",
|
| 21 |
+
"lr": 0.0001,
|
| 22 |
+
"scheduler": "OneCycleLR"
|
| 23 |
+
},
|
| 24 |
+
"results": {
|
| 25 |
+
"val_char_accuracy": 94.6,
|
| 26 |
+
"test_char_accuracy": 95.51
|
| 27 |
+
},
|
| 28 |
+
"license": "CC-BY-4.0"
|
| 29 |
+
}
|