Buseak commited on
Commit
67a8ddb
·
1 Parent(s): 88feb33

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "INTJ",
13
+ "1": "PART",
14
+ "2": "VERB",
15
+ "3": "ADP",
16
+ "4": "ADJ",
17
+ "5": "X",
18
+ "6": "PUNCT",
19
+ "7": "NOUN",
20
+ "8": "NUM",
21
+ "9": "ADV",
22
+ "10": "CCONJ",
23
+ "11": "SCONJ",
24
+ "12": "DET",
25
+ "13": "AUX",
26
+ "14": "PRON",
27
+ "15": "PROPN"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "ADJ": 4,
33
+ "ADP": 3,
34
+ "ADV": 9,
35
+ "AUX": 13,
36
+ "CCONJ": 10,
37
+ "DET": 12,
38
+ "INTJ": 0,
39
+ "NOUN": 7,
40
+ "NUM": 8,
41
+ "PART": 1,
42
+ "PRON": 14,
43
+ "PROPN": 15,
44
+ "PUNCT": 6,
45
+ "SCONJ": 11,
46
+ "VERB": 2,
47
+ "X": 5
48
+ },
49
+ "layer_norm_eps": 1e-12,
50
+ "max_position_embeddings": 512,
51
+ "model_type": "bert",
52
+ "num_attention_heads": 12,
53
+ "num_hidden_layers": 12,
54
+ "pad_token_id": 0,
55
+ "position_embedding_type": "absolute",
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.25.1",
58
+ "type_vocab_size": 2,
59
+ "use_cache": true,
60
+ "vocab_size": 32000
61
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83021b4fbbbcac584b37c77b9fe675bc387c69e00c3a03de84bae23f7400305a
3
+ size 440228397
runs/Jan22_18-14-34_38e9b8505125/1674411286.5077026/events.out.tfevents.1674411286.38e9b8505125.2163.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d62580761d7f1a8e20fdf5786535ad5fa375d36e7f8dac7a40595a38c79dd62
3
+ size 5542
runs/Jan22_18-14-34_38e9b8505125/events.out.tfevents.1674411286.38e9b8505125.2163.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b34aec24d09c93167077514d08503b0667a45d15fc0407ae66f057ba1bafa856
3
+ size 4710
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:8dcf2d1b1af65c1089f985d656c4f2a07777c3b67ede3e2a1d347f65364e4200
3
+ size 3451
vocab.txt ADDED
The diff for this file is too large to render. See raw diff