NightPrince/Toxic_Classification
022
1{2 "model_type": "keras",3 "keras_version": "3.7.0",4 "tensorflow_version": "2.19.0",5 "max_sequence_length": 150,6 "vocab_size": 10000,7 "num_labels": 9,8 "label2id": {9 "Child Sexual Exploitation": 0,10 "Elections": 1,11 "Non-Violent Crimes": 2,12 "Safe": 3,13 "Sex-Related Crimes": 4,14 "Suicide & Self-Harm": 5,15 "Unknown S-Type": 6,16 "Violent Crimes": 7,17 "Unsafe": 818 },19 "id2label": {20 "0": "Child Sexual Exploitation",21 "1": "Elections",22 "2": "Non-Violent Crimes",23 "3": "Safe",24 "4": "Sex-Related Crimes",25 "5": "Suicide & Self-Harm",26 "6": "Unknown S-Type",27 "7": "Violent Crimes",28 "8": "Unsafe"29 },30 "tokenizer_file": "tokenizer.json",31 "task": "text-classification",32 "language": "multilingual",33 "input_format": "concatenated_text_and_image_description",34 "pipeline_tag": "text-classification",35 "tags": [36 "toxic-detection",37 "text-classification",38 "keras",39 "tensorflow",40 "multiclass",41 "safety"42 ]43}44 