Kalamazooter commited on
Commit
20af765
1 Parent(s): 3edc57f

Upload 10 files

Browse files
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "GroNLP/bert-base-dutch-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "finetuning_task": "text-classification",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "Correct",
15
+ "1": "Error",
16
+ "2": "Refusal"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "0": 0,
22
+ "1": 1,
23
+ "2": 2
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 512,
27
+ "model_type": "bert",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 3,
31
+ "position_embedding_type": "absolute",
32
+ "problem_type": "single_label_classification",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.37.0.dev0",
35
+ "type_vocab_size": 2,
36
+ "use_cache": true,
37
+ "vocab_size": 30073
38
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:539d9be7ff13eb661213507c1519ef2c0c7ed6f001b1e29a68660eac920591a9
3
+ size 436582388
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:357ad969e14875510e0a9493590cfa2f0468773ddd2ce488836d5ba316671b76
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4b6e1e801eb3158553f7dd79ef7d4261080d95c73b0d13b778df8871101431e
3
+ size 1064
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,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[UNK]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[PAD]",
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
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": false,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
trainer_state.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 32.608695652173914,
5
+ "eval_steps": 500,
6
+ "global_step": 4500,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 3.62,
13
+ "learning_rate": 1.3459627329192546e-05,
14
+ "loss": 0.1006,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 7.25,
19
+ "learning_rate": 1.1906832298136646e-05,
20
+ "loss": 0.012,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 10.87,
25
+ "learning_rate": 1.0354037267080746e-05,
26
+ "loss": 0.0043,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 14.49,
31
+ "learning_rate": 8.801242236024846e-06,
32
+ "loss": 0.001,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 18.12,
37
+ "learning_rate": 7.248447204968944e-06,
38
+ "loss": 0.0001,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 21.74,
43
+ "learning_rate": 5.6956521739130435e-06,
44
+ "loss": 0.0001,
45
+ "step": 3000
46
+ },
47
+ {
48
+ "epoch": 25.36,
49
+ "learning_rate": 4.1428571428571435e-06,
50
+ "loss": 0.0,
51
+ "step": 3500
52
+ },
53
+ {
54
+ "epoch": 28.99,
55
+ "learning_rate": 2.5900621118012422e-06,
56
+ "loss": 0.0,
57
+ "step": 4000
58
+ },
59
+ {
60
+ "epoch": 32.61,
61
+ "learning_rate": 1.0372670807453418e-06,
62
+ "loss": 0.0,
63
+ "step": 4500
64
+ }
65
+ ],
66
+ "logging_steps": 500,
67
+ "max_steps": 4830,
68
+ "num_input_tokens_seen": 0,
69
+ "num_train_epochs": 35,
70
+ "save_steps": 500,
71
+ "total_flos": 1.883471089464115e+16,
72
+ "train_batch_size": 16,
73
+ "trial_name": null,
74
+ "trial_params": null
75
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef91728303e7ea98c841df02154e47949dc8d89bf7a29a1329da71198c3b4d3d
3
+ size 4664
vocab.txt ADDED
The diff for this file is too large to render. See raw diff