mor40 commited on
Commit
7017681
·
1 Parent(s): f204994

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "[CLS]": 2,
3
+ "[MASK]": 4,
4
+ "[PAD]": 0,
5
+ "[SEP]": 3,
6
+ "[UNK]": 1
7
+ }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "mor40/BulBERT-chitanka-model",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
@@ -44,7 +44,7 @@
44
  "pad_token_id": 0,
45
  "position_embedding_type": "absolute",
46
  "torch_dtype": "float32",
47
- "transformers_version": "4.33.2",
48
  "type_vocab_size": 2,
49
  "use_cache": true,
50
  "vocab_size": 50265
 
1
  {
2
+ "_name_or_path": "mor40/BulBERT-ner-bsnlp",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
44
  "pad_token_id": 0,
45
  "position_embedding_type": "absolute",
46
  "torch_dtype": "float32",
47
+ "transformers_version": "4.34.0",
48
  "type_vocab_size": 2,
49
  "use_cache": true,
50
  "vocab_size": 50265
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0383f2e05f287f4422929606085404b7e9d436cb8ab77b3b2e14dce31ee022a9
3
  size 326176745
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4af337cdbb8a43a244cf7dae1cb5d002a65381a4ed24b911fa9fce675320968
3
  size 326176745
tokenizer_config.json CHANGED
@@ -1,13 +1,60 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
 
6
  "model_max_length": 512,
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
 
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
  "tokenizer_class": "BertTokenizer",
 
 
12
  "unk_token": "[UNK]"
13
  }
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "additional_special_tokens": [],
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
+ "max_length": 512,
50
  "model_max_length": 512,
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
53
+ "stride": 0,
54
  "strip_accents": null,
55
  "tokenize_chinese_chars": true,
56
  "tokenizer_class": "BertTokenizer",
57
+ "truncation_side": "right",
58
+ "truncation_strategy": "longest_first",
59
  "unk_token": "[UNK]"
60
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0adf010e53280ae84a0e74913b1645ed874c5c5a26453e800ff653845b90a1f
3
- size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:500b8e8582c6faabdbf0025e5a88bf388b8159567f9ae5788871babdf215cdae
3
+ size 4091