ayjays132 commited on
Commit
b5113cb
1 Parent(s): 6e48484

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +86 -86
config.json CHANGED
@@ -1,86 +1,86 @@
1
- {
2
- "_name_or_path": "ayjays132/Quantum-NeuralAdaptiveLearningSystem",
3
- "architectures": [
4
- "BertForSequenceClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.1,
10
- "hidden_size": 768,
11
- "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8",
21
- "9": "LABEL_9",
22
- "10": "LABEL_10",
23
- "11": "LABEL_11",
24
- "12": "LABEL_12",
25
- "13": "LABEL_13",
26
- "14": "LABEL_14",
27
- "15": "LABEL_15",
28
- "16": "LABEL_16",
29
- "17": "LABEL_17",
30
- "18": "LABEL_18",
31
- "19": "LABEL_19",
32
- "20": "LABEL_20",
33
- "21": "LABEL_21",
34
- "22": "LABEL_22",
35
- "23": "LABEL_23",
36
- "24": "LABEL_24",
37
- "25": "LABEL_25",
38
- "26": "LABEL_26",
39
- "27": "LABEL_27"
40
- },
41
- "initializer_range": 0.02,
42
- "intermediate_size": 3072,
43
- "label2id": {
44
- "LABEL_0": 0,
45
- "LABEL_1": 1,
46
- "LABEL_10": 10,
47
- "LABEL_11": 11,
48
- "LABEL_12": 12,
49
- "LABEL_13": 13,
50
- "LABEL_14": 14,
51
- "LABEL_15": 15,
52
- "LABEL_16": 16,
53
- "LABEL_17": 17,
54
- "LABEL_18": 18,
55
- "LABEL_19": 19,
56
- "LABEL_2": 2,
57
- "LABEL_20": 20,
58
- "LABEL_21": 21,
59
- "LABEL_22": 22,
60
- "LABEL_23": 23,
61
- "LABEL_24": 24,
62
- "LABEL_25": 25,
63
- "LABEL_26": 26,
64
- "LABEL_27": 27,
65
- "LABEL_3": 3,
66
- "LABEL_4": 4,
67
- "LABEL_5": 5,
68
- "LABEL_6": 6,
69
- "LABEL_7": 7,
70
- "LABEL_8": 8,
71
- "LABEL_9": 9
72
- },
73
- "layer_norm_eps": 1e-12,
74
- "max_position_embeddings": 512,
75
- "model_type": "bert",
76
- "num_attention_heads": 12,
77
- "num_hidden_layers": 12,
78
- "pad_token_id": 0,
79
- "position_embedding_type": "absolute",
80
- "problem_type": "multi_label_classification",
81
- "torch_dtype": "float32",
82
- "transformers_version": "4.44.2",
83
- "type_vocab_size": 2,
84
- "use_cache": true,
85
- "vocab_size": 30635
86
- }
 
1
+ {
2
+ "_name_or_path": "ayjays132/Quantum-NeuralAdaptiveLearningSystem",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "admiration",
13
+ "1": "amusement",
14
+ "2": "anger",
15
+ "3": "annoyance",
16
+ "4": "approval",
17
+ "5": "caring",
18
+ "6": "confusion",
19
+ "7": "curiosity",
20
+ "8": "desire",
21
+ "9": "disappointment",
22
+ "10": "disapproval",
23
+ "11": "disgust",
24
+ "12": "embarrassment",
25
+ "13": "excitement",
26
+ "14": "fear",
27
+ "15": "gratitude",
28
+ "16": "grief",
29
+ "17": "joy",
30
+ "18": "love",
31
+ "19": "nervousness",
32
+ "20": "optimism",
33
+ "21": "pride",
34
+ "22": "realization",
35
+ "23": "relief",
36
+ "24": "remorse",
37
+ "25": "sadness",
38
+ "26": "surprise",
39
+ "27": "neutral"
40
+ },
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 3072,
43
+ "label2id": {
44
+ "admiration": 0,
45
+ "amusement": 1,
46
+ "anger": 2,
47
+ "annoyance": 3,
48
+ "approval": 4,
49
+ "caring": 5,
50
+ "confusion": 6,
51
+ "curiosity": 7,
52
+ "desire": 8,
53
+ "disappointment": 9,
54
+ "disapproval": 10,
55
+ "disgust": 11,
56
+ "embarrassment": 12,
57
+ "excitement": 13,
58
+ "fear": 14,
59
+ "gratitude": 15,
60
+ "grief": 16,
61
+ "joy": 17,
62
+ "love": 18,
63
+ "nervousness": 19,
64
+ "optimism": 20,
65
+ "pride": 21,
66
+ "realization": 22,
67
+ "relief": 23,
68
+ "remorse": 24,
69
+ "sadness": 25,
70
+ "surprise": 26,
71
+ "neutral": 27
72
+ },
73
+ "layer_norm_eps": 1e-12,
74
+ "max_position_embeddings": 512,
75
+ "model_type": "bert",
76
+ "num_attention_heads": 12,
77
+ "num_hidden_layers": 12,
78
+ "pad_token_id": 0,
79
+ "position_embedding_type": "absolute",
80
+ "problem_type": "multi_label_classification",
81
+ "torch_dtype": "float32",
82
+ "transformers_version": "4.44.2",
83
+ "type_vocab_size": 2,
84
+ "use_cache": true,
85
+ "vocab_size": 30635
86
+ }