sara-nabhani
commited on
Commit
·
5229d0e
1
Parent(s):
f43043c
Training in progress, step 200
Browse files- .gitignore +1 -0
- config.json +72 -0
- last-checkpoint/config.json +72 -0
- last-checkpoint/merges.txt +0 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/pytorch_model.bin +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +15 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer_config.json +15 -0
- last-checkpoint/trainer_state.json +53 -0
- last-checkpoint/training_args.bin +3 -0
- last-checkpoint/vocab.json +0 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +15 -0
- tokenizer.json +0 -0
- tokenizer_config.json +15 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "roberta-large",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 1024,
|
13 |
+
"id2label": {
|
14 |
+
"A01002": "Self-direction: thought",
|
15 |
+
"A01005": "Self-direction: action",
|
16 |
+
"A01006": "Stimulation",
|
17 |
+
"A01007": "Hedonism",
|
18 |
+
"A01008": "Achievement",
|
19 |
+
"A01009": "Power: dominance",
|
20 |
+
"A01010": "Power: resources",
|
21 |
+
"A01011": "Face",
|
22 |
+
"A01014": "Security: personal",
|
23 |
+
"A01015": "Security: societal",
|
24 |
+
"A01016": "Tradition",
|
25 |
+
"A01018": "Conformity: rules",
|
26 |
+
"A01019": "Conformity: interpersonal",
|
27 |
+
"A01020": "Humility",
|
28 |
+
"A02003": "Benevolence: caring",
|
29 |
+
"A02004": "Benevolence: dependability",
|
30 |
+
"A02005": "Universalism: concern",
|
31 |
+
"A02006": "Universalism: nature",
|
32 |
+
"A02007": "Universalism: tolerance",
|
33 |
+
"A02008": "Universalism: objectivity"
|
34 |
+
},
|
35 |
+
"initializer_range": 0.02,
|
36 |
+
"intermediate_size": 4096,
|
37 |
+
"label2id": {
|
38 |
+
"Achievement": "A01008",
|
39 |
+
"Benevolence: caring": "A02003",
|
40 |
+
"Benevolence: dependability": "A02004",
|
41 |
+
"Conformity: interpersonal": "A01019",
|
42 |
+
"Conformity: rules": "A01018",
|
43 |
+
"Face": "A01011",
|
44 |
+
"Hedonism": "A01007",
|
45 |
+
"Humility": "A01020",
|
46 |
+
"Power: dominance": "A01009",
|
47 |
+
"Power: resources": "A01010",
|
48 |
+
"Security: personal": "A01014",
|
49 |
+
"Security: societal": "A01015",
|
50 |
+
"Self-direction: action": "A01005",
|
51 |
+
"Self-direction: thought": "A01002",
|
52 |
+
"Stimulation": "A01006",
|
53 |
+
"Tradition": "A01016",
|
54 |
+
"Universalism: concern": "A02005",
|
55 |
+
"Universalism: nature": "A02006",
|
56 |
+
"Universalism: objectivity": "A02008",
|
57 |
+
"Universalism: tolerance": "A02007"
|
58 |
+
},
|
59 |
+
"layer_norm_eps": 1e-05,
|
60 |
+
"max_position_embeddings": 514,
|
61 |
+
"model_type": "roberta",
|
62 |
+
"num_attention_heads": 16,
|
63 |
+
"num_hidden_layers": 24,
|
64 |
+
"pad_token_id": 1,
|
65 |
+
"position_embedding_type": "absolute",
|
66 |
+
"problem_type": "multi_label_classification",
|
67 |
+
"torch_dtype": "float32",
|
68 |
+
"transformers_version": "4.29.2",
|
69 |
+
"type_vocab_size": 1,
|
70 |
+
"use_cache": true,
|
71 |
+
"vocab_size": 50265
|
72 |
+
}
|
last-checkpoint/config.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "roberta-large",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 1024,
|
13 |
+
"id2label": {
|
14 |
+
"A01002": "Self-direction: thought",
|
15 |
+
"A01005": "Self-direction: action",
|
16 |
+
"A01006": "Stimulation",
|
17 |
+
"A01007": "Hedonism",
|
18 |
+
"A01008": "Achievement",
|
19 |
+
"A01009": "Power: dominance",
|
20 |
+
"A01010": "Power: resources",
|
21 |
+
"A01011": "Face",
|
22 |
+
"A01014": "Security: personal",
|
23 |
+
"A01015": "Security: societal",
|
24 |
+
"A01016": "Tradition",
|
25 |
+
"A01018": "Conformity: rules",
|
26 |
+
"A01019": "Conformity: interpersonal",
|
27 |
+
"A01020": "Humility",
|
28 |
+
"A02003": "Benevolence: caring",
|
29 |
+
"A02004": "Benevolence: dependability",
|
30 |
+
"A02005": "Universalism: concern",
|
31 |
+
"A02006": "Universalism: nature",
|
32 |
+
"A02007": "Universalism: tolerance",
|
33 |
+
"A02008": "Universalism: objectivity"
|
34 |
+
},
|
35 |
+
"initializer_range": 0.02,
|
36 |
+
"intermediate_size": 4096,
|
37 |
+
"label2id": {
|
38 |
+
"Achievement": "A01008",
|
39 |
+
"Benevolence: caring": "A02003",
|
40 |
+
"Benevolence: dependability": "A02004",
|
41 |
+
"Conformity: interpersonal": "A01019",
|
42 |
+
"Conformity: rules": "A01018",
|
43 |
+
"Face": "A01011",
|
44 |
+
"Hedonism": "A01007",
|
45 |
+
"Humility": "A01020",
|
46 |
+
"Power: dominance": "A01009",
|
47 |
+
"Power: resources": "A01010",
|
48 |
+
"Security: personal": "A01014",
|
49 |
+
"Security: societal": "A01015",
|
50 |
+
"Self-direction: action": "A01005",
|
51 |
+
"Self-direction: thought": "A01002",
|
52 |
+
"Stimulation": "A01006",
|
53 |
+
"Tradition": "A01016",
|
54 |
+
"Universalism: concern": "A02005",
|
55 |
+
"Universalism: nature": "A02006",
|
56 |
+
"Universalism: objectivity": "A02008",
|
57 |
+
"Universalism: tolerance": "A02007"
|
58 |
+
},
|
59 |
+
"layer_norm_eps": 1e-05,
|
60 |
+
"max_position_embeddings": 514,
|
61 |
+
"model_type": "roberta",
|
62 |
+
"num_attention_heads": 16,
|
63 |
+
"num_hidden_layers": 24,
|
64 |
+
"pad_token_id": 1,
|
65 |
+
"position_embedding_type": "absolute",
|
66 |
+
"problem_type": "multi_label_classification",
|
67 |
+
"torch_dtype": "float32",
|
68 |
+
"transformers_version": "4.29.2",
|
69 |
+
"type_vocab_size": 1,
|
70 |
+
"use_cache": true,
|
71 |
+
"vocab_size": 50265
|
72 |
+
}
|
last-checkpoint/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f6ab4f5ab496647bd725d368b62f9262efa69dfbf88faa37d634f8baacd29f8
|
3 |
+
size 2843370360
|
last-checkpoint/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c46f7008e814a57fd863fe4d6b32b204d12bc103e89a9e029c1ec3761a9e6684
|
3 |
+
size 1421660981
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19f993d576aad282362d3ca490d6b3442b5e729ea10296bb1d19b837eadc6c8f
|
3 |
+
size 14575
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8636707e906db799535a0e24d8b11f4682008d2f9dce23ea4add566cf191f0eb
|
3 |
+
size 627
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": {
|
6 |
+
"content": "<mask>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"pad_token": "<pad>",
|
13 |
+
"sep_token": "</s>",
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": "<s>",
|
4 |
+
"clean_up_tokenization_spaces": true,
|
5 |
+
"cls_token": "<s>",
|
6 |
+
"eos_token": "</s>",
|
7 |
+
"errors": "replace",
|
8 |
+
"mask_token": "<mask>",
|
9 |
+
"model_max_length": 512,
|
10 |
+
"pad_token": "<pad>",
|
11 |
+
"sep_token": "</s>",
|
12 |
+
"tokenizer_class": "RobertaTokenizer",
|
13 |
+
"trim_offsets": true,
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.14004634931160595,
|
3 |
+
"best_model_checkpoint": "/home2/s5432073/language-tech-project/results/ltp-roberta-large-defaultltp-roberta-large-default-0/checkpoint-200",
|
4 |
+
"epoch": 1.183431952662722,
|
5 |
+
"global_step": 200,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 1.18,
|
12 |
+
"learning_rate": 9.28348909657321e-06,
|
13 |
+
"loss": 0.4442,
|
14 |
+
"step": 200
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.18,
|
18 |
+
"eval_f1": 0.14004634931160595,
|
19 |
+
"eval_f1_all": [
|
20 |
+
0.11111111111111112,
|
21 |
+
0.19823008849557522,
|
22 |
+
0.0,
|
23 |
+
0.0,
|
24 |
+
0.5077262693156732,
|
25 |
+
0.0,
|
26 |
+
0.015037593984962407,
|
27 |
+
0.0,
|
28 |
+
0.7197452229299364,
|
29 |
+
0.6306954436450838,
|
30 |
+
0.0,
|
31 |
+
0.0,
|
32 |
+
0.0,
|
33 |
+
0.0,
|
34 |
+
0.0,
|
35 |
+
0.0,
|
36 |
+
0.5973799126637556,
|
37 |
+
0.015625,
|
38 |
+
0.0,
|
39 |
+
0.005376344086021506
|
40 |
+
],
|
41 |
+
"eval_loss": 0.3573361933231354,
|
42 |
+
"eval_runtime": 3.7892,
|
43 |
+
"eval_samples_per_second": 500.363,
|
44 |
+
"eval_steps_per_second": 15.834,
|
45 |
+
"step": 200
|
46 |
+
}
|
47 |
+
],
|
48 |
+
"max_steps": 1690,
|
49 |
+
"num_train_epochs": 10,
|
50 |
+
"total_flos": 1089807110512800.0,
|
51 |
+
"trial_name": null,
|
52 |
+
"trial_params": null
|
53 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf7783f7a4abce6b7554eee34fa16f4719d2474e32cc4c397085052a98d67095
|
3 |
+
size 4155
|
last-checkpoint/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c46f7008e814a57fd863fe4d6b32b204d12bc103e89a9e029c1ec3761a9e6684
|
3 |
+
size 1421660981
|
special_tokens_map.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": {
|
6 |
+
"content": "<mask>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"pad_token": "<pad>",
|
13 |
+
"sep_token": "</s>",
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": "<s>",
|
4 |
+
"clean_up_tokenization_spaces": true,
|
5 |
+
"cls_token": "<s>",
|
6 |
+
"eos_token": "</s>",
|
7 |
+
"errors": "replace",
|
8 |
+
"mask_token": "<mask>",
|
9 |
+
"model_max_length": 512,
|
10 |
+
"pad_token": "<pad>",
|
11 |
+
"sep_token": "</s>",
|
12 |
+
"tokenizer_class": "RobertaTokenizer",
|
13 |
+
"trim_offsets": true,
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf7783f7a4abce6b7554eee34fa16f4719d2474e32cc4c397085052a98d67095
|
3 |
+
size 4155
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|