diogopaes10 commited on
Commit
5f1dc18
1 Parent(s): f8ecd3c

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
checkpoint-250/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
checkpoint-250/config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-base",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "Society & Culture",
12
+ "1": "Science & Mathematics",
13
+ "2": "Health",
14
+ "3": "Education & Reference",
15
+ "4": "Computers & Internet",
16
+ "5": "Sports",
17
+ "6": "Business & Finance",
18
+ "7": "Entertainment & Music",
19
+ "8": "Family & Relationships",
20
+ "9": "Politics & Government"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "Business & Finance": 6,
26
+ "Computers & Internet": 4,
27
+ "Education & Reference": 3,
28
+ "Entertainment & Music": 7,
29
+ "Family & Relationships": 8,
30
+ "Health": 2,
31
+ "Politics & Government": 9,
32
+ "Science & Mathematics": 1,
33
+ "Society & Culture": 0,
34
+ "Sports": 5
35
+ },
36
+ "layer_norm_eps": 1e-07,
37
+ "max_position_embeddings": 512,
38
+ "max_relative_positions": -1,
39
+ "model_type": "deberta-v2",
40
+ "norm_rel_ebd": "layer_norm",
41
+ "num_attention_heads": 12,
42
+ "num_hidden_layers": 12,
43
+ "pad_token_id": 0,
44
+ "pooler_dropout": 0,
45
+ "pooler_hidden_act": "gelu",
46
+ "pooler_hidden_size": 768,
47
+ "pos_att_type": [
48
+ "p2c",
49
+ "c2p"
50
+ ],
51
+ "position_biased_input": false,
52
+ "position_buckets": 256,
53
+ "relative_attention": true,
54
+ "share_att_key": true,
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.31.0",
57
+ "type_vocab_size": 0,
58
+ "vocab_size": 128100
59
+ }
checkpoint-250/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb540ce1b76cae8cb730f46390a29df1fb987b6dd5aa96cc6cf3efb0e7457402
3
+ size 1475556869
checkpoint-250/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01b60fe5c771bf1d6371a17ada8a74f4f01b6c72708b6cba4c34199ac3b65440
3
+ size 737788917
checkpoint-250/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9cd9bb740fbec8922391c7cc04b28b60991e2b170db4303ee8ff630d45412ff
3
+ size 14575
checkpoint-250/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19cd4ab287264ead52ae36fdf79cf0921f7b920697356e06d4b46a038af15fd0
3
+ size 627
checkpoint-250/special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": "[UNK]"
9
+ }
checkpoint-250/spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
checkpoint-250/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-250/tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "[CLS]",
5
+ "do_lower_case": false,
6
+ "eos_token": "[SEP]",
7
+ "mask_token": "[MASK]",
8
+ "model_max_length": 1000000000000000019884624838656,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "sp_model_kwargs": {},
12
+ "split_by_punct": false,
13
+ "tokenizer_class": "DebertaV2Tokenizer",
14
+ "unk_token": "[UNK]",
15
+ "vocab_type": "spm"
16
+ }
checkpoint-250/trainer_state.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "global_step": 250,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.0,
12
+ "learning_rate": 1.999466666666667e-05,
13
+ "loss": 2.308,
14
+ "step": 1
15
+ },
16
+ {
17
+ "epoch": 0.75,
18
+ "learning_rate": 1.8997333333333335e-05,
19
+ "loss": 1.6916,
20
+ "step": 188
21
+ },
22
+ {
23
+ "epoch": 0.75,
24
+ "eval_accuracy": 0.6755,
25
+ "eval_disk_space_total": 78.1898422241211,
26
+ "eval_disk_space_used": 24.806385040283203,
27
+ "eval_f1": 0.6708054417489328,
28
+ "eval_gpu_ram_allocated": 2.089780330657959,
29
+ "eval_gpu_ram_cached": 25.85546875,
30
+ "eval_gpu_ram_total": 39.56402587890625,
31
+ "eval_gpu_utilization": 50,
32
+ "eval_loss": 1.1062816381454468,
33
+ "eval_precision": 0.690043017889279,
34
+ "eval_recall": 0.6755,
35
+ "eval_runtime": 2.3912,
36
+ "eval_samples_per_second": 836.398,
37
+ "eval_steps_per_second": 26.347,
38
+ "eval_system_ram_total": 83.48074722290039,
39
+ "eval_system_ram_used": 4.019077301025391,
40
+ "step": 188
41
+ }
42
+ ],
43
+ "max_steps": 3750,
44
+ "num_train_epochs": 15,
45
+ "total_flos": 478954442421888.0,
46
+ "trial_name": null,
47
+ "trial_params": null
48
+ }
checkpoint-250/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c483311c6e034a3b791b3aba6061603f3b239dec5f5cd88a867a5f6743909401
3
+ size 4091
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-base",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "Society & Culture",
12
+ "1": "Science & Mathematics",
13
+ "2": "Health",
14
+ "3": "Education & Reference",
15
+ "4": "Computers & Internet",
16
+ "5": "Sports",
17
+ "6": "Business & Finance",
18
+ "7": "Entertainment & Music",
19
+ "8": "Family & Relationships",
20
+ "9": "Politics & Government"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "Business & Finance": 6,
26
+ "Computers & Internet": 4,
27
+ "Education & Reference": 3,
28
+ "Entertainment & Music": 7,
29
+ "Family & Relationships": 8,
30
+ "Health": 2,
31
+ "Politics & Government": 9,
32
+ "Science & Mathematics": 1,
33
+ "Society & Culture": 0,
34
+ "Sports": 5
35
+ },
36
+ "layer_norm_eps": 1e-07,
37
+ "max_position_embeddings": 512,
38
+ "max_relative_positions": -1,
39
+ "model_type": "deberta-v2",
40
+ "norm_rel_ebd": "layer_norm",
41
+ "num_attention_heads": 12,
42
+ "num_hidden_layers": 12,
43
+ "pad_token_id": 0,
44
+ "pooler_dropout": 0,
45
+ "pooler_hidden_act": "gelu",
46
+ "pooler_hidden_size": 768,
47
+ "pos_att_type": [
48
+ "p2c",
49
+ "c2p"
50
+ ],
51
+ "position_biased_input": false,
52
+ "position_buckets": 256,
53
+ "relative_attention": true,
54
+ "share_att_key": true,
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.31.0",
57
+ "type_vocab_size": 0,
58
+ "vocab_size": 128100
59
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01b60fe5c771bf1d6371a17ada8a74f4f01b6c72708b6cba4c34199ac3b65440
3
+ size 737788917
runs/Jul22_21-19-20_ab4276e44fca/events.out.tfevents.1690060770.ab4276e44fca.659.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48be183149ce19869bac4a47cdab909fa5882f8436f18519cfbf6506cc8b4a0d
3
+ size 6222
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": "[UNK]"
9
+ }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "[CLS]",
5
+ "do_lower_case": false,
6
+ "eos_token": "[SEP]",
7
+ "mask_token": "[MASK]",
8
+ "model_max_length": 1000000000000000019884624838656,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "sp_model_kwargs": {},
12
+ "split_by_punct": false,
13
+ "tokenizer_class": "DebertaV2Tokenizer",
14
+ "unk_token": "[UNK]",
15
+ "vocab_type": "spm"
16
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c483311c6e034a3b791b3aba6061603f3b239dec5f5cd88a867a5f6743909401
3
+ size 4091