SimoneJLaudani
commited on
Commit
•
27d0880
1
Parent(s):
b0a7106
Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,13 +1,19 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
|
|
|
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
|
|
|
|
|
|
10 |
"hidden_dim": 3072,
|
|
|
11 |
"id2label": {
|
12 |
"0": "anger",
|
13 |
"1": "fear",
|
@@ -18,26 +24,30 @@
|
|
18 |
"6": "surprise"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
|
|
21 |
"label2id": {
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
},
|
30 |
-
"
|
|
|
31 |
"model_type": "distilbert",
|
32 |
"n_heads": 12,
|
33 |
"n_layers": 6,
|
34 |
-
"pad_token_id":
|
|
|
35 |
"problem_type": "single_label_classification",
|
36 |
"qa_dropout": 0.1,
|
37 |
"seq_classif_dropout": 0.2,
|
38 |
"sinusoidal_pos_embds": false,
|
39 |
-
"tie_weights_": true,
|
40 |
"torch_dtype": "float32",
|
41 |
"transformers_version": "4.39.3",
|
42 |
-
"
|
|
|
|
|
43 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "j-hartmann/emotion-english-distilroberta-base",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
8 |
+
"attention_probs_dropout_prob": 0.1,
|
9 |
+
"bos_token_id": 0,
|
10 |
"dim": 768,
|
11 |
"dropout": 0.1,
|
12 |
+
"eos_token_id": 2,
|
13 |
+
"gradient_checkpointing": false,
|
14 |
+
"hidden_act": "gelu",
|
15 |
"hidden_dim": 3072,
|
16 |
+
"hidden_dropout_prob": 0.1,
|
17 |
"id2label": {
|
18 |
"0": "anger",
|
19 |
"1": "fear",
|
|
|
24 |
"6": "surprise"
|
25 |
},
|
26 |
"initializer_range": 0.02,
|
27 |
+
"intermediate_size": 3072,
|
28 |
"label2id": {
|
29 |
+
"anger": 0,
|
30 |
+
"disgust": 1,
|
31 |
+
"fear": 2,
|
32 |
+
"joy": 3,
|
33 |
+
"neutral": 4,
|
34 |
+
"sadness": 5,
|
35 |
+
"surprise": 6
|
36 |
},
|
37 |
+
"layer_norm_eps": 1e-05,
|
38 |
+
"max_position_embeddings": 514,
|
39 |
"model_type": "distilbert",
|
40 |
"n_heads": 12,
|
41 |
"n_layers": 6,
|
42 |
+
"pad_token_id": 1,
|
43 |
+
"position_embedding_type": "absolute",
|
44 |
"problem_type": "single_label_classification",
|
45 |
"qa_dropout": 0.1,
|
46 |
"seq_classif_dropout": 0.2,
|
47 |
"sinusoidal_pos_embds": false,
|
|
|
48 |
"torch_dtype": "float32",
|
49 |
"transformers_version": "4.39.3",
|
50 |
+
"type_vocab_size": 1,
|
51 |
+
"use_cache": true,
|
52 |
+
"vocab_size": 50265
|
53 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8ec6041f1427aa963f47e0026c9aff60a8dc0506c46690688e6f37572994170
|
3 |
+
size 328504596
|
runs/Apr18_07-29-23_33c42034fa8a/events.out.tfevents.1713425376.33c42034fa8a.1297.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c8685e050584fd241ccb0d4b2bcdd662b95d5b9bfd948496e0ddfdce735ac9a
|
3 |
+
size 5120
|
runs/Apr18_07-34-46_33c42034fa8a/events.out.tfevents.1713425693.33c42034fa8a.1297.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e04735389d2774a7a1aa3d3fa7ffa81c30ce410bd5ff4004d5d26726fa104b06
|
3 |
+
size 5119
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a12608ab83b4720e4dc940f60380abaeaa966c415c52572dcf6767ad7ec9195
|
3 |
size 4920
|