deetsml's picture
Update config.json
f88c11f
{
"_name_or_path": "/content/drive/MyDrive/ML-Files/Relabel_Jan_18_2023/temp/models_fewshot_3/",
"_num_labels": 36,
"activation_dropout": 0.0,
"activation_function": "gelu",
"add_final_layer_norm": false,
"architectures": [
"BartModel"
],
"attention_dropout": 0.0,
"bos_token_id": 0,
"classif_dropout": 0.0,
"classifier_dropout": 0.0,
"d_model": 1024,
"decoder_attention_heads": 16,
"decoder_ffn_dim": 4096,
"decoder_layerdrop": 0.0,
"decoder_layers": 12,
"decoder_start_token_id": 2,
"dropout": 0.1,
"encoder_attention_heads": 16,
"encoder_ffn_dim": 4096,
"encoder_layerdrop": 0.0,
"encoder_layers": 12,
"eos_token_id": 2,
"forced_eos_token_id": 2,
"gradient_checkpointing": false,
"id2label": {
"0": "atmosphere",
"1": "beer list",
"2": "bottomless brunch",
"3": "breakfast",
"4": "brunch",
"5": "business",
"6": "byob",
"7": "casual",
"8": "date night",
"9": "delivery",
"10": "fine dining",
"11": "gluten free",
"12": "good value",
"13": "great cocktails",
"14": "great service",
"15": "happy hour",
"16": "healthy",
"17": "instagrammable",
"18": "kid friendly",
"19": "large groups",
"20": "late night",
"21": "live music",
"22": "lunch",
"23": "night out",
"24": "outdoor seating",
"25": "quick",
"26": "romantic",
"27": "rooftop",
"28": "small plates",
"29": "special event",
"30": "sports/tvs",
"31": "takeout",
"32": "tasting menu",
"33": "vegetarian",
"34": "walk-in",
"35": "wine list"
},
"init_std": 0.02,
"is_encoder_decoder": true,
"label2id": {
"atmosphere": 0,
"beer list": 1,
"bottomless brunch": 2,
"breakfast": 3,
"brunch": 4,
"business": 5,
"byob": 6,
"casual": 7,
"date night": 8,
"delivery": 9,
"fine dining": 10,
"gluten free": 11,
"good value": 12,
"great cocktails": 13,
"great service": 14,
"happy hour": 15,
"healthy": 16,
"instagrammable": 17,
"kid friendly": 18,
"large groups": 19,
"late night": 20,
"live music": 21,
"lunch": 22,
"night out": 23,
"outdoor seating": 24,
"quick": 25,
"romantic": 26,
"rooftop": 27,
"small plates": 28,
"special event": 29,
"sports/tvs": 30,
"takeout": 31,
"tasting menu": 32,
"vegetarian": 33,
"walk-in": 34,
"wine list": 35
},
"problem_type": "multi_label_classification",
"max_position_embeddings": 1024,
"model_type": "bart",
"multi_target_strategy": "multi-output",
"normalize_before": false,
"num_hidden_layers": 12,
"output_past": false,
"pad_token_id": 1,
"scale_embedding": false,
"torch_dtype": "float32",
"transformers_version": "4.26.0",
"use_cache": true,
"vocab_size": 50265
}