rizvi-rahil786
commited on
Commit
•
6aada63
1
Parent(s):
1d4e99c
Training in progress, epoch 1
Browse files- config.json +51 -0
- logs/events.out.tfevents.1710425112.b29f3f9556c9.1822.1 +3 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bhadresh-savani/electra-base-emotion",
|
3 |
+
"architectures": [
|
4 |
+
"ElectraForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"embedding_size": 768,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 256,
|
12 |
+
"id2label": {
|
13 |
+
"0": "AffectedPopulation",
|
14 |
+
"1": "Early_Warning",
|
15 |
+
"2": "Emergency_Excercises",
|
16 |
+
"3": "Emotional_Distress",
|
17 |
+
"4": "Humanitarian_Event",
|
18 |
+
"5": "Impact",
|
19 |
+
"6": "Infrastructure_Damage",
|
20 |
+
"7": "Irrelevant",
|
21 |
+
"8": "Volunteer_Support",
|
22 |
+
"9": "prayer"
|
23 |
+
},
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 1024,
|
26 |
+
"label2id": {
|
27 |
+
"anger": 3,
|
28 |
+
"fear": 4,
|
29 |
+
"joy": 1,
|
30 |
+
"love": 2,
|
31 |
+
"sadness": 0,
|
32 |
+
"surprise": 5
|
33 |
+
},
|
34 |
+
"layer_norm_eps": 1e-12,
|
35 |
+
"max_position_embeddings": 512,
|
36 |
+
"model_type": "electra",
|
37 |
+
"num_attention_heads": 4,
|
38 |
+
"num_hidden_layers": 12,
|
39 |
+
"pad_token_id": 0,
|
40 |
+
"position_embedding_type": "absolute",
|
41 |
+
"problem_type": "single_label_classification",
|
42 |
+
"summary_activation": "gelu",
|
43 |
+
"summary_last_dropout": 0.1,
|
44 |
+
"summary_type": "first",
|
45 |
+
"summary_use_proj": true,
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.38.2",
|
48 |
+
"type_vocab_size": 2,
|
49 |
+
"use_cache": true,
|
50 |
+
"vocab_size": 30522
|
51 |
+
}
|
logs/events.out.tfevents.1710425112.b29f3f9556c9.1822.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d791c83386713ee016893585f2179d1d12b28b0bc6cd7645a800e80a8e0398a9
|
3 |
+
size 69014
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5b82641471014e8ec97ac0fc4655a5af0a01450728a46872c1c226d04e461e7
|
3 |
+
size 134342416
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3b008d1779e93231826ff1da37bf06c23a2e937a02c675a6e14c4938513f130
|
3 |
+
size 4984
|