poltextlab commited on
Commit
4f31bb4
1 Parent(s): 086d700

Upload with huggingface_hub

Browse files
checkpoint-951/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SZTAKI-HLT/hubert-base-cc",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "LABEL_0": 0,
21
+ "LABEL_1": 1,
22
+ "LABEL_2": 2
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "position_embedding_type": "absolute",
31
+ "problem_type": "multi_label_classification",
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.26.1",
34
+ "type_vocab_size": 2,
35
+ "use_cache": true,
36
+ "vocab_size": 32001
37
+ }
checkpoint-951/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f8d740493a5f98f07b6493bc65f638da136e2af426ffd5f628650e0911dd201
3
+ size 885081221
checkpoint-951/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3980c20b493764630d5a80f560fd318dbdbeb143b658b9956588ffa2733f7a8f
3
+ size 442554485
checkpoint-951/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:560344680712f437bd01288e743883badb4fdf72eeb64fa01dcaac6c3baaa482
3
+ size 14575
checkpoint-951/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4510158adc56b8624be5d43105e18570c6ae47232024a7a7a4c8b3a3a4f751a1
3
+ size 627
checkpoint-951/trainer_state.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.18236210942268372,
3
+ "best_model_checkpoint": "/content/drive/MyDrive/Models/hunEmPoli3/checkpoint-951",
4
+ "epoch": 1.0,
5
+ "global_step": 951,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.0,
12
+ "learning_rate": 4.5e-06,
13
+ "loss": 0.2287,
14
+ "step": 951
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.9026315789473685,
19
+ "eval_loss": 0.18236210942268372,
20
+ "eval_runtime": 17.9753,
21
+ "eval_samples_per_second": 105.701,
22
+ "eval_steps_per_second": 6.62,
23
+ "step": 951
24
+ }
25
+ ],
26
+ "max_steps": 9510,
27
+ "num_train_epochs": 10,
28
+ "total_flos": 3999587062883328.0,
29
+ "trial_name": null,
30
+ "trial_params": null
31
+ }
checkpoint-951/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c557e8b3fe421b2014832d82de5506f5fd3559a493f7d9292dc1259276fa128
3
+ size 3515
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SZTAKI-HLT/hubert-base-cc",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "LABEL_0": 0,
21
+ "LABEL_1": 1,
22
+ "LABEL_2": 2
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "position_embedding_type": "absolute",
31
+ "problem_type": "multi_label_classification",
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.26.1",
34
+ "type_vocab_size": 2,
35
+ "use_cache": true,
36
+ "vocab_size": 32001
37
+ }
logs/1678120318.0848975/events.out.tfevents.1678120318.131ff2b51d23.1948.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a0c0aa07be781478e8ee1cf49ca948a15a1767b6ca0df50029620efef6f454d
3
+ size 5716
logs/1678120480.2153995/events.out.tfevents.1678120480.131ff2b51d23.3759.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75bfd2fa4c65cb250fa1750efe5f257d340734987b6246e339893a22775698d6
3
+ size 5716
logs/1678120647.2959144/events.out.tfevents.1678120647.8ac72d29f73b.2871.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4501c9e92498879342ad1a26ea246f3c134b97a960ecef5112c4a2f003bfc40
3
+ size 5716
logs/1678120946.6941457/events.out.tfevents.1678120946.8a4ef9932d84.380.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75012827c34fe9240c99017a781fa66ef63f862dc1c7757a7843e490c41d84bb
3
+ size 5716
logs/1678127877.5835404/events.out.tfevents.1678127877.6eaca5b4e771.736.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3de4330d5f5774bbf03a7a3551502be26ea8618ecea5ffea3bb9dbb60026ca38
3
+ size 5716
logs/1678132005.3280692/events.out.tfevents.1678132005.8b156af58ee8.3049.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1af6491b7fd6f229b32b605846605204990f70f618f7ab6e375e34618e64c6fd
3
+ size 5716
logs/events.out.tfevents.1678120318.131ff2b51d23.1948.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec4a7e721e2e6ec36eea5e6298c31c7239bb38cf68e617d09d9195c7ce02714f
3
+ size 40
logs/events.out.tfevents.1678120480.131ff2b51d23.3759.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1931e6e0e935ee5d1967eb096fbfcef0b41cf5a43170b5748c9c40e5c2d59bb7
3
+ size 40
logs/events.out.tfevents.1678120647.8ac72d29f73b.2871.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9de8fa67577854bcfa59f2ea9207dd1ec9070a7bcaf1b56e18a4f90dc474c209
3
+ size 40
logs/events.out.tfevents.1678120946.8a4ef9932d84.380.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff16e124e92f6e72d945958df359382eb496d4c468d3cb2eb1001bf711cbfa3e
3
+ size 3807
logs/events.out.tfevents.1678127877.6eaca5b4e771.736.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1f6062f093698a36878f54ab61e099ce5e39e9a46ea863f96216decbfd0265d
3
+ size 4166
logs/events.out.tfevents.1678132004.8b156af58ee8.3049.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a5443621f5584164bed4596b865de4a6d352d2c5565cbcab8df0ccdfa4a6e1a
3
+ size 5803
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3980c20b493764630d5a80f560fd318dbdbeb143b658b9956588ffa2733f7a8f
3
+ size 442554485
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c557e8b3fe421b2014832d82de5506f5fd3559a493f7d9292dc1259276fa128
3
+ size 3515