joseph10 commited on
Commit
95a8598
1 Parent(s): f68ddf2

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -2,17 +2,12 @@
2
  "_name_or_path": "agvidit1/DistilledBert_HateSpeech_pretrain",
3
  "activation": "gelu",
4
  "architectures": [
5
- "BertForSequenceClassification"
6
  ],
7
  "attention_dropout": 0.1,
8
- "attention_probs_dropout_prob": 0.1,
9
- "classifier_dropout": null,
10
  "dim": 768,
11
  "dropout": 0.1,
12
- "hidden_act": "gelu",
13
  "hidden_dim": 3072,
14
- "hidden_dropout_prob": 0.1,
15
- "hidden_size": 768,
16
  "id2label": {
17
  "0": 0,
18
  "1": 1,
@@ -20,22 +15,17 @@
20
  "3": 3
21
  },
22
  "initializer_range": 0.02,
23
- "intermediate_size": 3072,
24
  "label2id": {
25
  "0": 0,
26
  "1": 1,
27
  "2": 2,
28
  "3": 3
29
  },
30
- "layer_norm_eps": 1e-12,
31
  "max_position_embeddings": 512,
32
- "model_type": "bert",
33
  "n_heads": 12,
34
  "n_layers": 6,
35
- "num_attention_heads": 12,
36
- "num_hidden_layers": 12,
37
  "pad_token_id": 0,
38
- "position_embedding_type": "absolute",
39
  "problem_type": "single_label_classification",
40
  "qa_dropout": 0.1,
41
  "seq_classif_dropout": 0.2,
@@ -43,7 +33,5 @@
43
  "tie_weights_": true,
44
  "torch_dtype": "float32",
45
  "transformers_version": "4.36.0.dev0",
46
- "type_vocab_size": 2,
47
- "use_cache": true,
48
  "vocab_size": 30522
49
  }
 
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": 0,
13
  "1": 1,
 
15
  "3": 3
16
  },
17
  "initializer_range": 0.02,
 
18
  "label2id": {
19
  "0": 0,
20
  "1": 1,
21
  "2": 2,
22
  "3": 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,
 
33
  "tie_weights_": true,
34
  "torch_dtype": "float32",
35
  "transformers_version": "4.36.0.dev0",
 
 
36
  "vocab_size": 30522
37
  }
logs/events.out.tfevents.1702159308.joseph_legion.21448.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fcce4b04a796be6d6c2895b7a672fa80c5334e5be488a9b571d45689483ded0
3
- size 6216
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:423ad46e9eba7533e72a5eaf0916c2d88353bbb8a7d3c740d2aa1392e7dd27fa
3
+ size 7050
logs/events.out.tfevents.1702161414.joseph_legion.21448.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acc9c8449a0a87b939c9c39350362f1cc2a9f001098147ae05395ab828467019
3
+ size 4935
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a07c9f34b57a3a13a342479464cb5d73b1091df4f7e03defda474e020a5de74b
3
- size 437964800
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdf7db061b64c747840ad641e4d1dd91554db63af5589d5731f9eeef23ac906c
3
+ size 267838720
run-0/checkpoint-240/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": 0,
13
+ "1": 1,
14
+ "2": 2,
15
+ "3": 3
16
+ },
17
+ "initializer_range": 0.02,
18
+ "label2id": {
19
+ "0": 0,
20
+ "1": 1,
21
+ "2": 2,
22
+ "3": 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.36.0.dev0",
36
+ "vocab_size": 30522
37
+ }
run-0/checkpoint-240/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdf7db061b64c747840ad641e4d1dd91554db63af5589d5731f9eeef23ac906c
3
+ size 267838720
run-0/checkpoint-240/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d1bf6443d168ba65c9ec352d42d0d93ba0fed23639e654b7bab7e26c00d388a
3
+ size 535739578
run-0/checkpoint-240/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2fcff0827ca522e87f836d14f0cd5430b25ecce7f7ce5f905da8656f7dcf685
3
+ size 14308
run-0/checkpoint-240/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54afb1f766f95429b4cbb7803c66a36dff5cfc471244fad256d6c739670b5374
3
+ size 1064
run-0/checkpoint-240/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-0/checkpoint-240/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-0/checkpoint-240/trainer_state.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8555758683729433,
3
+ "best_model_checkpoint": "distilbert-hate_speech18\\run-0\\checkpoint-240",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 240,
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": 1.200932249944345e-06,
14
+ "loss": 0.3542,
15
+ "step": 240
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_accuracy": 0.8555758683729433,
20
+ "eval_loss": 0.34542378783226013,
21
+ "eval_runtime": 27.8228,
22
+ "eval_samples_per_second": 78.641,
23
+ "eval_steps_per_second": 2.48,
24
+ "step": 240
25
+ }
26
+ ],
27
+ "logging_steps": 500,
28
+ "max_steps": 1440,
29
+ "num_input_tokens_seen": 0,
30
+ "num_train_epochs": 6,
31
+ "save_steps": 500,
32
+ "total_flos": 163370211234720.0,
33
+ "trial_name": null,
34
+ "trial_params": {
35
+ "alpha": 0.2937223587192618,
36
+ "learning_rate": 1.441118699933214e-06,
37
+ "num_train_epochs": 6,
38
+ "per_device_eval_batch_size": 32,
39
+ "per_device_train_batch_size": 32,
40
+ "temperature": 22
41
+ }
42
+ }
run-0/checkpoint-240/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c270c372d171f05f77d295e45676e68498a717682284e18b37bf87d03001f66
3
+ size 4792
run-0/checkpoint-240/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13e5641ecfb96fdcb3407ab96df0305126645cc5a0272622b637913e172e8c46
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c270c372d171f05f77d295e45676e68498a717682284e18b37bf87d03001f66
3
  size 4792