CoolFace
Modelpublic

failed09/bashkir-diacritics-restorer

sourceHugging Facecc-by-4.0updated 3d agoView on Hugging Face
0likes88downloads
META.json22 linesDownload Raw Back to root
1{2  "id": "bashkir_diacritics_restorer",3  "version": "v1.2",4  "type": "sequence_tagging_restorer",5  "language": "ba",6  "status": "release_candidate",7  "license": "cc-by-4.0",8  "files": ["model.onnx", "vocab.json", "substitution_map.json", "config.json", "runtime.py"],9  "architecture": "ConvBiGRU (Conv1D 3,5 + 2-layer BiGRU 192)",10  "parameters": 1184032,11  "metrics": {12    "original_heldout": {"sentence_exact_match": 0.9342, "spec_letter_f1": 0.9967},13    "safety_stress_n_1000": {14      "with_optional_kenlm": {"restoration_exact_match": 0.923, "clean_input_untouched_pct": 98.5},15      "default_no_kenlm": {"restoration_exact_match": 0.891, "clean_input_untouched_pct": 97.8},16      "neural_only_no_lexicon_no_kenlm": {"restoration_exact_match": 0.878, "clean_input_untouched_pct": 97.6}17    }18  },19  "runtime": {"safe_mode": true, "kenlm": "optional; excluded from release"},20  "source_policy": "Model artifacts and derived substitution rules only; training text and derived lexical data are not redistributed."21}22