Buseak commited on
Commit
0e5384f
1 Parent(s): d0c15cb

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.2,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "PUNCT",
13
+ "1": "ADV",
14
+ "2": "NUM",
15
+ "3": "INTJ",
16
+ "4": "SCONJ",
17
+ "5": "CCONJ",
18
+ "6": "ADP",
19
+ "7": "ADJ",
20
+ "8": "PRON",
21
+ "9": "PROPN",
22
+ "10": "NOUN",
23
+ "11": "AUX",
24
+ "12": "X",
25
+ "13": "DET",
26
+ "14": "VERB"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "label2id": {
31
+ "ADJ": 7,
32
+ "ADP": 6,
33
+ "ADV": 1,
34
+ "AUX": 11,
35
+ "CCONJ": 5,
36
+ "DET": 13,
37
+ "INTJ": 3,
38
+ "NOUN": 10,
39
+ "NUM": 2,
40
+ "PRON": 8,
41
+ "PROPN": 9,
42
+ "PUNCT": 0,
43
+ "SCONJ": 4,
44
+ "VERB": 14,
45
+ "X": 12
46
+ },
47
+ "layer_norm_eps": 1e-12,
48
+ "max_position_embeddings": 512,
49
+ "model_type": "bert",
50
+ "num_attention_heads": 12,
51
+ "num_hidden_layers": 12,
52
+ "pad_token_id": 0,
53
+ "position_embedding_type": "absolute",
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.26.1",
56
+ "type_vocab_size": 2,
57
+ "use_cache": true,
58
+ "vocab_size": 32000
59
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d71dfdadb6db5671b0d31639f29865d8f567856c747d7aa8ef7a84743d6815c
3
+ size 440225325
runs/Mar02_19-55-16_2df227f1ff22/1677786924.4424837/events.out.tfevents.1677786924.2df227f1ff22.2237.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3405dae015174480eb79087e328dec753f1218f17266c9afdacffc640ae3fb7e
3
+ size 5676
runs/Mar02_19-55-16_2df227f1ff22/events.out.tfevents.1677786924.2df227f1ff22.2237.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82c0fb7f64e9d7f868e426bc62c1716686d27c1d920dfd2a905fc76117927dc9
3
+ size 4738
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:3cf0cf239317bf9ddd8e1ca614c1caa711c4ba7a73e69e6f5e7d728fddc40948
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff