deetsml commited on
Commit
1af924e
1 Parent(s): 2e12e0e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +77 -24
config.json CHANGED
@@ -1,50 +1,103 @@
1
  {
2
- "_name_or_path": "/content/drive/MyDrive/ML-Files/Relabel_Jan_18_2023/temp/models_fewshot_3/",
3
- "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "gelu",
6
  "add_final_layer_norm": false,
7
  "architectures": [
8
  "BartModel"
9
  ],
 
 
10
  "attention_dropout": 0.0,
11
  "bos_token_id": 0,
12
  "classif_dropout": 0.0,
13
- "classifier_dropout": 0.0,
14
- "d_model": 1024,
15
- "decoder_attention_heads": 16,
16
- "decoder_ffn_dim": 4096,
17
- "decoder_layerdrop": 0.0,
18
- "decoder_layers": 12,
19
- "decoder_start_token_id": 2,
20
- "dropout": 0.1,
21
- "encoder_attention_heads": 16,
22
- "encoder_ffn_dim": 4096,
23
- "encoder_layerdrop": 0.0,
24
- "encoder_layers": 12,
25
- "eos_token_id": 2,
26
  "forced_eos_token_id": 2,
27
  "gradient_checkpointing": false,
28
  "id2label": {
29
- "0": "contradiction",
30
- "1": "neutral",
31
- "2": "entailment"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  },
33
  "init_std": 0.02,
34
  "is_encoder_decoder": true,
35
  "label2id": {
36
- "contradiction": 0,
37
- "entailment": 2,
38
- "neutral": 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  },
40
  "max_position_embeddings": 1024,
41
  "model_type": "bart",
 
42
  "normalize_before": false,
43
  "num_hidden_layers": 12,
44
  "output_past": false,
45
- "pad_token_id": 1,
46
- "scale_embedding": false,
47
- "torch_dtype": "float32",
48
  "transformers_version": "4.26.0",
49
  "use_cache": true,
50
  "vocab_size": 50265
 
1
  {
2
+ "_name_or_path": "/content/drive/MyDrive/Mamoona/Huggingface_model/HIMsetfitMultiLabelModel2epochs/",
3
+ "_num_labels": 36,
4
  "activation_dropout": 0.0,
5
  "activation_function": "gelu",
6
  "add_final_layer_norm": false,
7
  "architectures": [
8
  "BartModel"
9
  ],
10
+ "multi_target_strategy": "MultiOutputClassifier",
11
+ "estimator": "LogisticRegression",
12
  "attention_dropout": 0.0,
13
  "bos_token_id": 0,
14
  "classif_dropout": 0.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  "forced_eos_token_id": 2,
16
  "gradient_checkpointing": false,
17
  "id2label": {
18
+ "0": "atmosphere",
19
+ "1": "beer list",
20
+ "2": "bottomless brunch",
21
+ "3": "breakfast",
22
+ "4": "brunch",
23
+ "5": "business",
24
+ "6": "byob",
25
+ "7": "casual",
26
+ "8": "date night",
27
+ "9": "delivery",
28
+ "10": "fine dining",
29
+ "11": "gluten free",
30
+ "12": "good value",
31
+ "13": "great cocktails",
32
+ "14": "great service",
33
+ "15": "happy hour",
34
+ "16": "healthy",
35
+ "17": "instagrammable",
36
+ "18": "kid friendly",
37
+ "19": "large groups",
38
+ "20": "late night",
39
+ "21": "live music",
40
+ "22": "lunch",
41
+ "23": "night out",
42
+ "24": "outdoor seating",
43
+ "25": "quick",
44
+ "26": "romantic",
45
+ "27": "rooftop",
46
+ "28": "small plates",
47
+ "29": "special event",
48
+ "30": "sports/tvs",
49
+ "31": "takeout",
50
+ "32": "tasting menu",
51
+ "33": "vegetarian",
52
+ "34": "walk-in",
53
+ "35": "wine list"
54
  },
55
  "init_std": 0.02,
56
  "is_encoder_decoder": true,
57
  "label2id": {
58
+ "atmosphere": 0,
59
+ "beer list": 1,
60
+ "bottomless brunch": 2,
61
+ "breakfast": 3,
62
+ "brunch": 4,
63
+ "business": 5,
64
+ "byob": 6,
65
+ "casual": 7,
66
+ "date night": 8,
67
+ "delivery": 9,
68
+ "fine dining": 10,
69
+ "gluten free": 11,
70
+ "good value": 12,
71
+ "great cocktails": 13,
72
+ "great service": 14,
73
+ "happy hour": 15,
74
+ "healthy": 16,
75
+ "instagrammable": 17,
76
+ "kid friendly": 18,
77
+ "large groups": 19,
78
+ "late night": 20,
79
+ "live music": 21,
80
+ "lunch": 22,
81
+ "night out": 23,
82
+ "outdoor seating": 24,
83
+ "quick": 25,
84
+ "romantic": 26,
85
+ "rooftop": 27,
86
+ "small plates": 28,
87
+ "special event": 29,
88
+ "sports/tvs": 30,
89
+ "takeout": 31,
90
+ "tasting menu": 32,
91
+ "vegetarian": 33,
92
+ "walk-in": 34,
93
+ "wine list": 35
94
  },
95
  "max_position_embeddings": 1024,
96
  "model_type": "bart",
97
+ "problem_type": "multi_label_classification",
98
  "normalize_before": false,
99
  "num_hidden_layers": 12,
100
  "output_past": false,
 
 
 
101
  "transformers_version": "4.26.0",
102
  "use_cache": true,
103
  "vocab_size": 50265