Upload model config
Browse files- config.json +1 -15
config.json
CHANGED
|
@@ -1,24 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"model_type": "
|
| 3 |
"num_classes": 27,
|
| 4 |
"char_set": "A-Z and ~",
|
| 5 |
"weight_format": "PyTorch .pth (state_dict)",
|
| 6 |
"tensor_type": "F32",
|
| 7 |
"safetensors": false,
|
| 8 |
-
"models_in_repo": [
|
| 9 |
-
"end_to_end",
|
| 10 |
-
"classifier"
|
| 11 |
-
],
|
| 12 |
-
"end_to_end": {
|
| 13 |
-
"architecture": "DeepCRNN",
|
| 14 |
-
"filename": "best_end_to_end.pth",
|
| 15 |
-
"input": "grayscale image",
|
| 16 |
-
"output": "decoded text (CTC)",
|
| 17 |
-
"params": 7856348,
|
| 18 |
-
"params_display": "7,856,348 params",
|
| 19 |
-
"size_mb": 30.0,
|
| 20 |
-
"tensor_type": "F32"
|
| 21 |
-
},
|
| 22 |
"classifier": {
|
| 23 |
"architecture": "MoonClassifier",
|
| 24 |
"filename": "best_classifier.pth",
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "moon_cipher_classifier",
|
| 3 |
"num_classes": 27,
|
| 4 |
"char_set": "A-Z and ~",
|
| 5 |
"weight_format": "PyTorch .pth (state_dict)",
|
| 6 |
"tensor_type": "F32",
|
| 7 |
"safetensors": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"classifier": {
|
| 9 |
"architecture": "MoonClassifier",
|
| 10 |
"filename": "best_classifier.pth",
|