|
{ |
|
"_name_or_path": "google/t5-efficient-tiny", |
|
"architectures": [ |
|
"T5ForSequenceClassification" |
|
], |
|
"classifier_dropout": 0.0, |
|
"d_ff": 1024, |
|
"d_kv": 64, |
|
"d_model": 256, |
|
"decoder_start_token_id": 0, |
|
"dense_act_fn": "relu", |
|
"dropout_rate": 0.1, |
|
"eos_token_id": 1, |
|
"feed_forward_proj": "relu", |
|
"id2label": { |
|
"0": "eng", |
|
"1": "lug", |
|
"2": "ach", |
|
"3": "teo", |
|
"4": "lgg", |
|
"5": "nyn" |
|
}, |
|
"initializer_factor": 1.0, |
|
"is_encoder_decoder": true, |
|
"is_gated_act": false, |
|
"label2id": { |
|
"ach": 2, |
|
"eng": 0, |
|
"lgg": 4, |
|
"lug": 1, |
|
"nyn": 5, |
|
"teo": 3 |
|
}, |
|
"layer_norm_epsilon": 1e-06, |
|
"model_type": "t5", |
|
"n_positions": 512, |
|
"num_decoder_layers": 4, |
|
"num_heads": 4, |
|
"num_layers": 4, |
|
"pad_token_id": 0, |
|
"problem_type": "single_label_classification", |
|
"relative_attention_max_distance": 128, |
|
"relative_attention_num_buckets": 32, |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.41.1", |
|
"use_cache": true, |
|
"vocab_size": 32128 |
|
} |
|
|