|
{ |
|
"_name_or_path": "google/bigbird-pegasus-large-arxiv", |
|
"activation_dropout": 0.0, |
|
"activation_function": "gelu_new", |
|
"architectures": [ |
|
"BigBirdForSequenceClassification" |
|
], |
|
"attention_dropout": 0.0, |
|
"attention_probs_dropout_prob": 0.1, |
|
"attention_type": "block_sparse", |
|
"block_size": 64, |
|
"bos_token_id": 2, |
|
"classifier_dropout": 0.0, |
|
"d_model": 1024, |
|
"decoder_attention_heads": 16, |
|
"decoder_ffn_dim": 4096, |
|
"decoder_layerdrop": 0.0, |
|
"decoder_layers": 16, |
|
"decoder_start_token_id": 2, |
|
"dropout": 0.1, |
|
"encoder_attention_heads": 16, |
|
"encoder_ffn_dim": 4096, |
|
"encoder_layerdrop": 0.0, |
|
"encoder_layers": 16, |
|
"eos_token_id": 1, |
|
"gradient_checkpointing": false, |
|
"hidden_act": "gelu_new", |
|
"hidden_dropout_prob": 0.1, |
|
"hidden_size": 768, |
|
"id2label": { |
|
"0": "Personal Training", |
|
"1": "Cleanliness", |
|
"2": "Equipment", |
|
"3": "Yoga", |
|
"4": "Nutrition", |
|
"5": "Upsell", |
|
"6": "Nutrition Counseling", |
|
"7": "Positive" |
|
}, |
|
"init_std": 0.02, |
|
"initializer_range": 0.02, |
|
"intermediate_size": 3072, |
|
"is_encoder_decoder": true, |
|
"label2id": { |
|
"Cleanliness": 1, |
|
"Equipment": 2, |
|
"Nutrition": 4, |
|
"Nutrition Counseling": 6, |
|
"Personal Training": 0, |
|
"Positive": 7, |
|
"Upsell": 5, |
|
"Yoga": 3 |
|
}, |
|
"layer_norm_eps": 1e-12, |
|
"length_penalty": 0.8, |
|
"max_length": 256, |
|
"max_position_embeddings": 4096, |
|
"model_type": "big_bird", |
|
"num_attention_heads": 12, |
|
"num_beams": 5, |
|
"num_hidden_layers": 16, |
|
"num_random_blocks": 3, |
|
"pad_token_id": 0, |
|
"problem_type": "single_label_classification", |
|
"rescale_embeddings": false, |
|
"scale_embedding": true, |
|
"sep_token_id": 66, |
|
"tokenizer_class": "PegasusTokenizer", |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.37.2", |
|
"type_vocab_size": 2, |
|
"use_bias": false, |
|
"use_cache": true, |
|
"vocab_size": 96103 |
|
} |
|
|