intanm commited on
Commit
878e4fe
1 Parent(s): 308345e

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "indobenchmark/indobert-base-p1",
3
+ "_num_labels": 5,
4
+ "architectures": [
5
+ "BertForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "directionality": "bidi",
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "Analyst Update",
15
+ "1": "Fed | Central Banks",
16
+ "2": "Company | Product News",
17
+ "3": "Treasuries | Corporate Debt",
18
+ "4": "Dividend",
19
+ "5": "Earnings",
20
+ "6": "Energy | Oil",
21
+ "7": "Financials",
22
+ "8": "Currencies",
23
+ "9": "General News | Opinion",
24
+ "10": "Gold | Metals | Materials",
25
+ "11": "IPO",
26
+ "12": "Legal | Regulation",
27
+ "13": "M&A | Investments",
28
+ "14": "Macro",
29
+ "15": "Markets",
30
+ "16": "Politics",
31
+ "17": "Personnel Change",
32
+ "18": "Stock Commentary",
33
+ "19": "Stock Movement"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 3072,
37
+ "label2id": {
38
+ "Analyst Update": 0,
39
+ "Company | Product News": 2,
40
+ "Currencies": 8,
41
+ "Dividend": 4,
42
+ "Earnings": 5,
43
+ "Energy | Oil": 6,
44
+ "Fed | Central Banks": 1,
45
+ "Financials": 7,
46
+ "General News | Opinion": 9,
47
+ "Gold | Metals | Materials": 10,
48
+ "IPO": 11,
49
+ "Legal | Regulation": 12,
50
+ "M&A | Investments": 13,
51
+ "Macro": 14,
52
+ "Markets": 15,
53
+ "Personnel Change": 17,
54
+ "Politics": 16,
55
+ "Stock Commentary": 18,
56
+ "Stock Movement": 19,
57
+ "Treasuries | Corporate Debt": 3
58
+ },
59
+ "layer_norm_eps": 1e-12,
60
+ "max_position_embeddings": 512,
61
+ "model_type": "bert",
62
+ "num_attention_heads": 12,
63
+ "num_hidden_layers": 12,
64
+ "output_past": true,
65
+ "pad_token_id": 0,
66
+ "pooler_fc_size": 768,
67
+ "pooler_num_attention_heads": 12,
68
+ "pooler_num_fc_layers": 3,
69
+ "pooler_size_per_head": 128,
70
+ "pooler_type": "first_token_transform",
71
+ "position_embedding_type": "absolute",
72
+ "problem_type": "single_label_classification",
73
+ "torch_dtype": "float32",
74
+ "transformers_version": "4.31.0",
75
+ "type_vocab_size": 2,
76
+ "use_cache": true,
77
+ "vocab_size": 50000
78
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ad44de8afe7181ea289d74481ba5bf5b281dcad445766f958f735a955a80834
3
+ size 497895281
runs/Jul30_10-55-08_8f05fc9e8812/events.out.tfevents.1690714520.8f05fc9e8812.4929.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8b9db11717e980ee6efe8b885b902e945ad4e3cb889f3b746ab8701e3721310
3
+ size 5725
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e371b6bf3cbca4a37d6bb6787d8607e2dbd969a63091bc63f59cdf46bdd963d1
3
+ size 4027
vocab.txt ADDED
The diff for this file is too large to render. See raw diff