Buseak commited on
Commit
021ae2d
1 Parent(s): fc50385

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.26.0",
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:168a2ebec3feca375d01a6c50c67ba2c39c9af70a7b65ecc0d6752e9b683a693
3
+ size 440228397
runs/Feb05_19-50-27_b36d84716287/1675626635.1001205/events.out.tfevents.1675626635.b36d84716287.1673.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0159e6661abfd3c8393fdcecabb8c951f8ab519815d0d0eec52513fa4dc99ca4
3
+ size 5733
runs/Feb05_19-50-27_b36d84716287/events.out.tfevents.1675626635.b36d84716287.1673.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ddd91076d05071df536cfacc357ce8c68c655f7c99d8d4241bc6be161d1abb5
3
+ size 4829
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:a37f88a98f66496a71291328142749f9955692f9eb4f52cf2a34627b4e683bde
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff