Upload 11 files
Browse files- checkpoint-6378/config.json +39 -0
- checkpoint-6378/model.safetensors +3 -0
- checkpoint-6378/optimizer.pt +3 -0
- checkpoint-6378/rng_state.pth +3 -0
- checkpoint-6378/scheduler.pt +3 -0
- checkpoint-6378/special_tokens_map.json +7 -0
- checkpoint-6378/tokenizer.json +0 -0
- checkpoint-6378/tokenizer_config.json +58 -0
- checkpoint-6378/trainer_state.json +118 -0
- checkpoint-6378/training_args.bin +3 -0
- checkpoint-6378/vocab.txt +0 -0
checkpoint-6378/config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"BertForSequenceClassification"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"classifier_dropout": null,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"id2label": {
|
11 |
+
"0": "Emergency",
|
12 |
+
"1": "Urgent",
|
13 |
+
"2": "Non-Urgent",
|
14 |
+
"3": "Routine",
|
15 |
+
"4": "Follow-up"
|
16 |
+
},
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 3072,
|
19 |
+
"label2id": {
|
20 |
+
"Emergency": 0,
|
21 |
+
"Follow-up": 4,
|
22 |
+
"Non-Urgent": 2,
|
23 |
+
"Routine": 3,
|
24 |
+
"Urgent": 1
|
25 |
+
},
|
26 |
+
"layer_norm_eps": 1e-12,
|
27 |
+
"max_position_embeddings": 512,
|
28 |
+
"model_type": "bert",
|
29 |
+
"num_attention_heads": 12,
|
30 |
+
"num_hidden_layers": 12,
|
31 |
+
"pad_token_id": 0,
|
32 |
+
"position_embedding_type": "absolute",
|
33 |
+
"problem_type": "single_label_classification",
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.51.1",
|
36 |
+
"type_vocab_size": 2,
|
37 |
+
"use_cache": true,
|
38 |
+
"vocab_size": 28996
|
39 |
+
}
|
checkpoint-6378/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a32027d80f03544cb668c61a921e561d1bcec80a8f406f85a9a24443670db82
|
3 |
+
size 433279996
|
checkpoint-6378/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62c3a18d0fa83d91f81d7d0a729605551fbefd4307e5a6c2aa8d336d4922a153
|
3 |
+
size 866675450
|
checkpoint-6378/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3142eb9ef29f39c1056feaba012d70697a15cdef061694ac7929853189d9ee94
|
3 |
+
size 13990
|
checkpoint-6378/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d09625be2a05e159fd29265bdc81fd5545deb31161b59e2885ce6d7adc35803
|
3 |
+
size 1064
|
checkpoint-6378/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-6378/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-6378/tokenizer_config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
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": true,
|
48 |
+
"extra_special_tokens": {},
|
49 |
+
"mask_token": "[MASK]",
|
50 |
+
"model_max_length": 1000000000000000019884624838656,
|
51 |
+
"never_split": null,
|
52 |
+
"pad_token": "[PAD]",
|
53 |
+
"sep_token": "[SEP]",
|
54 |
+
"strip_accents": null,
|
55 |
+
"tokenize_chinese_chars": true,
|
56 |
+
"tokenizer_class": "BertTokenizer",
|
57 |
+
"unk_token": "[UNK]"
|
58 |
+
}
|
checkpoint-6378/trainer_state.json
ADDED
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 3.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 6378,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.23518344308560676,
|
14 |
+
"grad_norm": 4.934643745422363,
|
15 |
+
"learning_rate": 1.8435246158670432e-05,
|
16 |
+
"loss": 0.5796,
|
17 |
+
"step": 500
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.4703668861712135,
|
21 |
+
"grad_norm": 2.5223684310913086,
|
22 |
+
"learning_rate": 1.686735653809972e-05,
|
23 |
+
"loss": 0.5163,
|
24 |
+
"step": 1000
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.7055503292568204,
|
28 |
+
"grad_norm": 4.723271369934082,
|
29 |
+
"learning_rate": 1.5299466917529008e-05,
|
30 |
+
"loss": 0.5031,
|
31 |
+
"step": 1500
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.940733772342427,
|
35 |
+
"grad_norm": 4.584543704986572,
|
36 |
+
"learning_rate": 1.3731577296958296e-05,
|
37 |
+
"loss": 0.4881,
|
38 |
+
"step": 2000
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 1.175917215428034,
|
42 |
+
"grad_norm": 3.5594470500946045,
|
43 |
+
"learning_rate": 1.2163687676387584e-05,
|
44 |
+
"loss": 0.4445,
|
45 |
+
"step": 2500
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 1.4111006585136407,
|
49 |
+
"grad_norm": 4.399453639984131,
|
50 |
+
"learning_rate": 1.059579805581687e-05,
|
51 |
+
"loss": 0.4356,
|
52 |
+
"step": 3000
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 1.6462841015992473,
|
56 |
+
"grad_norm": 12.899914741516113,
|
57 |
+
"learning_rate": 9.02790843524616e-06,
|
58 |
+
"loss": 0.4308,
|
59 |
+
"step": 3500
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 1.8814675446848543,
|
63 |
+
"grad_norm": 5.3025946617126465,
|
64 |
+
"learning_rate": 7.460018814675447e-06,
|
65 |
+
"loss": 0.4247,
|
66 |
+
"step": 4000
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 2.116650987770461,
|
70 |
+
"grad_norm": 8.840332984924316,
|
71 |
+
"learning_rate": 5.892129194104735e-06,
|
72 |
+
"loss": 0.3799,
|
73 |
+
"step": 4500
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 2.351834430856068,
|
77 |
+
"grad_norm": 12.173576354980469,
|
78 |
+
"learning_rate": 4.324239573534023e-06,
|
79 |
+
"loss": 0.3278,
|
80 |
+
"step": 5000
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 2.5870178739416745,
|
84 |
+
"grad_norm": 9.838640213012695,
|
85 |
+
"learning_rate": 2.7563499529633112e-06,
|
86 |
+
"loss": 0.3335,
|
87 |
+
"step": 5500
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 2.8222013170272815,
|
91 |
+
"grad_norm": 5.874736309051514,
|
92 |
+
"learning_rate": 1.1884603323925998e-06,
|
93 |
+
"loss": 0.3284,
|
94 |
+
"step": 6000
|
95 |
+
}
|
96 |
+
],
|
97 |
+
"logging_steps": 500,
|
98 |
+
"max_steps": 6378,
|
99 |
+
"num_input_tokens_seen": 0,
|
100 |
+
"num_train_epochs": 3,
|
101 |
+
"save_steps": 500,
|
102 |
+
"stateful_callbacks": {
|
103 |
+
"TrainerControl": {
|
104 |
+
"args": {
|
105 |
+
"should_epoch_stop": false,
|
106 |
+
"should_evaluate": false,
|
107 |
+
"should_log": false,
|
108 |
+
"should_save": true,
|
109 |
+
"should_training_stop": true
|
110 |
+
},
|
111 |
+
"attributes": {}
|
112 |
+
}
|
113 |
+
},
|
114 |
+
"total_flos": 6711486018900480.0,
|
115 |
+
"train_batch_size": 16,
|
116 |
+
"trial_name": null,
|
117 |
+
"trial_params": null
|
118 |
+
}
|
checkpoint-6378/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a42a47958dccd16f9779b31d84670c8435e4da34f240a66c815410b7fd0b46e
|
3 |
+
size 5432
|
checkpoint-6378/vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|