thirdExec commited on
Commit
7712b86
·
verified ·
1 Parent(s): 786542f

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +57 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": null,
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "anger",
17
+ "1": "anticipation",
18
+ "2": "disgust",
19
+ "3": "fear",
20
+ "4": "joy",
21
+ "5": "love",
22
+ "6": "optimism",
23
+ "7": "pessimism",
24
+ "8": "sadness",
25
+ "9": "surprise",
26
+ "10": "trust"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "is_decoder": false,
31
+ "label2id": {
32
+ "anger": 0,
33
+ "anticipation": 1,
34
+ "disgust": 2,
35
+ "fear": 3,
36
+ "joy": 4,
37
+ "love": 5,
38
+ "optimism": 6,
39
+ "pessimism": 7,
40
+ "sadness": 8,
41
+ "surprise": 9,
42
+ "trust": 10
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "max_position_embeddings": 512,
46
+ "model_type": "bert",
47
+ "num_attention_heads": 12,
48
+ "num_hidden_layers": 12,
49
+ "pad_token_id": 0,
50
+ "position_embedding_type": "absolute",
51
+ "problem_type": "multi_label_classification",
52
+ "tie_word_embeddings": true,
53
+ "transformers_version": "5.0.0",
54
+ "type_vocab_size": 2,
55
+ "use_cache": false,
56
+ "vocab_size": 30522
57
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f07d0c67971f97d64f33c397d712805d13319df64b68d41f7f4f3154c871523
3
+ size 437986308
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d0d97d33d59e94851724285e2f478701cff846c87e7ccb2ed2516ef80ce2270
3
+ size 5201