| { | |
| "model_type": "comic-text-detector", | |
| "task": "object-detection", | |
| "components": { | |
| "yolo_v5": { | |
| "file": "yolo-v5.safetensors", | |
| "dtype": "float16" | |
| }, | |
| "unet": { | |
| "file": "unet.safetensors", | |
| "dtype": "float32" | |
| }, | |
| "dbnet": { | |
| "file": "dbnet.safetensors", | |
| "dtype": "float32" | |
| } | |
| }, | |
| "source_repository": "https://github.com/dmMaze/BallonsTranslator" | |
| } | |