agvidit1 commited on
Commit
af56e77
·
1 Parent(s): c592ebc

Training in progress, epoch 2

Browse files
logs/events.out.tfevents.1702155607.tron63.umiacs.umd.edu CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5efe084fdd538f5a7d2d945ee703351c2bafaf98deb99231bb14a116084d20af
3
- size 4479
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baed2d0f7e58c2b715e78408eb7215d2f175bfc53f306ed6e3d25baacae194f6
3
+ size 4959
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:84c42e690cbbfbc22adad6612fbf4afc14a5c2850da1b403404abd9f15ae8eb8
3
  size 267838720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:402e011190d9d864051dcf6e6f4bb93089d97a26f8828e9eb5f2a9ddb132cb24
3
  size 267838720
run-4/checkpoint-548/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "agvidit1/DistilledBert_HateSpeech_pretrain",
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": "noHate",
13
+ "1": "hate",
14
+ "2": "idk/skip",
15
+ "3": "relation"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "label2id": {
19
+ "hate": "1",
20
+ "idk/skip": "2",
21
+ "noHate": "0",
22
+ "relation": "3"
23
+ },
24
+ "max_position_embeddings": 512,
25
+ "model_type": "distilbert",
26
+ "n_heads": 12,
27
+ "n_layers": 6,
28
+ "pad_token_id": 0,
29
+ "problem_type": "single_label_classification",
30
+ "qa_dropout": 0.1,
31
+ "seq_classif_dropout": 0.2,
32
+ "sinusoidal_pos_embds": false,
33
+ "tie_weights_": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.35.2",
36
+ "vocab_size": 30522
37
+ }
run-4/checkpoint-548/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:402e011190d9d864051dcf6e6f4bb93089d97a26f8828e9eb5f2a9ddb132cb24
3
+ size 267838720
run-4/checkpoint-548/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:998c2dc6e61a0d1d3361fcbf8060c7fd22b932b4528d3af8eb0fab21c79ba7f0
3
+ size 535739578
run-4/checkpoint-548/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d4c1e30249fd9b6e11118ec5efc93e49514f765d8e319e939eb2de3735c5e69
3
+ size 14308
run-4/checkpoint-548/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1318f63251686b04d0d0c094083f709aca3a002678d7a6560760a672e04bb6e
3
+ size 1064
run-4/checkpoint-548/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-4/checkpoint-548/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "DistilBertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
run-4/checkpoint-548/trainer_state.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.850091407678245,
3
+ "best_model_checkpoint": "distilbert-hate_speech18/run-4/checkpoint-274",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 548,
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
+ "learning_rate": 8.15331111796953e-07,
14
+ "loss": 0.6946,
15
+ "step": 274
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_accuracy": 0.850091407678245,
20
+ "eval_loss": 0.5388411283493042,
21
+ "eval_runtime": 2.6594,
22
+ "eval_samples_per_second": 411.373,
23
+ "eval_steps_per_second": 13.161,
24
+ "step": 274
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "learning_rate": 4.076655558984765e-07,
29
+ "loss": 0.5064,
30
+ "step": 548
31
+ },
32
+ {
33
+ "epoch": 2.0,
34
+ "eval_accuracy": 0.850091407678245,
35
+ "eval_loss": 0.5175882577896118,
36
+ "eval_runtime": 2.662,
37
+ "eval_samples_per_second": 410.968,
38
+ "eval_steps_per_second": 13.148,
39
+ "step": 548
40
+ }
41
+ ],
42
+ "logging_steps": 500,
43
+ "max_steps": 822,
44
+ "num_train_epochs": 3,
45
+ "save_steps": 500,
46
+ "total_flos": 371152219305840.0,
47
+ "trial_name": null,
48
+ "trial_params": {
49
+ "alpha": 0.7674697347517282,
50
+ "learning_rate": 1.2229966676954296e-06,
51
+ "num_train_epochs": 3,
52
+ "per_device_eval_batch_size": 32,
53
+ "per_device_train_batch_size": 32,
54
+ "temperature": 18
55
+ }
56
+ }
run-4/checkpoint-548/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f119c2c47c2ddc105a364fdbf6e72870d737cf46fe71df9314db160fb0f336d2
3
+ size 4664
run-4/checkpoint-548/vocab.txt ADDED
The diff for this file is too large to render. See raw diff