yezdata commited on
Commit
5e8f55d
·
verified ·
1 Parent(s): 7fd727d

Delete config.json

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