kieltraining commited on
Commit
ae9d9e5
·
verified ·
1 Parent(s): 93bcf75

Upload folder using huggingface_hub

Browse files
checkpoint-57/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-german-cased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6",
19
+ "7": "LABEL_7"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "label2id": {
23
+ "LABEL_0": 0,
24
+ "LABEL_1": 1,
25
+ "LABEL_2": 2,
26
+ "LABEL_3": 3,
27
+ "LABEL_4": 4,
28
+ "LABEL_5": 5,
29
+ "LABEL_6": 6,
30
+ "LABEL_7": 7
31
+ },
32
+ "max_position_embeddings": 512,
33
+ "model_type": "distilbert",
34
+ "n_heads": 12,
35
+ "n_layers": 6,
36
+ "output_past": true,
37
+ "pad_token_id": 0,
38
+ "problem_type": "multi_label_classification",
39
+ "qa_dropout": 0.1,
40
+ "seq_classif_dropout": 0.2,
41
+ "sinusoidal_pos_embds": true,
42
+ "tie_weights_": true,
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.46.2",
45
+ "vocab_size": 31102
46
+ }
checkpoint-57/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0490ea791eee709cfa90580edf9401e3b5d91daf9d3f331b500d2c2ca76908dc
3
+ size 269632784
checkpoint-57/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98b2a2a39c92f9081439e7373f24d16737f9186a34c00a2d8ca4352bda5ca267
3
+ size 539324794
checkpoint-57/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:452ae5df6d94929c32f06495ab2a616b0235e158367af78a3ba7ec832c976be8
3
+ size 13990
checkpoint-57/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfea2d0623d4619f5b721436255537bdae081135d448923b1da0c0ffb756523d
3
+ size 1064
checkpoint-57/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
+ }
checkpoint-57/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-57/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "101": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "102": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "103": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "104": {
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
checkpoint-57/trainer_state.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6608869433403015,
3
+ "best_model_checkpoint": "./results/checkpoint-57",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 57,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.17543859649122806,
13
+ "grad_norm": 2.8433685302734375,
14
+ "learning_rate": 3.75e-07,
15
+ "loss": 0.6995,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.3508771929824561,
20
+ "grad_norm": 2.7660646438598633,
21
+ "learning_rate": 7.5e-07,
22
+ "loss": 0.6938,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.5263157894736842,
27
+ "grad_norm": 2.792910575866699,
28
+ "learning_rate": 1.125e-06,
29
+ "loss": 0.6891,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.7017543859649122,
34
+ "grad_norm": 2.688732862472534,
35
+ "learning_rate": 1.5e-06,
36
+ "loss": 0.6842,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.8771929824561403,
41
+ "grad_norm": 2.6673007011413574,
42
+ "learning_rate": 1.875e-06,
43
+ "loss": 0.675,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "eval_accuracy": 0.5925110132158591,
49
+ "eval_f1": 0.6588560018792577,
50
+ "eval_loss": 0.6608869433403015,
51
+ "eval_precision": 0.7633276311730559,
52
+ "eval_recall": 0.5925110132158591,
53
+ "eval_runtime": 13.8722,
54
+ "eval_samples_per_second": 16.364,
55
+ "eval_steps_per_second": 2.091,
56
+ "step": 57
57
+ }
58
+ ],
59
+ "logging_steps": 10,
60
+ "max_steps": 57,
61
+ "num_input_tokens_seen": 0,
62
+ "num_train_epochs": 1,
63
+ "save_steps": 500,
64
+ "stateful_callbacks": {
65
+ "TrainerControl": {
66
+ "args": {
67
+ "should_epoch_stop": false,
68
+ "should_evaluate": false,
69
+ "should_log": false,
70
+ "should_save": true,
71
+ "should_training_stop": true
72
+ },
73
+ "attributes": {}
74
+ }
75
+ },
76
+ "total_flos": 6798478213728.0,
77
+ "train_batch_size": 8,
78
+ "trial_name": null,
79
+ "trial_params": null
80
+ }
checkpoint-57/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12d841b30f5915d5690546072525d97ca366b4eb12ce029837897a67cc875177
3
+ size 5304
checkpoint-57/vocab.txt ADDED
The diff for this file is too large to render. See raw diff