mariav commited on
Commit
e9a56da
1 Parent(s): 04b35ef

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-german-cased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForMaskedLM"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "output_past": true,
17
+ "pad_token_id": 0,
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": true,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.26.1",
24
+ "vocab_size": 31102
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7087a5828266d1a63518b4530b5cc8a14c7b91ff3a62b3fb06f56a3e798cb3f8
3
+ size 269762097
runs/Mar13_12-46-34_edfbab2abb6b/events.out.tfevents.1678711619.edfbab2abb6b.237.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae385a15d9f049fb9227983baae1df39c1eb6a9c56be28cd6732b6dcb62e2739
3
+ size 249
runs/Mar13_12-48-05_edfbab2abb6b/events.out.tfevents.1678711698.edfbab2abb6b.237.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:240ec3bb1c6e6f4599f90e76c5ef0bb9223f74e780b1ba33ce241a98747818d3
3
+ size 249
runs/Mar13_12-48-38_edfbab2abb6b/1678711748.2189932/events.out.tfevents.1678711748.edfbab2abb6b.237.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b57d61a72735f0bbb0c00a35c56d875c0a4e13dffc055a579de6ba4220ac0359
3
+ size 5772
runs/Mar13_12-48-38_edfbab2abb6b/events.out.tfevents.1678711738.edfbab2abb6b.237.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea985e6bbe78371f34ae7df24a4b70582b73bbf9ab6ab1a8fc6ba53af00bc07d
3
+ size 5677
runs/Mar13_12-48-38_edfbab2abb6b/events.out.tfevents.1678712228.edfbab2abb6b.237.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa46fa629f0cb727426c4b0f20f2023bc1371de744d8c39eb8a5f3c54f159e70
3
+ size 311
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": false,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-german-cased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a69045e510eb7fedc81340a8e111dbe31efea9852b242f3cb7c02bf2aa17bf62
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff