yezdata commited on
Commit
7290115
·
verified ·
1 Parent(s): 588c952

Update model_config.json

Browse files
Files changed (1) hide show
  1. model_config.json +70 -72
model_config.json CHANGED
@@ -1,73 +1,71 @@
1
- {
2
- "vocab_size": 50265,
3
- "max_seq_len": 512,
4
- "d_model": 768,
5
- "n_head": 12,
6
- "n_layers": 6,
7
- "d_ffn": 3072,
8
- "dropout": 0.15,
9
- "bayesian_train": true,
10
- "loss_weights": "log",
11
- "num_labels": 28,
12
- "id2label": {
13
- "0": "admiration",
14
- "1": "amusement",
15
- "2": "anger",
16
- "3": "annoyance",
17
- "4": "approval",
18
- "5": "caring",
19
- "6": "confusion",
20
- "7": "curiosity",
21
- "8": "desire",
22
- "9": "disappointment",
23
- "10": "disapproval",
24
- "11": "disgust",
25
- "12": "embarrassment",
26
- "13": "excitement",
27
- "14": "fear",
28
- "15": "gratitude",
29
- "16": "grief",
30
- "17": "joy",
31
- "18": "love",
32
- "19": "nervousness",
33
- "20": "optimism",
34
- "21": "pride",
35
- "22": "realization",
36
- "23": "relief",
37
- "24": "remorse",
38
- "25": "sadness",
39
- "26": "surprise",
40
- "27": "neutral"
41
- },
42
- "label2id": {
43
- "admiration": 0,
44
- "amusement": 1,
45
- "anger": 2,
46
- "annoyance": 3,
47
- "approval": 4,
48
- "caring": 5,
49
- "confusion": 6,
50
- "curiosity": 7,
51
- "desire": 8,
52
- "disappointment": 9,
53
- "disapproval": 10,
54
- "disgust": 11,
55
- "embarrassment": 12,
56
- "excitement": 13,
57
- "fear": 14,
58
- "gratitude": 15,
59
- "grief": 16,
60
- "joy": 17,
61
- "love": 18,
62
- "nervousness": 19,
63
- "optimism": 20,
64
- "pride": 21,
65
- "realization": 22,
66
- "relief": 23,
67
- "remorse": 24,
68
- "sadness": 25,
69
- "surprise": 26,
70
- "neutral": 27
71
- },
72
- "base_encoder_path": "models/v1/pretrain/checkpoints/epoch_2/step_40000"
73
  }
 
1
+ {
2
+ "vocab_size": 50265,
3
+ "max_seq_len": 512,
4
+ "d_model": 768,
5
+ "n_head": 12,
6
+ "n_layers": 6,
7
+ "d_ffn": 3072,
8
+ "dropout": 0.15,
9
+ "num_labels": 28,
10
+ "id2label": {
11
+ "0": "admiration",
12
+ "1": "amusement",
13
+ "2": "anger",
14
+ "3": "annoyance",
15
+ "4": "approval",
16
+ "5": "caring",
17
+ "6": "confusion",
18
+ "7": "curiosity",
19
+ "8": "desire",
20
+ "9": "disappointment",
21
+ "10": "disapproval",
22
+ "11": "disgust",
23
+ "12": "embarrassment",
24
+ "13": "excitement",
25
+ "14": "fear",
26
+ "15": "gratitude",
27
+ "16": "grief",
28
+ "17": "joy",
29
+ "18": "love",
30
+ "19": "nervousness",
31
+ "20": "optimism",
32
+ "21": "pride",
33
+ "22": "realization",
34
+ "23": "relief",
35
+ "24": "remorse",
36
+ "25": "sadness",
37
+ "26": "surprise",
38
+ "27": "neutral"
39
+ },
40
+ "label2id": {
41
+ "admiration": 0,
42
+ "amusement": 1,
43
+ "anger": 2,
44
+ "annoyance": 3,
45
+ "approval": 4,
46
+ "caring": 5,
47
+ "confusion": 6,
48
+ "curiosity": 7,
49
+ "desire": 8,
50
+ "disappointment": 9,
51
+ "disapproval": 10,
52
+ "disgust": 11,
53
+ "embarrassment": 12,
54
+ "excitement": 13,
55
+ "fear": 14,
56
+ "gratitude": 15,
57
+ "grief": 16,
58
+ "joy": 17,
59
+ "love": 18,
60
+ "nervousness": 19,
61
+ "optimism": 20,
62
+ "pride": 21,
63
+ "realization": 22,
64
+ "relief": 23,
65
+ "remorse": 24,
66
+ "sadness": 25,
67
+ "surprise": 26,
68
+ "neutral": 27
69
+ },
70
+ "base_encoder_path": "models/v1/pretrain/checkpoints/epoch_2/step_40000"
 
 
71
  }