uvegesistvan commited on
Commit
5a6e311
·
verified ·
1 Parent(s): 8054864

Upload folder using huggingface_hub

Browse files
checkpoint-9957/config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-large",
3
+ "architectures": [
4
+ "XLMRobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
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
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 4096,
26
+ "label2id": {
27
+ "LABEL_0": 0,
28
+ "LABEL_1": 1,
29
+ "LABEL_2": 2,
30
+ "LABEL_3": 3,
31
+ "LABEL_4": 4,
32
+ "LABEL_5": 5,
33
+ "LABEL_6": 6,
34
+ "LABEL_7": 7,
35
+ "LABEL_8": 8
36
+ },
37
+ "layer_norm_eps": 1e-05,
38
+ "max_position_embeddings": 514,
39
+ "model_type": "xlm-roberta",
40
+ "num_attention_heads": 16,
41
+ "num_hidden_layers": 24,
42
+ "output_past": true,
43
+ "pad_token_id": 1,
44
+ "position_embedding_type": "absolute",
45
+ "problem_type": "single_label_classification",
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.48.0",
48
+ "type_vocab_size": 1,
49
+ "use_cache": true,
50
+ "vocab_size": 250002
51
+ }
checkpoint-9957/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c7d926f0002e6cf9bd0a63d628d4cd47e91cab2f5a3698a14d760d8a8cef73f
3
+ size 2239647372
checkpoint-9957/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cb9e2834caa69a96ddeceb849fd8acc160168e6b9bd0a35d143c50420979b0b
3
+ size 4479530129
checkpoint-9957/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49600514f0cd99cd4ba21090be6e92fcc5b7cf237c7198bf4b599aa44a5ee122
3
+ size 14244
checkpoint-9957/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eeb3db8e19661efc0d0fcc9e0c7020725b18b2cc26c7a69ad15dcdeecac71a1
3
+ size 1064
checkpoint-9957/trainer_state.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8913964033126831,
3
+ "best_model_checkpoint": "model/checkpoint-9957",
4
+ "epoch": 3.0,
5
+ "eval_steps": 100,
6
+ "global_step": 9957,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "grad_norm": 95.41226959228516,
14
+ "learning_rate": 8.333333333333334e-06,
15
+ "loss": 0.9887,
16
+ "step": 3319
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.6427099433281813,
21
+ "eval_f1": 0.6362675681925845,
22
+ "eval_loss": 0.9748880863189697,
23
+ "eval_precision": 0.6412600657922037,
24
+ "eval_recall": 0.6427099433281813,
25
+ "eval_runtime": 83.3209,
26
+ "eval_samples_per_second": 93.182,
27
+ "eval_steps_per_second": 5.833,
28
+ "step": 3319
29
+ },
30
+ {
31
+ "epoch": 2.0,
32
+ "grad_norm": 29.479955673217773,
33
+ "learning_rate": 6.666666666666667e-06,
34
+ "loss": 0.7919,
35
+ "step": 6638
36
+ },
37
+ {
38
+ "epoch": 2.0,
39
+ "eval_accuracy": 0.6638330757341576,
40
+ "eval_f1": 0.66118279256384,
41
+ "eval_loss": 0.9310498833656311,
42
+ "eval_precision": 0.6790303107302725,
43
+ "eval_recall": 0.6638330757341576,
44
+ "eval_runtime": 83.4281,
45
+ "eval_samples_per_second": 93.062,
46
+ "eval_steps_per_second": 5.825,
47
+ "step": 6638
48
+ },
49
+ {
50
+ "epoch": 3.0,
51
+ "grad_norm": 31.655752182006836,
52
+ "learning_rate": 5e-06,
53
+ "loss": 0.7148,
54
+ "step": 9957
55
+ },
56
+ {
57
+ "epoch": 3.0,
58
+ "eval_accuracy": 0.6741370427614631,
59
+ "eval_f1": 0.673374941897694,
60
+ "eval_loss": 0.8913964033126831,
61
+ "eval_precision": 0.6802238276908182,
62
+ "eval_recall": 0.6741370427614631,
63
+ "eval_runtime": 83.3553,
64
+ "eval_samples_per_second": 93.143,
65
+ "eval_steps_per_second": 5.83,
66
+ "step": 9957
67
+ }
68
+ ],
69
+ "logging_steps": 100,
70
+ "max_steps": 19914,
71
+ "num_input_tokens_seen": 0,
72
+ "num_train_epochs": 6,
73
+ "save_steps": 100,
74
+ "stateful_callbacks": {
75
+ "EarlyStoppingCallback": {
76
+ "args": {
77
+ "early_stopping_patience": 2,
78
+ "early_stopping_threshold": 0.0
79
+ },
80
+ "attributes": {
81
+ "early_stopping_patience_counter": 0
82
+ }
83
+ },
84
+ "TrainerControl": {
85
+ "args": {
86
+ "should_epoch_stop": false,
87
+ "should_evaluate": false,
88
+ "should_log": false,
89
+ "should_save": true,
90
+ "should_training_stop": false
91
+ },
92
+ "attributes": {}
93
+ }
94
+ },
95
+ "total_flos": 7.42286907724078e+16,
96
+ "train_batch_size": 16,
97
+ "trial_name": null,
98
+ "trial_params": null
99
+ }
checkpoint-9957/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de273838f57747afd3006ebd4c66d232f4334f36315cdb16f0ef458d93b5f23
3
+ size 5240
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-large",
3
+ "architectures": [
4
+ "XLMRobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
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
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 4096,
26
+ "label2id": {
27
+ "LABEL_0": 0,
28
+ "LABEL_1": 1,
29
+ "LABEL_2": 2,
30
+ "LABEL_3": 3,
31
+ "LABEL_4": 4,
32
+ "LABEL_5": 5,
33
+ "LABEL_6": 6,
34
+ "LABEL_7": 7,
35
+ "LABEL_8": 8
36
+ },
37
+ "layer_norm_eps": 1e-05,
38
+ "max_position_embeddings": 514,
39
+ "model_type": "xlm-roberta",
40
+ "num_attention_heads": 16,
41
+ "num_hidden_layers": 24,
42
+ "output_past": true,
43
+ "pad_token_id": 1,
44
+ "position_embedding_type": "absolute",
45
+ "problem_type": "single_label_classification",
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.48.0",
48
+ "type_vocab_size": 1,
49
+ "use_cache": true,
50
+ "vocab_size": 250002
51
+ }
events.out.tfevents.1734268801.5dc78d0c0094.597.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cc1315c7e1f2183cb5b32925df2e7b72f36542226b646d07a45f3c2ae0533f0
3
+ size 8513
events.out.tfevents.1734292683.26dae68edbc1.519.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:153851a01c1db2c0602694cc5524d930f1f95c7a7c3a8cd4d23bbb7b09b9dc0a
3
+ size 5395
events.out.tfevents.1734293482.15565a6fdb0d.517.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5315719c053e1861da202c80e15d78116f848d40ccf4a2f40dcb34688c8375dc
3
+ size 7444
events.out.tfevents.1734299316.15565a6fdb0d.14799.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b30436099c0ccf2daef57aa51b47cca5db54f956c27940eddb55b1a3664918dc
3
+ size 8481
events.out.tfevents.1734305996.15565a6fdb0d.14799.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60026a51a67f1cd87355d4a35d74e7f092d77e110549e5808328478f692f45f4
3
+ size 9164
events.out.tfevents.1736275701.ccf8e4cfc100.602.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6f36308fbef6bcf0fd81c4e7d64d450c8eaf5800a624df96fa1aa07a6895801
3
+ size 5395
events.out.tfevents.1736278450.ccf8e4cfc100.602.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f65837e8097fba7e1c62f4323abc004c45d8d76c915594caedfac13d1992850
3
+ size 9183
events.out.tfevents.1736347759.affcea672b22.1013.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eddd5f5bb8672975a8cd0b0171c1ba334ad85b542ee025aa522b9df4570fa05
3
+ size 5395
events.out.tfevents.1736347909.a7ec1308ad87.517.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49bcc672afaf6045e973673ac75f3625ea2ad3cacf8d098f50e4385bad595f79
3
+ size 5395
events.out.tfevents.1736348086.a7ec1308ad87.1015.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bf5216291240dba6beaa7e66bdb7888f5b358c46ed8ddd08f935a4e380772ec
3
+ size 5395
events.out.tfevents.1736348328.892f0a65915d.511.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:222f7266238deb428ba3800c68968ba8f80f58aa05b3318929ffb0a9a7e5b1e9
3
+ size 8481
events.out.tfevents.1736529172.1a9a4426b2c0.783.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33eb538b3bfb14a8557b8f6934c99a2e7e2dd0f44dc3356c508585c116b54c6a
3
+ size 5395
events.out.tfevents.1736529480.a0c18d20ace0.511.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30b325f8dcf516b2f62ef7c4afcd44f3ee3e91cf458292cf54c978f60e03335e
3
+ size 8481
events.out.tfevents.1736549406.f0c728e9d75e.800.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ad8887dbed3fc02d3433ce314d61e48216fcfe486bfb03b775b46e8b096da25
3
+ size 9879
events.out.tfevents.1736591693.018665a8db46.767.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:def3970897f3c61f36c37d5fdd7c1548f71ce41fd8bf64d66d123c8434a912d7
3
+ size 8481
events.out.tfevents.1736779680.992121edcd4f.758.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8712ded618b7b5d8d4c5a1c6e4592a41803be18f4972c3dbd3448f1476f45581
3
+ size 5395
events.out.tfevents.1736786968.edbe65884e1a.520.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60d4a4ead113d21b39a54eeccfd53524f766aa295284112fbd9883ee16a3590a
3
+ size 8481
events.out.tfevents.1736800088.b710a0a3181d.525.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7960d3f271516197b4fca8ecc200129e232a2b4d6742e9d67319e851a14b7bd5
3
+ size 5395
events.out.tfevents.1736800252.76efb2166462.509.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaaf95c473e47d2858e8b952a60af2ef6e488137e173661044d55573ba6ab7e7
3
+ size 8481
events.out.tfevents.1736810702.76efb2166462.509.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f04aa245562aab8ec019246ab8df2711f1b2418025c6a815e4cc1b009b1edb64
3
+ size 9183
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c7d926f0002e6cf9bd0a63d628d4cd47e91cab2f5a3698a14d760d8a8cef73f
3
+ size 2239647372
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de273838f57747afd3006ebd4c66d232f4334f36315cdb16f0ef458d93b5f23
3
+ size 5240