End of training
Browse files- .gitignore +1 -0
- config.json +42 -0
- pytorch_model.bin +3 -0
- runs/Sep25_12-20-04_APPLEs-MacBook-Pro-3.local/1695637210.3150988/events.out.tfevents.1695637210.APPLEs-MacBook-Pro-3.local.43267.1 +3 -0
- runs/Sep25_12-20-04_APPLEs-MacBook-Pro-3.local/events.out.tfevents.1695637210.APPLEs-MacBook-Pro-3.local.43267.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "ahmedrachid/FinancialBERT-Sentiment-Analysis",
|
3 |
+
"adapters": {
|
4 |
+
"adapters": {},
|
5 |
+
"config_map": {},
|
6 |
+
"fusion_config_map": {},
|
7 |
+
"fusions": {}
|
8 |
+
},
|
9 |
+
"architectures": [
|
10 |
+
"BertForSequenceClassification"
|
11 |
+
],
|
12 |
+
"attention_probs_dropout_prob": 0.1,
|
13 |
+
"classifier_dropout": null,
|
14 |
+
"hidden_act": "gelu",
|
15 |
+
"hidden_dropout_prob": 0.1,
|
16 |
+
"hidden_size": 768,
|
17 |
+
"id2label": {
|
18 |
+
"0": "negative",
|
19 |
+
"1": "neutral",
|
20 |
+
"2": "positive"
|
21 |
+
},
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"intermediate_size": 3072,
|
24 |
+
"label2id": {
|
25 |
+
"negative": 0,
|
26 |
+
"neutral": 1,
|
27 |
+
"positive": 2
|
28 |
+
},
|
29 |
+
"layer_norm_eps": 1e-12,
|
30 |
+
"max_position_embeddings": 512,
|
31 |
+
"model_type": "bert",
|
32 |
+
"num_attention_heads": 12,
|
33 |
+
"num_hidden_layers": 12,
|
34 |
+
"pad_token_id": 0,
|
35 |
+
"position_embedding_type": "absolute",
|
36 |
+
"problem_type": "single_label_classification",
|
37 |
+
"torch_dtype": "float32",
|
38 |
+
"transformers_version": "4.26.1",
|
39 |
+
"type_vocab_size": 2,
|
40 |
+
"use_cache": true,
|
41 |
+
"vocab_size": 30873
|
42 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2451f0686a74324eaeb32dbf927151aa37a64d7fb261bc1b09c8b6f9926c9452
|
3 |
+
size 439086453
|
runs/Sep25_12-20-04_APPLEs-MacBook-Pro-3.local/1695637210.3150988/events.out.tfevents.1695637210.APPLEs-MacBook-Pro-3.local.43267.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:081fb93257f3a2aadff1db95f217c3b350cf2fc7de241cf4df9e6f32baa78bcd
|
3 |
+
size 5750
|
runs/Sep25_12-20-04_APPLEs-MacBook-Pro-3.local/events.out.tfevents.1695637210.APPLEs-MacBook-Pro-3.local.43267.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f419c2a5ab6b6a51974eeb9faa18f0c10a3aebe102a1c1c9a40e0a227f85c4ef
|
3 |
+
size 4600
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4ad0911629d3dd4556bb0ce4ff013e113349158b8cd70a559693db1a6066db0
|
3 |
+
size 3579
|