leandroaraujodev
commited on
Commit
•
a659dd0
1
Parent(s):
ea28608
Training in progress, epoch 1
Browse files- config.json +9 -11
- model.safetensors +2 -2
- runs/Jul31_01-29-08_51b6318294f0/events.out.tfevents.1722389349.51b6318294f0.205.0 +3 -0
- runs/Jul31_01-53-38_51b6318294f0/events.out.tfevents.1722390818.51b6318294f0.205.1 +3 -0
- runs/Jul31_01-54-14_51b6318294f0/events.out.tfevents.1722390855.51b6318294f0.205.2 +3 -0
- runs/Jul31_01-56-05_51b6318294f0/events.out.tfevents.1722390965.51b6318294f0.205.3 +3 -0
- special_tokens_map.json +5 -13
- tokenizer.json +2 -2
- tokenizer_config.json +21 -18
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
-
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
-
"
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
@@ -22,18 +21,17 @@
|
|
22 |
"NEUTRO": 0,
|
23 |
"POSITIVO": 1
|
24 |
},
|
25 |
-
"layer_norm_eps": 1e-
|
26 |
-
"max_position_embeddings":
|
27 |
-
"model_type": "
|
28 |
"num_attention_heads": 12,
|
29 |
"num_hidden_layers": 12,
|
30 |
-
"
|
31 |
-
"pad_token_id": 1,
|
32 |
"position_embedding_type": "absolute",
|
33 |
"problem_type": "multi_label_classification",
|
34 |
"torch_dtype": "float32",
|
35 |
"transformers_version": "4.42.4",
|
36 |
-
"type_vocab_size":
|
37 |
"use_cache": true,
|
38 |
-
"vocab_size":
|
39 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "ProsusAI/finbert",
|
3 |
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
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,
|
|
|
21 |
"NEUTRO": 0,
|
22 |
"POSITIVO": 1
|
23 |
},
|
24 |
+
"layer_norm_eps": 1e-12,
|
25 |
+
"max_position_embeddings": 512,
|
26 |
+
"model_type": "bert",
|
27 |
"num_attention_heads": 12,
|
28 |
"num_hidden_layers": 12,
|
29 |
+
"pad_token_id": 0,
|
|
|
30 |
"position_embedding_type": "absolute",
|
31 |
"problem_type": "multi_label_classification",
|
32 |
"torch_dtype": "float32",
|
33 |
"transformers_version": "4.42.4",
|
34 |
+
"type_vocab_size": 2,
|
35 |
"use_cache": true,
|
36 |
+
"vocab_size": 30522
|
37 |
}
|
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:fdcc9a78557345577c2d30fa1426ea789ab5522d85737e2e2e6fd3ca8a1c920d
|
3 |
+
size 437961724
|
runs/Jul31_01-29-08_51b6318294f0/events.out.tfevents.1722389349.51b6318294f0.205.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9934c330883fb840b6fd16bb742e30a1c7089b10071601b995ea78f79ff470e0
|
3 |
+
size 4995
|
runs/Jul31_01-53-38_51b6318294f0/events.out.tfevents.1722390818.51b6318294f0.205.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a725e51a3ceca8417d5aac3f3e608c687256d0606fa05ff9f16ab27261ff91e
|
3 |
+
size 5043
|
runs/Jul31_01-54-14_51b6318294f0/events.out.tfevents.1722390855.51b6318294f0.205.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12420d7338c23719dba84775ca9bfacf2bb8b64d7428fdbd0b5deb9ccf595a4f
|
3 |
+
size 5043
|
runs/Jul31_01-56-05_51b6318294f0/events.out.tfevents.1722390965.51b6318294f0.205.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c470b8c39be23ee21a4f49a28df1960986ce70bf5335de86f5d6a94284ee0fd3
|
3 |
+
size 5360
|
special_tokens_map.json
CHANGED
@@ -1,15 +1,7 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
6 |
-
|
7 |
-
"lstrip": true,
|
8 |
-
"normalized": false,
|
9 |
-
"rstrip": false,
|
10 |
-
"single_word": false
|
11 |
-
},
|
12 |
-
"pad_token": "<pad>",
|
13 |
-
"sep_token": "</s>",
|
14 |
-
"unk_token": "<unk>"
|
15 |
}
|
|
|
1 |
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
}
|
tokenizer.json
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:91f1def9b9391fdabe028cd3f3fcc4efd34e5d1f08c3bf2de513ebb5911a1854
|
3 |
+
size 711649
|
tokenizer_config.json
CHANGED
@@ -1,54 +1,57 @@
|
|
1 |
{
|
2 |
"added_tokens_decoder": {
|
3 |
"0": {
|
4 |
-
"content": "
|
5 |
"lstrip": false,
|
6 |
"normalized": false,
|
7 |
"rstrip": false,
|
8 |
"single_word": false,
|
9 |
"special": true
|
10 |
},
|
11 |
-
"
|
12 |
-
"content": "
|
13 |
"lstrip": false,
|
14 |
"normalized": false,
|
15 |
"rstrip": false,
|
16 |
"single_word": false,
|
17 |
"special": true
|
18 |
},
|
19 |
-
"
|
20 |
-
"content": "
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
23 |
"rstrip": false,
|
24 |
"single_word": false,
|
25 |
"special": true
|
26 |
},
|
27 |
-
"
|
28 |
-
"content": "
|
29 |
"lstrip": false,
|
30 |
"normalized": false,
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
"special": true
|
34 |
},
|
35 |
-
"
|
36 |
-
"content": "
|
37 |
-
"lstrip":
|
38 |
"normalized": false,
|
39 |
"rstrip": false,
|
40 |
"single_word": false,
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
-
"bos_token": "<s>",
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
-
"cls_token": "
|
47 |
-
"
|
48 |
-
"
|
|
|
49 |
"model_max_length": 512,
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
-
"
|
|
|
|
|
|
|
54 |
}
|
|
|
1 |
{
|
2 |
"added_tokens_decoder": {
|
3 |
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
"lstrip": false,
|
6 |
"normalized": false,
|
7 |
"rstrip": false,
|
8 |
"single_word": false,
|
9 |
"special": true
|
10 |
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
"lstrip": false,
|
14 |
"normalized": false,
|
15 |
"rstrip": false,
|
16 |
"single_word": false,
|
17 |
"special": true
|
18 |
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
23 |
"rstrip": false,
|
24 |
"single_word": false,
|
25 |
"special": true
|
26 |
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
"lstrip": false,
|
30 |
"normalized": false,
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
"special": true
|
34 |
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
"normalized": false,
|
39 |
"rstrip": false,
|
40 |
"single_word": false,
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
|
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_basic_tokenize": true,
|
47 |
+
"do_lower_case": true,
|
48 |
+
"mask_token": "[MASK]",
|
49 |
"model_max_length": 512,
|
50 |
+
"never_split": null,
|
51 |
+
"pad_token": "[PAD]",
|
52 |
+
"sep_token": "[SEP]",
|
53 |
+
"strip_accents": null,
|
54 |
+
"tokenize_chinese_chars": true,
|
55 |
+
"tokenizer_class": "BertTokenizer",
|
56 |
+
"unk_token": "[UNK]"
|
57 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d75da6edce6da45b97886d6a527044eba7985a54fef4c3433a273f2a27d64ae8
|
3 |
size 5112
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|