sibstrider commited on
Commit
1fa53ac
1 Parent(s): a6d5b53

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25cf1d4db2332b67dfddefaf322529253dd6ea71971877e2e5e5bbac2a229c50
3
  size 116795404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5716d1bbc8d09e04b40a0f363d9887fb471e612414a7d1e33045df223847b4e3
3
  size 116795404
run-8/checkpoint-1100/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cointegrated/rubert-tiny2",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "emb_size": 312,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 312,
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2",
17
+ "3": "LABEL_3",
18
+ "4": "LABEL_4",
19
+ "5": "LABEL_5",
20
+ "6": "LABEL_6",
21
+ "7": "LABEL_7",
22
+ "8": "LABEL_8",
23
+ "9": "LABEL_9",
24
+ "10": "LABEL_10"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 600,
28
+ "label2id": {
29
+ "LABEL_0": 0,
30
+ "LABEL_1": 1,
31
+ "LABEL_10": 10,
32
+ "LABEL_2": 2,
33
+ "LABEL_3": 3,
34
+ "LABEL_4": 4,
35
+ "LABEL_5": 5,
36
+ "LABEL_6": 6,
37
+ "LABEL_7": 7,
38
+ "LABEL_8": 8,
39
+ "LABEL_9": 9
40
+ },
41
+ "layer_norm_eps": 1e-12,
42
+ "max_position_embeddings": 2048,
43
+ "model_type": "bert",
44
+ "num_attention_heads": 12,
45
+ "num_hidden_layers": 3,
46
+ "pad_token_id": 0,
47
+ "position_embedding_type": "absolute",
48
+ "problem_type": "single_label_classification",
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.36.2",
51
+ "type_vocab_size": 2,
52
+ "use_cache": true,
53
+ "vocab_size": 83828
54
+ }
run-8/checkpoint-1100/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57881509ca030ca12944ba7b7bd43f98fadbdaf158c3bf42c17d65b6bea54251
3
+ size 116795404
run-8/checkpoint-1100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0ed9bf440fe6baf9713ec433d66f61a9545f84a5c322c98668e9bccc24c869e
3
+ size 233621882
run-8/checkpoint-1100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3180da2883c56c8e0a6a790414652de70473fb9817815bef9e488338d650da67
3
+ size 13990
run-8/checkpoint-1100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c6acc11546822efd94202c78e6de1055350d78d6f5509d86b51f9a734699245
3
+ size 1064
run-8/checkpoint-1100/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
run-8/checkpoint-1100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-8/checkpoint-1100/tokenizer_config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
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": false,
48
+ "mask_token": "[MASK]",
49
+ "max_length": 512,
50
+ "model_max_length": 2048,
51
+ "never_split": null,
52
+ "pad_to_multiple_of": null,
53
+ "pad_token": "[PAD]",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
+ "sep_token": "[SEP]",
57
+ "stride": 0,
58
+ "strip_accents": null,
59
+ "tokenize_chinese_chars": true,
60
+ "tokenizer_class": "BertTokenizer",
61
+ "truncation_side": "right",
62
+ "truncation_strategy": "longest_first",
63
+ "unk_token": "[UNK]"
64
+ }
run-8/checkpoint-1100/trainer_state.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8448979591836735,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-8\\checkpoint-1100",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1100,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.91,
13
+ "learning_rate": 1.33127981814863e-05,
14
+ "loss": 1.7493,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_accuracy": 0.7346938775510204,
20
+ "eval_loss": 1.10899817943573,
21
+ "eval_runtime": 1.157,
22
+ "eval_samples_per_second": 211.754,
23
+ "eval_steps_per_second": 13.829,
24
+ "step": 550
25
+ },
26
+ {
27
+ "epoch": 1.82,
28
+ "learning_rate": 2.2187996969143835e-06,
29
+ "loss": 1.0489,
30
+ "step": 1000
31
+ },
32
+ {
33
+ "epoch": 2.0,
34
+ "eval_accuracy": 0.8448979591836735,
35
+ "eval_loss": 0.860304057598114,
36
+ "eval_runtime": 1.1,
37
+ "eval_samples_per_second": 222.727,
38
+ "eval_steps_per_second": 14.545,
39
+ "step": 1100
40
+ }
41
+ ],
42
+ "logging_steps": 500,
43
+ "max_steps": 1100,
44
+ "num_input_tokens_seen": 0,
45
+ "num_train_epochs": 2,
46
+ "save_steps": 500,
47
+ "total_flos": 1918563271800.0,
48
+ "train_batch_size": 4,
49
+ "trial_name": null,
50
+ "trial_params": {
51
+ "learning_rate": 2.4406796666058216e-05,
52
+ "num_train_epochs": 2,
53
+ "per_device_train_batch_size": 4,
54
+ "seed": 23
55
+ }
56
+ }
run-8/checkpoint-1100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21515c0aee4d3f4dc59057e98dcd8f5a11a85c9d1a2b970eab3ec758ada28202
3
+ size 4728
run-8/checkpoint-1100/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Jan15_00-51-52_DESKTOP-RFEED41/events.out.tfevents.1705262400.DESKTOP-RFEED41.20976.14 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f289b11e547bd71932bc28d1b4ae57102c03994fa57c6e65baa5b166da074ace
3
- size 5589
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:939990a93aae57d807d367969c40cb4698f403dc8717531cfe60812532078aff
3
+ size 6266
runs/Jan15_00-51-52_DESKTOP-RFEED41/events.out.tfevents.1705262836.DESKTOP-RFEED41.20976.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c65c4b56ac88fd9474b75e61f79f70fc9bcb7d0d28716eaf3ea540cfe99aa97
3
+ size 5275
runs/Jan15_03-24-24_DESKTOP-RFEED41/events.out.tfevents.1705263884.DESKTOP-RFEED41.25704.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29d31213a557775abee5070c66830ed3e0f51a7cdaf1ad9a021c4515370d396b
3
+ size 5582
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21515c0aee4d3f4dc59057e98dcd8f5a11a85c9d1a2b970eab3ec758ada28202
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b90b76663031bfc80999460662f900aee143d2aeea6b089afbfa4ec24c2c5a76
3
  size 4728