DerivedFunction1 commited on
Commit
5e75d23
·
1 Parent(s): 3d63650

Training in progress, step 5240

Browse files
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "anger",
16
+ "1": "confusion",
17
+ "2": "disgust",
18
+ "3": "emotion",
19
+ "4": "fear",
20
+ "5": "joy",
21
+ "6": "sadness",
22
+ "7": "surprise",
23
+ "8": "urgency"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "is_decoder": false,
28
+ "label2id": {
29
+ "anger": 0,
30
+ "confusion": 1,
31
+ "disgust": 2,
32
+ "emotion": 3,
33
+ "fear": 4,
34
+ "joy": 5,
35
+ "sadness": 6,
36
+ "surprise": 7,
37
+ "urgency": 8
38
+ },
39
+ "layer_norm_eps": 1e-05,
40
+ "max_position_embeddings": 514,
41
+ "model_type": "roberta",
42
+ "num_attention_heads": 12,
43
+ "num_hidden_layers": 12,
44
+ "pad_token_id": 1,
45
+ "problem_type": "multi_label_classification",
46
+ "tie_word_embeddings": true,
47
+ "transformers_version": "5.11.0",
48
+ "type_vocab_size": 1,
49
+ "use_cache": false,
50
+ "vocab_size": 50265
51
+ }
runs/Jun11_03-52-36_3d6886d72f16/events.out.tfevents.1781149956.3d6886d72f16.3913.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1236355ba896f86a1ef5d04a094e48256954f6155908f409f00a573bd2a1e4c3
3
+ size 16205
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e8e1ba81943820ea21a9aed375cdd9415d1a993aac7f1e8159055bd510a26b5
3
+ size 5201