yezdata commited on
Commit
1f48020
·
verified ·
1 Parent(s): df06b13

Delete model_config.json

Browse files
Files changed (1) hide show
  1. model_config.json +0 -71
model_config.json DELETED
@@ -1,71 +0,0 @@
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
- }