kSaluja commited on
Commit
50dab2a
·
1 Parent(s): 87aa057

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
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": "B-BUYPRICE",
14
+ "1": "B-CALLTYPE",
15
+ "10": "I-INSTRUMENT",
16
+ "11": "I-STOPLOSS",
17
+ "12": "I-SUGGESTIONTYPE",
18
+ "13": "I-TARGET",
19
+ "14": "O",
20
+ "2": "B-HOLDINGPERIOD",
21
+ "3": "B-INSTRUMENT",
22
+ "4": "B-STOPLOSS",
23
+ "5": "B-SUGGESTIONTYPE",
24
+ "6": "B-TARGET",
25
+ "7": "I-BUYPRICE",
26
+ "8": "I-CALLTYPE",
27
+ "9": "I-HOLDINGPERIOD"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "B-BUYPRICE": "0",
33
+ "B-CALLTYPE": "1",
34
+ "B-HOLDINGPERIOD": "2",
35
+ "B-INSTRUMENT": "3",
36
+ "B-STOPLOSS": "4",
37
+ "B-SUGGESTIONTYPE": "5",
38
+ "B-TARGET": "6",
39
+ "I-BUYPRICE": "7",
40
+ "I-CALLTYPE": "8",
41
+ "I-HOLDINGPERIOD": "9",
42
+ "I-INSTRUMENT": "10",
43
+ "I-STOPLOSS": "11",
44
+ "I-SUGGESTIONTYPE": "12",
45
+ "I-TARGET": "13",
46
+ "O": "14"
47
+ },
48
+ "layer_norm_eps": 1e-12,
49
+ "max_position_embeddings": 512,
50
+ "model_type": "bert",
51
+ "num_attention_heads": 12,
52
+ "num_hidden_layers": 12,
53
+ "pad_token_id": 0,
54
+ "position_embedding_type": "absolute",
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.17.0",
57
+ "type_vocab_size": 2,
58
+ "use_cache": true,
59
+ "vocab_size": 28996
60
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35d71a3abbd4e0340c512e11eb1ec3c4436b190befa3f7214a782c66f91a59de
3
+ size 431009137
runs/Mar15_22-57-20_de0f707cbd33/1647385065.539357/events.out.tfevents.1647385065.de0f707cbd33.73.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d35c96cb2ba6bb8022812525fe5290cb7dd385630e3f3ddbdf0d7db7da37f068
3
+ size 4763
runs/Mar15_22-57-20_de0f707cbd33/events.out.tfevents.1647385065.de0f707cbd33.73.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6db6f0eacad732861aec2a60a7973240f4a1f19e77ac93edaf386786cf4826a7
3
+ size 4531
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-cased", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:041dca42c70e0ead40a1f05bac23170713d8eb453f96d93ba618afc44d6bb422
3
+ size 2991
vocab.txt ADDED
The diff for this file is too large to render. See raw diff