sgonzalezsilot commited on
Commit
031248a
1 Parent(s): b9be331

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "finiteautomata/beto-emotion-analysis",
3
+ "architectures": [
4
+ "BertForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "others",
14
+ "1": "joy",
15
+ "2": "sadness",
16
+ "3": "anger",
17
+ "4": "surprise",
18
+ "5": "disgust",
19
+ "6": "fear"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "anger": 3,
25
+ "disgust": 5,
26
+ "fear": 6,
27
+ "joy": 1,
28
+ "others": 0,
29
+ "sadness": 2,
30
+ "surprise": 4
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "max_position_embeddings": 512,
34
+ "model_type": "bert",
35
+ "num_attention_heads": 12,
36
+ "num_hidden_layers": 12,
37
+ "output_past": true,
38
+ "pad_token_id": 1,
39
+ "position_embedding_type": "absolute",
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.29.1",
42
+ "type_vocab_size": 2,
43
+ "use_cache": true,
44
+ "vocab_size": 31006
45
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e75ef3524d313da6bd98760cfef8e903ac5c01ccb22b1b7ab9a4df13e48e83f
3
+ size 439619385
runs/May14_09-50-49_36b6b7dc2bc9/1684057927.9628842/events.out.tfevents.1684057927.36b6b7dc2bc9.3565.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d352a9a8df8fb1964aa655e9a02d1a619244416cde5471ef7d1667fa379c2480
3
+ size 6075
runs/May14_09-50-49_36b6b7dc2bc9/events.out.tfevents.1684057927.36b6b7dc2bc9.3565.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00555b5d48dfb5576b92e7799f1d75d95db30c7edfc08050512247031ac9725e
3
+ size 4887
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03d624cc8a10893c3403104f08295e11f0dd46337572e0c888ba5ddafc66640e
3
+ size 4091