yezdata commited on
Commit
c086040
·
verified ·
1 Parent(s): c47a352

Delete emcoder

Browse files
emcoder/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f79307191a44f91b6c9b7e2373062bd655a38efef31a16831e7629d18ce33f50
3
- size 328565600
 
 
 
 
emcoder/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
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
emcoder/model_state.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "train_loss": 0.264223575592041,
3
- "eval_loss": 0.2328128303236821
4
- }
 
 
 
 
 
emcoder/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
emcoder/tokenizer_config.json DELETED
The diff for this file is too large to render. See raw diff
 
emcoder/train_config.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "bayesian_train": true,
3
- "loss_weights": "log",
4
- "tokenized_ds_dir": "data/goemotions_v1_seq512",
5
- "encoder_lr": 0.00001,
6
- "head_lr": 0.0005,
7
- "lr_warmup": 0.05,
8
- "weight_decay": 0.01,
9
- "batch_size": 32,
10
- "gradient_accumulation_steps": 8,
11
- "num_epochs": 10
12
- }