| { | |
| "activation": "gelu", | |
| "architectures": [ | |
| "SindhiUniversalModel" | |
| ], | |
| "attention_dropout": 0.1, | |
| "bos_token_id": null, | |
| "dim": 768, | |
| "dropout": 0.1, | |
| "dtype": "float32", | |
| "eos_token_id": null, | |
| "hidden_dim": 3072, | |
| "id2label": { | |
| "0": "B-ART", | |
| "1": "B-EVENT", | |
| "2": "B-FAC", | |
| "3": "B-GPE", | |
| "4": "B-LANGUAGE", | |
| "5": "B-LOC", | |
| "6": "B-NORP", | |
| "7": "B-ORG", | |
| "8": "B-OTHERS", | |
| "9": "B-PERSON", | |
| "10": "B-TITLE", | |
| "11": "I-ART", | |
| "12": "I-EVENT", | |
| "13": "I-FAC", | |
| "14": "I-GPE", | |
| "15": "I-LANGUAGE", | |
| "16": "I-LOC", | |
| "17": "I-NORP", | |
| "18": "I-ORG", | |
| "19": "I-OTHERS", | |
| "20": "I-PERSON", | |
| "21": "I-TITLE", | |
| "22": "O" | |
| }, | |
| "initializer_range": 0.02, | |
| "label2id": { | |
| "B-ART": 0, | |
| "B-EVENT": 1, | |
| "B-FAC": 2, | |
| "B-GPE": 3, | |
| "B-LANGUAGE": 4, | |
| "B-LOC": 5, | |
| "B-NORP": 6, | |
| "B-ORG": 7, | |
| "B-OTHERS": 8, | |
| "B-PERSON": 9, | |
| "B-TITLE": 10, | |
| "I-ART": 11, | |
| "I-EVENT": 12, | |
| "I-FAC": 13, | |
| "I-GPE": 14, | |
| "I-LANGUAGE": 15, | |
| "I-LOC": 16, | |
| "I-NORP": 17, | |
| "I-ORG": 18, | |
| "I-OTHERS": 19, | |
| "I-PERSON": 20, | |
| "I-TITLE": 21, | |
| "O": 22 | |
| }, | |
| "max_position_embeddings": 512, | |
| "model_type": "distilbert", | |
| "n_heads": 12, | |
| "n_layers": 6, | |
| "output_past": true, | |
| "pad_token_id": 0, | |
| "qa_dropout": 0.1, | |
| "seq_classif_dropout": 0.2, | |
| "sinusoidal_pos_embds": false, | |
| "tie_weights_": true, | |
| "tie_word_embeddings": true, | |
| "transformers_version": "5.0.0", | |
| "use_cache": false, | |
| "vocab_size": 139049 | |
| } | |