Jeska commited on
Commit
7847d0c
1 Parent(s): 6e2e10e

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "GroNLP/bert-base-dutch-cased",
3
+ "architectures": [
4
+ "BertForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.3,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 3,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.13.0.dev0",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30073
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6af3ebc8ed7d2af048dd9a0fd74999b70d83f31d55b162e307467f35b04fde94
3
+ size 436760875
runs/Dec17_13-50-01_jbuhmann/1639749037.2741048/events.out.tfevents.1639749037.jbuhmann.27484.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5ed6320b0c12e8a28d5b147d1309d84659de6836a890408305026bf2a3b3274
3
+ size 4510
runs/Dec17_13-50-01_jbuhmann/events.out.tfevents.1639749037.jbuhmann.27484.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da845f4a3efd83847fcb7d4f31ac221f9014af0a14e6b231e02d4bac9e7c0769
3
+ size 3154
runs/Dec17_14-11-23_jbuhmann/1639750303.310475/events.out.tfevents.1639750303.jbuhmann.27895.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23f625ad6d138f3f857745cf31ea987d5aeba071e97bade03d18e99e3ce0379a
3
+ size 4510
runs/Dec17_14-11-23_jbuhmann/events.out.tfevents.1639750303.jbuhmann.27895.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bb24b790658ad2fc244f1e72faad373dd1f84605733792a04e589eba4b5d01c
3
+ size 3154
runs/Dec17_14-54-49_jbuhmann/1639752910.6756635/events.out.tfevents.1639752910.jbuhmann.28421.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c84514ca55883abd563d6ab9833bedb2cc0a4cdcaa0a82c4a4145f26336a00c
3
+ size 4510
runs/Dec17_14-54-49_jbuhmann/events.out.tfevents.1639752910.jbuhmann.28421.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0df47c16d3614242d107f221c8a1c2393ad1022f6d7bf7b0da67ea3bf534ba2c
3
+ size 3155
runs/Dec17_15-41-51_jbuhmann/1639755731.55735/events.out.tfevents.1639755731.jbuhmann.28634.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:265c77e9b6e4d804f84150ed9364b7e1e0a7088cb8d6ac0e174b5aa328847238
3
+ size 4510
runs/Dec17_15-41-51_jbuhmann/events.out.tfevents.1639755731.jbuhmann.28634.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c13745d5887d59ba6ddf26aa2812782926fc357b7d5f391343b49516382fb7f0
3
+ size 3925
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": null, "model_max_length": 512, "special_tokens_map_file": "/home/ubuntu/.cache/huggingface/transformers/adb82a117c09b0f8768357de8e836a9e0610730782f82edc49dd0020c48f1d03.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d", "name_or_path": "GroNLP/bert-base-dutch-cased", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4be502879fd86b40a39f5b8673e4a68589e3ce623c01591de6fc1cdb1e3ef14
3
+ size 2927
vocab.txt ADDED
The diff for this file is too large to render. See raw diff