Buseak commited on
Commit
470a7d1
·
1 Parent(s): 3bc555c

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "ANum",
13
+ "1": "Abr",
14
+ "2": "Adj",
15
+ "3": "Adverb",
16
+ "4": "Conj",
17
+ "5": "Demons",
18
+ "6": "Det",
19
+ "7": "Dup",
20
+ "8": "Interj",
21
+ "9": "NAdj",
22
+ "10": "NNum",
23
+ "11": "Neg",
24
+ "12": "Ness",
25
+ "13": "None",
26
+ "14": "Noun",
27
+ "15": "PCAbl",
28
+ "16": "PCAcc",
29
+ "17": "PCDat",
30
+ "18": "PCGen",
31
+ "19": "PCIns",
32
+ "20": "PCNom",
33
+ "21": "Pers",
34
+ "22": "Postp",
35
+ "23": "Prop",
36
+ "24": "Punc",
37
+ "25": "Quant",
38
+ "26": "Ques",
39
+ "27": "Reflex",
40
+ "28": "Rel",
41
+ "29": "Since",
42
+ "30": "Verb",
43
+ "31": "With",
44
+ "32": "Without",
45
+ "33": "Zero"
46
+ },
47
+ "initializer_range": 0.02,
48
+ "intermediate_size": 3072,
49
+ "label2id": {
50
+ "ANum": 0,
51
+ "Abr": 1,
52
+ "Adj": 2,
53
+ "Adverb": 3,
54
+ "Conj": 4,
55
+ "Demons": 5,
56
+ "Det": 6,
57
+ "Dup": 7,
58
+ "Interj": 8,
59
+ "NAdj": 9,
60
+ "NNum": 10,
61
+ "Neg": 11,
62
+ "Ness": 12,
63
+ "None": 13,
64
+ "Noun": 14,
65
+ "PCAbl": 15,
66
+ "PCAcc": 16,
67
+ "PCDat": 17,
68
+ "PCGen": 18,
69
+ "PCIns": 19,
70
+ "PCNom": 20,
71
+ "Pers": 21,
72
+ "Postp": 22,
73
+ "Prop": 23,
74
+ "Punc": 24,
75
+ "Quant": 25,
76
+ "Ques": 26,
77
+ "Reflex": 27,
78
+ "Rel": 28,
79
+ "Since": 29,
80
+ "Verb": 30,
81
+ "With": 31,
82
+ "Without": 32,
83
+ "Zero": 33
84
+ },
85
+ "layer_norm_eps": 1e-12,
86
+ "max_position_embeddings": 512,
87
+ "model_type": "bert",
88
+ "num_attention_heads": 12,
89
+ "num_hidden_layers": 12,
90
+ "pad_token_id": 0,
91
+ "position_embedding_type": "absolute",
92
+ "torch_dtype": "float32",
93
+ "transformers_version": "4.25.1",
94
+ "type_vocab_size": 2,
95
+ "use_cache": true,
96
+ "vocab_size": 32000
97
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:421e26747f47335e9579ccd7d25f21237e5dae4aeaf1e9456104e311fd5cf52d
3
+ size 440280941
runs/Dec16_07-24-23_d147f2f15f50/1671175470.536366/events.out.tfevents.1671175470.d147f2f15f50.68.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef2de966f840e935918dd27d9707b8c212d44aae4992f4f8c40cc439f682fb2b
3
+ size 5491
runs/Dec16_07-24-23_d147f2f15f50/events.out.tfevents.1671175470.d147f2f15f50.68.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ea1aedbd1dfe29a3cfe0dd4a9986cf9bbddc51e324dd4221e51c838e1c0a24d
3
+ size 4836
runs/Dec16_07-25-06_d147f2f15f50/1671175512.5737057/events.out.tfevents.1671175512.d147f2f15f50.68.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:114acff9acff68e8a2e5f8a6bfb8c3d20cdeff81fe121a70b123e8d8446a04b3
3
+ size 5491
runs/Dec16_07-25-06_d147f2f15f50/events.out.tfevents.1671175512.d147f2f15f50.68.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22b7372c0df4adfc7d7d3c4da7a3136cdf4b5a9b9a1f4f06b20fbca2c2f48380
3
+ size 5308
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,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": false,
5
+ "mask_token": "[MASK]",
6
+ "max_len": 512,
7
+ "model_max_length": 512,
8
+ "name_or_path": "dbmdz/bert-base-turkish-cased",
9
+ "never_split": null,
10
+ "pad_token": "[PAD]",
11
+ "sep_token": "[SEP]",
12
+ "special_tokens_map_file": null,
13
+ "strip_accents": null,
14
+ "tokenize_chinese_chars": true,
15
+ "tokenizer_class": "BertTokenizer",
16
+ "unk_token": "[UNK]"
17
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58a0b08a9f4aad960c5929673b01a791fefdb5a7fbc6e122ae53b69f1b62c3c2
3
+ size 3387
vocab.txt ADDED
The diff for this file is too large to render. See raw diff