yezdata commited on
Commit
e587994
·
verified ·
1 Parent(s): 80f6bfe

Upload 6 files

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