pnr-svc commited on
Commit
935a4ae
·
1 Parent(s): aaa40a4

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dbmdz/bert-base-turkish-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-DepositProduct",
14
+ "10": "I-ServiceClosest",
15
+ "11": "B-Location",
16
+ "12": "I-Location",
17
+ "13": "B-ServiceNumber",
18
+ "14": "I-ServiceNumber",
19
+ "15": "B-Brand",
20
+ "16": "I-Brand",
21
+ "17": "B-Campaign",
22
+ "18": "I-Campaign",
23
+ "19": "B-ProductSelector",
24
+ "2": "I-DepositProduct",
25
+ "20": "I-ProductSelector",
26
+ "21": "B-SpecialCampaign",
27
+ "22": "I-SpecialCampaign",
28
+ "3": "B-Product",
29
+ "4": "I-Product",
30
+ "5": "B-ProductProblemInfo",
31
+ "6": "I-ProductProblemInfo",
32
+ "7": "B-ServiceInformation",
33
+ "8": "I-ServiceInformation",
34
+ "9": "B-ServiceClosest"
35
+ },
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 3072,
38
+ "label2id": {
39
+ "B-Brand": "15",
40
+ "B-Campaign": "17",
41
+ "B-DepositProduct": "1",
42
+ "B-Location": "11",
43
+ "B-Product": "3",
44
+ "B-ProductProblemInfo": "5",
45
+ "B-ProductSelector": "19",
46
+ "B-ServiceClosest": "9",
47
+ "B-ServiceInformation": "7",
48
+ "B-ServiceNumber": "13",
49
+ "B-SpecialCampaign": "21",
50
+ "I-Brand": "16",
51
+ "I-Campaign": "18",
52
+ "I-DepositProduct": "2",
53
+ "I-Location": "12",
54
+ "I-Product": "4",
55
+ "I-ProductProblemInfo": "6",
56
+ "I-ProductSelector": "20",
57
+ "I-ServiceClosest": "10",
58
+ "I-ServiceInformation": "8",
59
+ "I-ServiceNumber": "14",
60
+ "I-SpecialCampaign": "22",
61
+ "O": "0"
62
+ },
63
+ "layer_norm_eps": 1e-12,
64
+ "max_position_embeddings": 512,
65
+ "model_type": "bert",
66
+ "num_attention_heads": 12,
67
+ "num_hidden_layers": 12,
68
+ "pad_token_id": 0,
69
+ "position_embedding_type": "absolute",
70
+ "torch_dtype": "float32",
71
+ "transformers_version": "4.22.1",
72
+ "type_vocab_size": 2,
73
+ "use_cache": true,
74
+ "vocab_size": 32000
75
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15a8b509d8df7446a8a6940dce4e175ae2145cc1e3c410739d8b6b8a9c05eb9e
3
+ size 440248177
runs/Sep17_08-06-49_297b0d9b2438/1663402028.7839847/events.out.tfevents.1663402028.297b0d9b2438.71.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9122d183407952131bf3b8b1d792bfe36efa48cbe8fea91c2169896be08e157b
3
+ size 5501
runs/Sep17_08-06-49_297b0d9b2438/events.out.tfevents.1663402028.297b0d9b2438.71.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7076fc6c04c2acf9339f703135658e0c1cf6aaa49dc25c4b888aad603d0e7a83
3
+ size 5548
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,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": false,
5
+ "mask_token": "[MASK]",
6
+ "max_len": 512,
7
+ "name_or_path": "dbmdz/bert-base-turkish-cased",
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "special_tokens_map_file": null,
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "BertTokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b67a2d0704b74b950945ca328367bb780f21840b0c45f6c6465e6edbc05781b0
3
+ size 3375
vocab.txt ADDED
The diff for this file is too large to render. See raw diff