cleanup
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .DS_Store +0 -0
- README.md +0 -3
- checkpoint-1000/config.json +0 -54
- checkpoint-1000/optimizer.pt +0 -3
- checkpoint-1000/pytorch_model.bin +0 -3
- checkpoint-1000/rng_state.pth +0 -3
- checkpoint-1000/scheduler.pt +0 -3
- checkpoint-1000/special_tokens_map.json +0 -1
- checkpoint-1000/tokenizer.json +0 -0
- checkpoint-1000/tokenizer_config.json +0 -1
- checkpoint-1000/trainer_state.json +0 -28
- checkpoint-1000/training_args.bin +0 -3
- checkpoint-1000/vocab.txt +0 -0
- checkpoint-1500/config.json +0 -54
- checkpoint-1500/optimizer.pt +0 -3
- checkpoint-1500/pytorch_model.bin +0 -3
- checkpoint-1500/rng_state.pth +0 -3
- checkpoint-1500/scheduler.pt +0 -3
- checkpoint-1500/special_tokens_map.json +0 -1
- checkpoint-1500/tokenizer.json +0 -0
- checkpoint-1500/tokenizer_config.json +0 -1
- checkpoint-1500/trainer_state.json +0 -34
- checkpoint-1500/training_args.bin +0 -3
- checkpoint-1500/vocab.txt +0 -0
- checkpoint-2000/config.json +0 -54
- checkpoint-2000/optimizer.pt +0 -3
- checkpoint-2000/pytorch_model.bin +0 -3
- checkpoint-2000/rng_state.pth +0 -3
- checkpoint-2000/scheduler.pt +0 -3
- checkpoint-2000/special_tokens_map.json +0 -1
- checkpoint-2000/tokenizer.json +0 -0
- checkpoint-2000/tokenizer_config.json +0 -1
- checkpoint-2000/trainer_state.json +0 -40
- checkpoint-2000/training_args.bin +0 -3
- checkpoint-2000/vocab.txt +0 -0
- checkpoint-2500/config.json +0 -54
- checkpoint-2500/optimizer.pt +0 -3
- checkpoint-2500/pytorch_model.bin +0 -3
- checkpoint-2500/rng_state.pth +0 -3
- checkpoint-2500/scheduler.pt +0 -3
- checkpoint-2500/special_tokens_map.json +0 -1
- checkpoint-2500/tokenizer.json +0 -0
- checkpoint-2500/tokenizer_config.json +0 -1
- checkpoint-2500/trainer_state.json +0 -46
- checkpoint-2500/training_args.bin +0 -3
- checkpoint-2500/vocab.txt +0 -0
- checkpoint-3000/config.json +0 -54
- checkpoint-3000/optimizer.pt +0 -3
- checkpoint-3000/pytorch_model.bin +0 -3
- checkpoint-3000/rng_state.pth +0 -3
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
README.md
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
inference:
|
2 |
-
parameters:
|
3 |
-
multi_label = True
|
|
|
|
|
|
|
|
checkpoint-1000/config.json
DELETED
@@ -1,54 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "distilbert-base-uncased",
|
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": "Renewable energy",
|
13 |
-
"1": "Sustainability",
|
14 |
-
"2": "Youth and the world",
|
15 |
-
"3": "Digital",
|
16 |
-
"4": "Health and well-being",
|
17 |
-
"5": "Sports",
|
18 |
-
"6": "Culture",
|
19 |
-
"7": "Erasmus",
|
20 |
-
"8": "Employment",
|
21 |
-
"9": "Inclusion",
|
22 |
-
"10": "democratic values",
|
23 |
-
"11": "Policy dialogues",
|
24 |
-
"12": "Participation and Engagement"
|
25 |
-
},
|
26 |
-
"initializer_range": 0.02,
|
27 |
-
"label2id": {
|
28 |
-
"Culture": 6,
|
29 |
-
"Digital": 3,
|
30 |
-
"Employment": 8,
|
31 |
-
"Erasmus": 7,
|
32 |
-
"Health and well-being": 4,
|
33 |
-
"Inclusion": 9,
|
34 |
-
"Participation and Engagement": 12,
|
35 |
-
"Policy dialogues": 11,
|
36 |
-
"Renewable energy": 0,
|
37 |
-
"Sports": 5,
|
38 |
-
"Sustainability": 1,
|
39 |
-
"Youth and the world": 2,
|
40 |
-
"democratic values": 10
|
41 |
-
},
|
42 |
-
"max_position_embeddings": 512,
|
43 |
-
"model_type": "distilbert",
|
44 |
-
"n_heads": 12,
|
45 |
-
"n_layers": 6,
|
46 |
-
"pad_token_id": 0,
|
47 |
-
"qa_dropout": 0.1,
|
48 |
-
"seq_classif_dropout": 0.2,
|
49 |
-
"sinusoidal_pos_embds": false,
|
50 |
-
"tie_weights_": true,
|
51 |
-
"torch_dtype": "float32",
|
52 |
-
"transformers_version": "4.17.0",
|
53 |
-
"vocab_size": 30522
|
54 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-1000/optimizer.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:84486c782916f18f6ce5f42e9e2b786efe1059bc68d2db3fa31195996f388807
|
3 |
-
size 535767649
|
|
|
|
|
|
|
|
checkpoint-1000/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0b078cb4a315ca1fe4a6f9eaaf7b2089b57deab622cceb4e0a75cb868af770a1
|
3 |
-
size 267894321
|
|
|
|
|
|
|
|
checkpoint-1000/rng_state.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:9fef4daa5a15555136f8017a0acdcf11d42550007acf44bcf5c3a6bdd3adb4af
|
3 |
-
size 14503
|
|
|
|
|
|
|
|
checkpoint-1000/scheduler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c4f83269c532c4e9a8ba2ecf1bcab12e0feb2f4e34cf92313a53653115587887
|
3 |
-
size 623
|
|
|
|
|
|
|
|
checkpoint-1000/special_tokens_map.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
|
|
|
checkpoint-1000/tokenizer.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1000/tokenizer_config.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"do_lower_case": true, "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": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|
|
|
|
checkpoint-1000/trainer_state.json
DELETED
@@ -1,28 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"best_metric": null,
|
3 |
-
"best_model_checkpoint": null,
|
4 |
-
"epoch": 0.26666666666666666,
|
5 |
-
"global_step": 1000,
|
6 |
-
"is_hyper_param_search": false,
|
7 |
-
"is_local_process_zero": true,
|
8 |
-
"is_world_process_zero": true,
|
9 |
-
"log_history": [
|
10 |
-
{
|
11 |
-
"epoch": 0.13,
|
12 |
-
"learning_rate": 4.3333333333333334e-05,
|
13 |
-
"loss": 2.3961,
|
14 |
-
"step": 500
|
15 |
-
},
|
16 |
-
{
|
17 |
-
"epoch": 0.27,
|
18 |
-
"learning_rate": 3.6666666666666666e-05,
|
19 |
-
"loss": 2.378,
|
20 |
-
"step": 1000
|
21 |
-
}
|
22 |
-
],
|
23 |
-
"max_steps": 3750,
|
24 |
-
"num_train_epochs": 1,
|
25 |
-
"total_flos": 971532585851712.0,
|
26 |
-
"trial_name": null,
|
27 |
-
"trial_params": null
|
28 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-1000/training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:441f1d78cb0bef6aa2852bfa2fcc6ec29dd6dbdb7afbd946cf6c8c81ed8eb9c3
|
3 |
-
size 2991
|
|
|
|
|
|
|
|
checkpoint-1000/vocab.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1500/config.json
DELETED
@@ -1,54 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "distilbert-base-uncased",
|
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": "Renewable energy",
|
13 |
-
"1": "Sustainability",
|
14 |
-
"2": "Youth and the world",
|
15 |
-
"3": "Digital",
|
16 |
-
"4": "Health and well-being",
|
17 |
-
"5": "Sports",
|
18 |
-
"6": "Culture",
|
19 |
-
"7": "Erasmus",
|
20 |
-
"8": "Employment",
|
21 |
-
"9": "Inclusion",
|
22 |
-
"10": "democratic values",
|
23 |
-
"11": "Policy dialogues",
|
24 |
-
"12": "Participation and Engagement"
|
25 |
-
},
|
26 |
-
"initializer_range": 0.02,
|
27 |
-
"label2id": {
|
28 |
-
"Culture": 6,
|
29 |
-
"Digital": 3,
|
30 |
-
"Employment": 8,
|
31 |
-
"Erasmus": 7,
|
32 |
-
"Health and well-being": 4,
|
33 |
-
"Inclusion": 9,
|
34 |
-
"Participation and Engagement": 12,
|
35 |
-
"Policy dialogues": 11,
|
36 |
-
"Renewable energy": 0,
|
37 |
-
"Sports": 5,
|
38 |
-
"Sustainability": 1,
|
39 |
-
"Youth and the world": 2,
|
40 |
-
"democratic values": 10
|
41 |
-
},
|
42 |
-
"max_position_embeddings": 512,
|
43 |
-
"model_type": "distilbert",
|
44 |
-
"n_heads": 12,
|
45 |
-
"n_layers": 6,
|
46 |
-
"pad_token_id": 0,
|
47 |
-
"qa_dropout": 0.1,
|
48 |
-
"seq_classif_dropout": 0.2,
|
49 |
-
"sinusoidal_pos_embds": false,
|
50 |
-
"tie_weights_": true,
|
51 |
-
"torch_dtype": "float32",
|
52 |
-
"transformers_version": "4.17.0",
|
53 |
-
"vocab_size": 30522
|
54 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-1500/optimizer.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ebfb84e63f3f588d7fa6656d5fbb540c35ab7a53f05ea6192927418af58adbcd
|
3 |
-
size 535767649
|
|
|
|
|
|
|
|
checkpoint-1500/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c682e8d512873ac015fc9b034800c66ecb6835652fc591a74ca6dd344e2be6eb
|
3 |
-
size 267894321
|
|
|
|
|
|
|
|
checkpoint-1500/rng_state.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2b70d16f31c6acc0b13971f0b78e9dcd0d5ed1f43dd68df23c7161ddf1d06f86
|
3 |
-
size 14503
|
|
|
|
|
|
|
|
checkpoint-1500/scheduler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0448fa8959e682269aceffad7c77d85f2d35fb1b603085f58ee828052f2267a5
|
3 |
-
size 623
|
|
|
|
|
|
|
|
checkpoint-1500/special_tokens_map.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
|
|
|
checkpoint-1500/tokenizer.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1500/tokenizer_config.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"do_lower_case": true, "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": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|
|
|
|
checkpoint-1500/trainer_state.json
DELETED
@@ -1,34 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"best_metric": null,
|
3 |
-
"best_model_checkpoint": null,
|
4 |
-
"epoch": 0.4,
|
5 |
-
"global_step": 1500,
|
6 |
-
"is_hyper_param_search": false,
|
7 |
-
"is_local_process_zero": true,
|
8 |
-
"is_world_process_zero": true,
|
9 |
-
"log_history": [
|
10 |
-
{
|
11 |
-
"epoch": 0.13,
|
12 |
-
"learning_rate": 4.3333333333333334e-05,
|
13 |
-
"loss": 2.3961,
|
14 |
-
"step": 500
|
15 |
-
},
|
16 |
-
{
|
17 |
-
"epoch": 0.27,
|
18 |
-
"learning_rate": 3.6666666666666666e-05,
|
19 |
-
"loss": 2.378,
|
20 |
-
"step": 1000
|
21 |
-
},
|
22 |
-
{
|
23 |
-
"epoch": 0.4,
|
24 |
-
"learning_rate": 3e-05,
|
25 |
-
"loss": 2.3703,
|
26 |
-
"step": 1500
|
27 |
-
}
|
28 |
-
],
|
29 |
-
"max_steps": 3750,
|
30 |
-
"num_train_epochs": 1,
|
31 |
-
"total_flos": 1452607784875392.0,
|
32 |
-
"trial_name": null,
|
33 |
-
"trial_params": null
|
34 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-1500/training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:441f1d78cb0bef6aa2852bfa2fcc6ec29dd6dbdb7afbd946cf6c8c81ed8eb9c3
|
3 |
-
size 2991
|
|
|
|
|
|
|
|
checkpoint-1500/vocab.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-2000/config.json
DELETED
@@ -1,54 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "distilbert-base-uncased",
|
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": "Renewable energy",
|
13 |
-
"1": "Sustainability",
|
14 |
-
"2": "Youth and the world",
|
15 |
-
"3": "Digital",
|
16 |
-
"4": "Health and well-being",
|
17 |
-
"5": "Sports",
|
18 |
-
"6": "Culture",
|
19 |
-
"7": "Erasmus",
|
20 |
-
"8": "Employment",
|
21 |
-
"9": "Inclusion",
|
22 |
-
"10": "democratic values",
|
23 |
-
"11": "Policy dialogues",
|
24 |
-
"12": "Participation and Engagement"
|
25 |
-
},
|
26 |
-
"initializer_range": 0.02,
|
27 |
-
"label2id": {
|
28 |
-
"Culture": 6,
|
29 |
-
"Digital": 3,
|
30 |
-
"Employment": 8,
|
31 |
-
"Erasmus": 7,
|
32 |
-
"Health and well-being": 4,
|
33 |
-
"Inclusion": 9,
|
34 |
-
"Participation and Engagement": 12,
|
35 |
-
"Policy dialogues": 11,
|
36 |
-
"Renewable energy": 0,
|
37 |
-
"Sports": 5,
|
38 |
-
"Sustainability": 1,
|
39 |
-
"Youth and the world": 2,
|
40 |
-
"democratic values": 10
|
41 |
-
},
|
42 |
-
"max_position_embeddings": 512,
|
43 |
-
"model_type": "distilbert",
|
44 |
-
"n_heads": 12,
|
45 |
-
"n_layers": 6,
|
46 |
-
"pad_token_id": 0,
|
47 |
-
"qa_dropout": 0.1,
|
48 |
-
"seq_classif_dropout": 0.2,
|
49 |
-
"sinusoidal_pos_embds": false,
|
50 |
-
"tie_weights_": true,
|
51 |
-
"torch_dtype": "float32",
|
52 |
-
"transformers_version": "4.17.0",
|
53 |
-
"vocab_size": 30522
|
54 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-2000/optimizer.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0f63495aaa80622d3b289f25148b5f23eef86833593d14532a4376dc3550f6d7
|
3 |
-
size 535767649
|
|
|
|
|
|
|
|
checkpoint-2000/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d55f176d355a04206170f3eab61e76614e13bacb898e147dffa6ae39a682d9d7
|
3 |
-
size 267894321
|
|
|
|
|
|
|
|
checkpoint-2000/rng_state.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d42da5f1df304e6b0252701fceaa84057bc75e55946f88656b60745112313184
|
3 |
-
size 14503
|
|
|
|
|
|
|
|
checkpoint-2000/scheduler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:eb3e3e15e91c6931f61158f085bbf18d801bf4aa96563c336e19563a458f23ff
|
3 |
-
size 623
|
|
|
|
|
|
|
|
checkpoint-2000/special_tokens_map.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
|
|
|
checkpoint-2000/tokenizer.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-2000/tokenizer_config.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"do_lower_case": true, "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": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|
|
|
|
checkpoint-2000/trainer_state.json
DELETED
@@ -1,40 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"best_metric": null,
|
3 |
-
"best_model_checkpoint": null,
|
4 |
-
"epoch": 0.5333333333333333,
|
5 |
-
"global_step": 2000,
|
6 |
-
"is_hyper_param_search": false,
|
7 |
-
"is_local_process_zero": true,
|
8 |
-
"is_world_process_zero": true,
|
9 |
-
"log_history": [
|
10 |
-
{
|
11 |
-
"epoch": 0.13,
|
12 |
-
"learning_rate": 4.3333333333333334e-05,
|
13 |
-
"loss": 2.3961,
|
14 |
-
"step": 500
|
15 |
-
},
|
16 |
-
{
|
17 |
-
"epoch": 0.27,
|
18 |
-
"learning_rate": 3.6666666666666666e-05,
|
19 |
-
"loss": 2.378,
|
20 |
-
"step": 1000
|
21 |
-
},
|
22 |
-
{
|
23 |
-
"epoch": 0.4,
|
24 |
-
"learning_rate": 3e-05,
|
25 |
-
"loss": 2.3703,
|
26 |
-
"step": 1500
|
27 |
-
},
|
28 |
-
{
|
29 |
-
"epoch": 0.53,
|
30 |
-
"learning_rate": 2.3333333333333336e-05,
|
31 |
-
"loss": 2.3697,
|
32 |
-
"step": 2000
|
33 |
-
}
|
34 |
-
],
|
35 |
-
"max_steps": 3750,
|
36 |
-
"num_train_epochs": 1,
|
37 |
-
"total_flos": 1923058670613120.0,
|
38 |
-
"trial_name": null,
|
39 |
-
"trial_params": null
|
40 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-2000/training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:441f1d78cb0bef6aa2852bfa2fcc6ec29dd6dbdb7afbd946cf6c8c81ed8eb9c3
|
3 |
-
size 2991
|
|
|
|
|
|
|
|
checkpoint-2000/vocab.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-2500/config.json
DELETED
@@ -1,54 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "distilbert-base-uncased",
|
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": "Renewable energy",
|
13 |
-
"1": "Sustainability",
|
14 |
-
"2": "Youth and the world",
|
15 |
-
"3": "Digital",
|
16 |
-
"4": "Health and well-being",
|
17 |
-
"5": "Sports",
|
18 |
-
"6": "Culture",
|
19 |
-
"7": "Erasmus",
|
20 |
-
"8": "Employment",
|
21 |
-
"9": "Inclusion",
|
22 |
-
"10": "democratic values",
|
23 |
-
"11": "Policy dialogues",
|
24 |
-
"12": "Participation and Engagement"
|
25 |
-
},
|
26 |
-
"initializer_range": 0.02,
|
27 |
-
"label2id": {
|
28 |
-
"Culture": 6,
|
29 |
-
"Digital": 3,
|
30 |
-
"Employment": 8,
|
31 |
-
"Erasmus": 7,
|
32 |
-
"Health and well-being": 4,
|
33 |
-
"Inclusion": 9,
|
34 |
-
"Participation and Engagement": 12,
|
35 |
-
"Policy dialogues": 11,
|
36 |
-
"Renewable energy": 0,
|
37 |
-
"Sports": 5,
|
38 |
-
"Sustainability": 1,
|
39 |
-
"Youth and the world": 2,
|
40 |
-
"democratic values": 10
|
41 |
-
},
|
42 |
-
"max_position_embeddings": 512,
|
43 |
-
"model_type": "distilbert",
|
44 |
-
"n_heads": 12,
|
45 |
-
"n_layers": 6,
|
46 |
-
"pad_token_id": 0,
|
47 |
-
"qa_dropout": 0.1,
|
48 |
-
"seq_classif_dropout": 0.2,
|
49 |
-
"sinusoidal_pos_embds": false,
|
50 |
-
"tie_weights_": true,
|
51 |
-
"torch_dtype": "float32",
|
52 |
-
"transformers_version": "4.17.0",
|
53 |
-
"vocab_size": 30522
|
54 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-2500/optimizer.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7b6c98103278ce2ed232bb53ea3e65d70be2f88757515ffd1250e92365e15f4f
|
3 |
-
size 535767649
|
|
|
|
|
|
|
|
checkpoint-2500/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:fb91f3239457c929072151a8c15af8ff8e9e732d9380e862fcbd63691cde3974
|
3 |
-
size 267894321
|
|
|
|
|
|
|
|
checkpoint-2500/rng_state.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2952355ad4e46086847dab0a7b91185afd1f274ad431221d3a5448e29d558b0c
|
3 |
-
size 14503
|
|
|
|
|
|
|
|
checkpoint-2500/scheduler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b4c13494368e217239013918c949ddcfa2b6fbb317a7b57308ea9ba0e0c5dfb4
|
3 |
-
size 623
|
|
|
|
|
|
|
|
checkpoint-2500/special_tokens_map.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
|
|
|
checkpoint-2500/tokenizer.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-2500/tokenizer_config.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"do_lower_case": true, "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": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|
|
|
|
checkpoint-2500/trainer_state.json
DELETED
@@ -1,46 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"best_metric": null,
|
3 |
-
"best_model_checkpoint": null,
|
4 |
-
"epoch": 0.6666666666666666,
|
5 |
-
"global_step": 2500,
|
6 |
-
"is_hyper_param_search": false,
|
7 |
-
"is_local_process_zero": true,
|
8 |
-
"is_world_process_zero": true,
|
9 |
-
"log_history": [
|
10 |
-
{
|
11 |
-
"epoch": 0.13,
|
12 |
-
"learning_rate": 4.3333333333333334e-05,
|
13 |
-
"loss": 2.3961,
|
14 |
-
"step": 500
|
15 |
-
},
|
16 |
-
{
|
17 |
-
"epoch": 0.27,
|
18 |
-
"learning_rate": 3.6666666666666666e-05,
|
19 |
-
"loss": 2.378,
|
20 |
-
"step": 1000
|
21 |
-
},
|
22 |
-
{
|
23 |
-
"epoch": 0.4,
|
24 |
-
"learning_rate": 3e-05,
|
25 |
-
"loss": 2.3703,
|
26 |
-
"step": 1500
|
27 |
-
},
|
28 |
-
{
|
29 |
-
"epoch": 0.53,
|
30 |
-
"learning_rate": 2.3333333333333336e-05,
|
31 |
-
"loss": 2.3697,
|
32 |
-
"step": 2000
|
33 |
-
},
|
34 |
-
{
|
35 |
-
"epoch": 0.67,
|
36 |
-
"learning_rate": 1.6666666666666667e-05,
|
37 |
-
"loss": 2.3625,
|
38 |
-
"step": 2500
|
39 |
-
}
|
40 |
-
],
|
41 |
-
"max_steps": 3750,
|
42 |
-
"num_train_epochs": 1,
|
43 |
-
"total_flos": 2386686147038592.0,
|
44 |
-
"trial_name": null,
|
45 |
-
"trial_params": null
|
46 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-2500/training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:441f1d78cb0bef6aa2852bfa2fcc6ec29dd6dbdb7afbd946cf6c8c81ed8eb9c3
|
3 |
-
size 2991
|
|
|
|
|
|
|
|
checkpoint-2500/vocab.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-3000/config.json
DELETED
@@ -1,54 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "distilbert-base-uncased",
|
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": "Renewable energy",
|
13 |
-
"1": "Sustainability",
|
14 |
-
"2": "Youth and the world",
|
15 |
-
"3": "Digital",
|
16 |
-
"4": "Health and well-being",
|
17 |
-
"5": "Sports",
|
18 |
-
"6": "Culture",
|
19 |
-
"7": "Erasmus",
|
20 |
-
"8": "Employment",
|
21 |
-
"9": "Inclusion",
|
22 |
-
"10": "democratic values",
|
23 |
-
"11": "Policy dialogues",
|
24 |
-
"12": "Participation and Engagement"
|
25 |
-
},
|
26 |
-
"initializer_range": 0.02,
|
27 |
-
"label2id": {
|
28 |
-
"Culture": 6,
|
29 |
-
"Digital": 3,
|
30 |
-
"Employment": 8,
|
31 |
-
"Erasmus": 7,
|
32 |
-
"Health and well-being": 4,
|
33 |
-
"Inclusion": 9,
|
34 |
-
"Participation and Engagement": 12,
|
35 |
-
"Policy dialogues": 11,
|
36 |
-
"Renewable energy": 0,
|
37 |
-
"Sports": 5,
|
38 |
-
"Sustainability": 1,
|
39 |
-
"Youth and the world": 2,
|
40 |
-
"democratic values": 10
|
41 |
-
},
|
42 |
-
"max_position_embeddings": 512,
|
43 |
-
"model_type": "distilbert",
|
44 |
-
"n_heads": 12,
|
45 |
-
"n_layers": 6,
|
46 |
-
"pad_token_id": 0,
|
47 |
-
"qa_dropout": 0.1,
|
48 |
-
"seq_classif_dropout": 0.2,
|
49 |
-
"sinusoidal_pos_embds": false,
|
50 |
-
"tie_weights_": true,
|
51 |
-
"torch_dtype": "float32",
|
52 |
-
"transformers_version": "4.17.0",
|
53 |
-
"vocab_size": 30522
|
54 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-3000/optimizer.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:564282da9443bf9919ad0dcd97f42ce4d3eb548756e38bba18ba21975e98e3b9
|
3 |
-
size 535767649
|
|
|
|
|
|
|
|
checkpoint-3000/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:210cfb40e7f5d7c261dea3fc90ba0e7106f7665e12f9a5d268548615c2638f69
|
3 |
-
size 267894321
|
|
|
|
|
|
|
|
checkpoint-3000/rng_state.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7e823145ceff848d3304a03dbfda599b201f8c385e9c3bd781564b37210ac22e
|
3 |
-
size 14503
|
|
|
|
|
|
|
|