slevis commited on
Commit
fa0373b
·
verified ·
1 Parent(s): 215449c

Training in progress, epoch 2

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7b3e40006dfbbb0b013a50f60402e18c0cad89d65192248d8cad2ca1181dc96
3
  size 267835644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e155afcdacda71cb5dd7910fc2d76cd060540068b1e8b06aaee9bb5d13c3e0f8
3
  size 267835644
run-2/checkpoint-820/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert/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": "Not-Applicable",
13
+ "1": "Closed",
14
+ "2": "Open"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "Closed": 1,
19
+ "Not-Applicable": 0,
20
+ "Open": 2
21
+ },
22
+ "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
+ "pad_token_id": 0,
27
+ "problem_type": "single_label_classification",
28
+ "qa_dropout": 0.1,
29
+ "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": false,
31
+ "tie_weights_": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.41.2",
34
+ "vocab_size": 30522
35
+ }
run-2/checkpoint-820/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e155afcdacda71cb5dd7910fc2d76cd060540068b1e8b06aaee9bb5d13c3e0f8
3
+ size 267835644
run-2/checkpoint-820/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f005acfd3fce21975a4c540208743e9f3214e47c8e3d2acdb7bf24d75ba7b3
3
+ size 535733434
run-2/checkpoint-820/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1413cab1eb2fda657c624e979f84406b7cce7c72a1d30fed57c0f54fa00d206e
3
+ size 14308
run-2/checkpoint-820/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bee53137a06ca607991271c63ead52a3039e7213660364fee434e561ef149ee
3
+ size 1064
run-2/checkpoint-820/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-2/checkpoint-820/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-820/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": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-2/checkpoint-820/trainer_state.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.2669081389904022,
3
+ "best_model_checkpoint": "bert-finetuned-das/run-2/checkpoint-820",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 820,
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_accuracy": 0.8903775883069428,
14
+ "eval_loss": 0.3384491503238678,
15
+ "eval_runtime": 2.0928,
16
+ "eval_samples_per_second": 392.288,
17
+ "eval_steps_per_second": 24.847,
18
+ "step": 410
19
+ },
20
+ {
21
+ "epoch": 1.2195121951219512,
22
+ "grad_norm": 1.6518828868865967,
23
+ "learning_rate": 5.3856111022740605e-06,
24
+ "loss": 0.4169,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.9086479902557856,
30
+ "eval_loss": 0.2669081389904022,
31
+ "eval_runtime": 2.1495,
32
+ "eval_samples_per_second": 381.941,
33
+ "eval_steps_per_second": 24.191,
34
+ "step": 820
35
+ }
36
+ ],
37
+ "logging_steps": 500,
38
+ "max_steps": 1230,
39
+ "num_input_tokens_seen": 0,
40
+ "num_train_epochs": 3,
41
+ "save_steps": 500,
42
+ "stateful_callbacks": {
43
+ "TrainerControl": {
44
+ "args": {
45
+ "should_epoch_stop": false,
46
+ "should_evaluate": false,
47
+ "should_log": false,
48
+ "should_save": true,
49
+ "should_training_stop": false
50
+ },
51
+ "attributes": {}
52
+ }
53
+ },
54
+ "total_flos": 113814292959792.0,
55
+ "train_batch_size": 8,
56
+ "trial_name": null,
57
+ "trial_params": {
58
+ "learning_rate": 9.074385829859034e-06,
59
+ "num_train_epochs": 3,
60
+ "per_device_train_batch_size": 8,
61
+ "seed": 37
62
+ }
63
+ }
run-2/checkpoint-820/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a90bb106ccdd2ccf2a4824c59376533afb88bd2957ad800a06ac02b31f5d622
3
+ size 5112
run-2/checkpoint-820/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Jul17_22-58-25_10dbc3c42dd8/events.out.tfevents.1721257663.10dbc3c42dd8.34.5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57c0bb020c2e35596511d5f0306aefda27eca87a721aee348d9317fd4a26ff8e
3
- size 5414
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ae2b75e4d86a3d6a775af6307f762f148d8ea6680629d821f71aeed4e728458
3
+ size 5948