{ "_name_or_path": "t5-small", "architectures": [ "T5ForTokenClassification" ], "classifier_dropout": 0.0, "d_ff": 2048, "d_kv": 64, "d_model": 512, "decoder_start_token_id": 0, "dense_act_fn": "relu", "dropout_rate": 0.1, "eos_token_id": 1, "feed_forward_proj": "relu", "id2label": { "0": "O", "1": "B-Data_Structure", "2": "I-Data_Structure", "3": "B-Application", "4": "I-Application", "5": "B-Code_Block", "6": "I-Code_Block", "7": "B-Function", "8": "I-Function", "9": "B-Data_Type", "10": "I-Data_Type", "11": "B-Language", "12": "I-Language", "13": "B-Library", "14": "I-Library", "15": "B-Variable", "16": "I-Variable", "17": "B-Device", "18": "I-Device", "19": "B-User_Name", "20": "I-User_Name", "21": "B-User_Interface_Element", "22": "I-User_Interface_Element", "23": "B-Class", "24": "I-Class", "25": "B-Website", "26": "I-Website", "27": "B-Version", "28": "I-Version", "29": "B-File_Name", "30": "I-File_Name", "31": "B-File_Type", "32": "I-File_Type", "33": "B-Operating_System", "34": "I-Operating_System", "35": "B-Output_Block", "36": "I-Output_Block", "37": "B-Algorithm", "38": "I-Algorithm", "39": "B-HTML_XML_Tag", "40": "I-HTML_XML_Tag" }, "initializer_factor": 1.0, "is_encoder_decoder": true, "is_gated_act": false, "label2id": { "B-Algorithm": 37, "B-Application": 3, "B-Class": 23, "B-Code_Block": 5, "B-Data_Structure": 1, "B-Data_Type": 9, "B-Device": 17, "B-File_Name": 29, "B-File_Type": 31, "B-Function": 7, "B-HTML_XML_Tag": 39, "B-Language": 11, "B-Library": 13, "B-Operating_System": 33, "B-Output_Block": 35, "B-User_Interface_Element": 21, "B-User_Name": 19, "B-Variable": 15, "B-Version": 27, "B-Website": 25, "I-Algorithm": 38, "I-Application": 4, "I-Class": 24, "I-Code_Block": 6, "I-Data_Structure": 2, "I-Data_Type": 10, "I-Device": 18, "I-File_Name": 30, "I-File_Type": 32, "I-Function": 8, "I-HTML_XML_Tag": 40, "I-Language": 12, "I-Library": 14, "I-Operating_System": 34, "I-Output_Block": 36, "I-User_Interface_Element": 22, "I-User_Name": 20, "I-Variable": 16, "I-Version": 28, "I-Website": 26, "O": 0 }, "layer_norm_epsilon": 1e-06, "model_type": "t5", "n_positions": 512, "num_decoder_layers": 6, "num_heads": 8, "num_layers": 6, "output_past": true, "pad_token_id": 0, "relative_attention_max_distance": 128, "relative_attention_num_buckets": 32, "task_specific_params": { "summarization": { "early_stopping": true, "length_penalty": 2.0, "max_length": 200, "min_length": 30, "no_repeat_ngram_size": 3, "num_beams": 4, "prefix": "summarize: " }, "translation_en_to_de": { "early_stopping": true, "max_length": 300, "num_beams": 4, "prefix": "translate English to German: " }, "translation_en_to_fr": { "early_stopping": true, "max_length": 300, "num_beams": 4, "prefix": "translate English to French: " }, "translation_en_to_ro": { "early_stopping": true, "max_length": 300, "num_beams": 4, "prefix": "translate English to Romanian: " } }, "torch_dtype": "bfloat16", "transformers_version": "4.48.3", "use_cache": true, "vocab_size": 32128 }