Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- run-6/checkpoint-107/config.json +34 -0
- run-6/checkpoint-107/model.safetensors +3 -0
- run-6/checkpoint-107/optimizer.pt +3 -0
- run-6/checkpoint-107/rng_state.pth +3 -0
- run-6/checkpoint-107/scheduler.pt +3 -0
- run-6/checkpoint-107/special_tokens_map.json +7 -0
- run-6/checkpoint-107/tokenizer.json +0 -0
- run-6/checkpoint-107/tokenizer_config.json +55 -0
- run-6/checkpoint-107/trainer_state.json +35 -0
- run-6/checkpoint-107/training_args.bin +3 -0
- run-6/checkpoint-107/vocab.txt +0 -0
- runs/Mar07_08-06-39_49d4a3166cad/events.out.tfevents.1709800233.49d4a3166cad.3288.9 +2 -2
- runs/Mar07_08-06-39_49d4a3166cad/events.out.tfevents.1709800281.49d4a3166cad.3288.10 +3 -0
- training_args.bin +1 -1
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 98470112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca7d3bd7dadaefb167205729983a9495cac52a0a4e9c4e74553364ff6c1954f6
|
3 |
size 98470112
|
run-6/checkpoint-107/config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/mobilebert-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"MobileBertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_activation": false,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"embedding_size": 128,
|
10 |
+
"hidden_act": "relu",
|
11 |
+
"hidden_dropout_prob": 0.0,
|
12 |
+
"hidden_size": 512,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 512,
|
15 |
+
"intra_bottleneck_size": 128,
|
16 |
+
"key_query_shared_bottleneck": true,
|
17 |
+
"layer_norm_eps": 1e-12,
|
18 |
+
"max_position_embeddings": 512,
|
19 |
+
"model_type": "mobilebert",
|
20 |
+
"normalization_type": "no_norm",
|
21 |
+
"num_attention_heads": 4,
|
22 |
+
"num_feedforward_networks": 4,
|
23 |
+
"num_hidden_layers": 24,
|
24 |
+
"pad_token_id": 0,
|
25 |
+
"problem_type": "single_label_classification",
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.38.2",
|
28 |
+
"trigram_input": true,
|
29 |
+
"true_hidden_size": 128,
|
30 |
+
"type_vocab_size": 2,
|
31 |
+
"use_bottleneck": true,
|
32 |
+
"use_bottleneck_attention": false,
|
33 |
+
"vocab_size": 30522
|
34 |
+
}
|
run-6/checkpoint-107/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca7d3bd7dadaefb167205729983a9495cac52a0a4e9c4e74553364ff6c1954f6
|
3 |
+
size 98470112
|
run-6/checkpoint-107/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e243ce6f8fdaa392a30a425f70cc5f38a76829eeb9c42cac9db5303a73558c9c
|
3 |
+
size 197593757
|
run-6/checkpoint-107/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a20cf9bdf22e33a4223003ded59be90b00d9be2411f36a45bbd3f2e8b560510
|
3 |
+
size 14244
|
run-6/checkpoint-107/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95f81afdfb7ee2422aa99d725b81a0e8fafe853708a071379242c204d0463922
|
3 |
+
size 1064
|
run-6/checkpoint-107/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 |
+
}
|
run-6/checkpoint-107/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run-6/checkpoint-107/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 |
+
"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_lower_case": true,
|
47 |
+
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 1000000000000000019884624838656,
|
49 |
+
"pad_token": "[PAD]",
|
50 |
+
"sep_token": "[SEP]",
|
51 |
+
"strip_accents": null,
|
52 |
+
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "MobileBertTokenizer",
|
54 |
+
"unk_token": "[UNK]"
|
55 |
+
}
|
run-6/checkpoint-107/trainer_state.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.0,
|
3 |
+
"best_model_checkpoint": "mobilebert-uncased-finetuned-cola/run-6/checkpoint-107",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 107,
|
7 |
+
"is_hyper_param_search": true,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_loss": 1932351.625,
|
14 |
+
"eval_matthews_correlation": 0.0,
|
15 |
+
"eval_runtime": 2.639,
|
16 |
+
"eval_samples_per_second": 395.218,
|
17 |
+
"eval_steps_per_second": 25.009,
|
18 |
+
"step": 107
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"logging_steps": 500,
|
22 |
+
"max_steps": 321,
|
23 |
+
"num_input_tokens_seen": 0,
|
24 |
+
"num_train_epochs": 3,
|
25 |
+
"save_steps": 500,
|
26 |
+
"total_flos": 0,
|
27 |
+
"train_batch_size": 8,
|
28 |
+
"trial_name": null,
|
29 |
+
"trial_params": {
|
30 |
+
"learning_rate": 1.6443840104394774e-06,
|
31 |
+
"num_train_epochs": 3,
|
32 |
+
"per_device_train_batch_size": 8,
|
33 |
+
"seed": 39
|
34 |
+
}
|
35 |
+
}
|
run-6/checkpoint-107/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6be73e7e79d89871385e25bb12102bc63c491d4532fe60344fc1ec9ddfe0cc4f
|
3 |
+
size 4920
|
run-6/checkpoint-107/vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
runs/Mar07_08-06-39_49d4a3166cad/events.out.tfevents.1709800233.49d4a3166cad.3288.9
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a3d89794414b6b73952c3e0bb0dd1edcf2fc5bed0fb69c0da1a2b1740f34f70
|
3 |
+
size 5540
|
runs/Mar07_08-06-39_49d4a3166cad/events.out.tfevents.1709800281.49d4a3166cad.3288.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b90724b373649c91f8a41b76018713ed13ff2a25f67a7f036a18148a8fcfad8
|
3 |
+
size 5205
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6be73e7e79d89871385e25bb12102bc63c491d4532fe60344fc1ec9ddfe0cc4f
|
3 |
size 4920
|