deetsml commited on
Commit
4392983
·
1 Parent(s): 9fa82a3

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -78
config.json CHANGED
@@ -1,14 +1,12 @@
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,
@@ -28,86 +26,19 @@
28
  "forced_eos_token_id": 2,
29
  "gradient_checkpointing": false,
30
  "id2label": {
31
- "0": "atmosphere",
32
- "1": "beer list",
33
- "2": "bottomless brunch",
34
- "3": "breakfast",
35
- "4": "brunch",
36
- "5": "business",
37
- "6": "byob",
38
- "7": "casual",
39
- "8": "date night",
40
- "9": "delivery",
41
- "10": "fine dining",
42
- "11": "gluten free",
43
- "12": "good value",
44
- "13": "great cocktails",
45
- "14": "great service",
46
- "15": "happy hour",
47
- "16": "healthy",
48
- "17": "instagrammable",
49
- "18": "kid friendly",
50
- "19": "large groups",
51
- "20": "late night",
52
- "21": "live music",
53
- "22": "lunch",
54
- "23": "night out",
55
- "24": "outdoor seating",
56
- "25": "quick",
57
- "26": "romantic",
58
- "27": "rooftop",
59
- "28": "small plates",
60
- "29": "special event",
61
- "30": "sports/tvs",
62
- "31": "takeout",
63
- "32": "tasting menu",
64
- "33": "vegetarian",
65
- "34": "walk-in",
66
- "35": "wine list"
67
  },
68
  "init_std": 0.02,
69
  "is_encoder_decoder": true,
70
  "label2id": {
71
- "atmosphere": 0,
72
- "beer list": 1,
73
- "bottomless brunch": 2,
74
- "breakfast": 3,
75
- "brunch": 4,
76
- "business": 5,
77
- "byob": 6,
78
- "casual": 7,
79
- "date night": 8,
80
- "delivery": 9,
81
- "fine dining": 10,
82
- "gluten free": 11,
83
- "good value": 12,
84
- "great cocktails": 13,
85
- "great service": 14,
86
- "happy hour": 15,
87
- "healthy": 16,
88
- "instagrammable": 17,
89
- "kid friendly": 18,
90
- "large groups": 19,
91
- "late night": 20,
92
- "live music": 21,
93
- "lunch": 22,
94
- "night out": 23,
95
- "outdoor seating": 24,
96
- "quick": 25,
97
- "romantic": 26,
98
- "rooftop": 27,
99
- "small plates": 28,
100
- "special event": 29,
101
- "sports/tvs": 30,
102
- "takeout": 31,
103
- "tasting menu": 32,
104
- "vegetarian": 33,
105
- "walk-in": 34,
106
- "wine list": 35
107
  },
108
  "max_position_embeddings": 1024,
109
  "model_type": "bart",
110
- "problem_type": "multi_label_classification",
111
  "normalize_before": false,
112
  "num_hidden_layers": 12,
113
  "output_past": false,
@@ -117,4 +48,4 @@
117
  "transformers_version": "4.26.0",
118
  "use_cache": true,
119
  "vocab_size": 50265
120
- }
 
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,
 
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,
 
48
  "transformers_version": "4.26.0",
49
  "use_cache": true,
50
  "vocab_size": 50265
51
+ }