yanekyuk commited on
Commit
ad70630
1 Parent(s): 7210480

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dbmdz/convbert-base-turkish-cased",
3
+ "architectures": [
4
+ "ConvBertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "conv_kernel_size": 9,
10
+ "embedding_size": 768,
11
+ "eos_token_id": 2,
12
+ "head_ratio": 2,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "O",
18
+ "1": "B-KEY",
19
+ "2": "I-KEY"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "B-KEY": 1,
25
+ "I-KEY": 2,
26
+ "O": 0
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "max_position_embeddings": 512,
30
+ "model_type": "convbert",
31
+ "num_attention_heads": 12,
32
+ "num_groups": 1,
33
+ "num_hidden_layers": 12,
34
+ "pad_token_id": 0,
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.19.2",
37
+ "type_vocab_size": 2,
38
+ "vocab_size": 32000
39
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0db08c7281acbca08ac617357156313ef2db21d3dca299ed44229574b25ce528
3
+ size 427372809
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": false, "max_len": 512, "special_tokens_map_file": null, "name_or_path": "dbmdz/convbert-base-turkish-cased", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "ConvBertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f84734a5e869f6b3ae4fc184ad4cda7e1db188ee74d716a67da10450012da650
3
+ size 3247
vocab.txt ADDED
The diff for this file is too large to render. See raw diff