maciejskorski commited on
Commit
b1f273b
·
verified ·
1 Parent(s): 1e4d1e0

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "dbmdz/distilbert-base-german-europeana-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
@@ -23,12 +23,13 @@
23
  "model_type": "distilbert",
24
  "n_heads": 12,
25
  "n_layers": 6,
 
26
  "pad_token_id": 0,
27
  "qa_dropout": 0.1,
28
  "seq_classif_dropout": 0.2,
29
- "sinusoidal_pos_embds": true,
30
  "tie_weights_": true,
31
  "torch_dtype": "float32",
32
  "transformers_version": "4.49.0",
33
- "vocab_size": 32000
34
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
 
23
  "model_type": "distilbert",
24
  "n_heads": 12,
25
  "n_layers": 6,
26
+ "output_past": true,
27
  "pad_token_id": 0,
28
  "qa_dropout": 0.1,
29
  "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": false,
31
  "tie_weights_": true,
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.49.0",
34
+ "vocab_size": 119547
35
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3865032da3cd60b87ea1c59bdce986efe321f19e55dbfc9bf9129e0a63ef5705
3
- size 270013508
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f023ca5cb40c7efbfa470dab19f60fcc7a550c444589513e695d7350de8d71
3
+ size 538957900
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -8,7 +8,7 @@
8
  "single_word": false,
9
  "special": true
10
  },
11
- "1": {
12
  "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
@@ -16,7 +16,7 @@
16
  "single_word": false,
17
  "special": true
18
  },
19
- "2": {
20
  "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
@@ -24,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "3": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
@@ -32,7 +32,7 @@
32
  "single_word": false,
33
  "special": true
34
  },
35
- "4": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
@@ -41,18 +41,15 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_basic_tokenize": true,
47
  "do_lower_case": false,
48
  "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
50
- "max_len": 512,
51
  "model_max_length": 512,
52
- "never_split": null,
53
  "pad_token": "[PAD]",
54
  "sep_token": "[SEP]",
55
- "strip_accents": false,
56
  "tokenize_chinese_chars": true,
57
  "tokenizer_class": "DistilBertTokenizer",
58
  "unk_token": "[UNK]"
 
8
  "single_word": false,
9
  "special": true
10
  },
11
+ "100": {
12
  "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
 
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "101": {
20
  "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "102": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
 
32
  "single_word": false,
33
  "special": true
34
  },
35
+ "103": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
 
46
  "do_lower_case": false,
47
  "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
 
49
  "model_max_length": 512,
 
50
  "pad_token": "[PAD]",
51
  "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
  "tokenizer_class": "DistilBertTokenizer",
55
  "unk_token": "[UNK]"
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c101b122c1065d5c4848910c31f38bcb1f8d8eb7f4a0d98c8c57d08d45dddac
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec21aa80f447bdc48ce063a59fc0c71ad6a5ac58c4895623fd031cb90394fec
3
  size 5304
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff