Upload . with huggingface_hub
Browse files- checkpoint-11212/config.json +30 -0
- checkpoint-11212/optimizer.pt +3 -0
- checkpoint-11212/pytorch_model.bin +3 -0
- checkpoint-11212/rng_state.pth +3 -0
- checkpoint-11212/scheduler.pt +3 -0
- checkpoint-11212/trainer_state.json +0 -0
- checkpoint-11212/training_args.bin +3 -0
- checkpoint-14015/config.json +30 -0
- checkpoint-14015/optimizer.pt +3 -0
- checkpoint-14015/pytorch_model.bin +3 -0
- checkpoint-14015/rng_state.pth +3 -0
- checkpoint-14015/scheduler.pt +3 -0
- checkpoint-14015/trainer_state.json +0 -0
- checkpoint-14015/training_args.bin +3 -0
- checkpoint-2803/config.json +30 -0
- checkpoint-2803/optimizer.pt +3 -0
- checkpoint-2803/pytorch_model.bin +3 -0
- checkpoint-2803/rng_state.pth +3 -0
- checkpoint-2803/scheduler.pt +3 -0
- checkpoint-2803/trainer_state.json +0 -0
- checkpoint-2803/training_args.bin +3 -0
- checkpoint-5606/config.json +30 -0
- checkpoint-5606/optimizer.pt +3 -0
- checkpoint-5606/pytorch_model.bin +3 -0
- checkpoint-5606/rng_state.pth +3 -0
- checkpoint-5606/scheduler.pt +3 -0
- checkpoint-5606/trainer_state.json +0 -0
- checkpoint-5606/training_args.bin +3 -0
- checkpoint-8409/config.json +30 -0
- checkpoint-8409/optimizer.pt +3 -0
- checkpoint-8409/pytorch_model.bin +3 -0
- checkpoint-8409/rng_state.pth +3 -0
- checkpoint-8409/scheduler.pt +3 -0
- checkpoint-8409/trainer_state.json +0 -0
- checkpoint-8409/training_args.bin +3 -0
- pytorch_model.bin +1 -1
checkpoint-11212/config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-cased",
|
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": "NOT ENGAGING TITLE",
|
13 |
+
"1": "ENGAGING TITLE"
|
14 |
+
},
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"max_position_embeddings": 512,
|
17 |
+
"model_type": "distilbert",
|
18 |
+
"n_heads": 12,
|
19 |
+
"n_layers": 6,
|
20 |
+
"output_past": true,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"problem_type": "single_label_classification",
|
23 |
+
"qa_dropout": 0.1,
|
24 |
+
"seq_classif_dropout": 0.2,
|
25 |
+
"sinusoidal_pos_embds": false,
|
26 |
+
"tie_weights_": true,
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.28.1",
|
29 |
+
"vocab_size": 28996
|
30 |
+
}
|
checkpoint-11212/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e8149902ade0516c7defe54de8f5f499e7ee1a33be9494cb50de9e468c92a0a
|
3 |
+
size 526325317
|
checkpoint-11212/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb5b06e2d4437f339617a026c3a3e435ab8cd50088c7f7809f5dba0233a18201
|
3 |
+
size 263167661
|
checkpoint-11212/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49a92c55e3d2b791bceefdf7b89acd570e91aef96ebded7cf3e60c648a4b090c
|
3 |
+
size 14575
|
checkpoint-11212/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c616020cfc877a07180728dd4d7e68390faa0aba5a44a1404829f6babd46a565
|
3 |
+
size 627
|
checkpoint-11212/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-11212/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35e9afce1e3c79b8e48cf5f8ebfabc8d8c664c71a26a1f06b3d10a19ff9b5ca5
|
3 |
+
size 3579
|
checkpoint-14015/config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-cased",
|
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": "NOT ENGAGING TITLE",
|
13 |
+
"1": "ENGAGING TITLE"
|
14 |
+
},
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"max_position_embeddings": 512,
|
17 |
+
"model_type": "distilbert",
|
18 |
+
"n_heads": 12,
|
19 |
+
"n_layers": 6,
|
20 |
+
"output_past": true,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"problem_type": "single_label_classification",
|
23 |
+
"qa_dropout": 0.1,
|
24 |
+
"seq_classif_dropout": 0.2,
|
25 |
+
"sinusoidal_pos_embds": false,
|
26 |
+
"tie_weights_": true,
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.28.1",
|
29 |
+
"vocab_size": 28996
|
30 |
+
}
|
checkpoint-14015/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de4cc7687cc906d12e09b60ecd382c10d42d423d481aaef654f62e71ef83837f
|
3 |
+
size 526325317
|
checkpoint-14015/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fbb123f721ff90d863627b3865811cfbd72f814f1231effeb6a0007e6e67d48
|
3 |
+
size 263167661
|
checkpoint-14015/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19f87d879d64d43b5467cab117ec9367c3c45de86066c7cadb5f2211da548e4d
|
3 |
+
size 14575
|
checkpoint-14015/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1e57edd154b905d5bb1fd00ec59705771169e97e98bd4a1e2264e86240b469b
|
3 |
+
size 627
|
checkpoint-14015/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-14015/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35e9afce1e3c79b8e48cf5f8ebfabc8d8c664c71a26a1f06b3d10a19ff9b5ca5
|
3 |
+
size 3579
|
checkpoint-2803/config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-cased",
|
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": "NOT ENGAGING TITLE",
|
13 |
+
"1": "ENGAGING TITLE"
|
14 |
+
},
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"max_position_embeddings": 512,
|
17 |
+
"model_type": "distilbert",
|
18 |
+
"n_heads": 12,
|
19 |
+
"n_layers": 6,
|
20 |
+
"output_past": true,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"problem_type": "single_label_classification",
|
23 |
+
"qa_dropout": 0.1,
|
24 |
+
"seq_classif_dropout": 0.2,
|
25 |
+
"sinusoidal_pos_embds": false,
|
26 |
+
"tie_weights_": true,
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.28.1",
|
29 |
+
"vocab_size": 28996
|
30 |
+
}
|
checkpoint-2803/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:845fab75d61df154b6b86c007b3c09bf09137cbe1a182b7b62ce56da13f7827d
|
3 |
+
size 526325317
|
checkpoint-2803/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d97480dd49e47c313ede3d1ab2ca6f96fd683ace4fb58280443872118bcf0a6
|
3 |
+
size 263167661
|
checkpoint-2803/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8fb9bfe1adee66d093bc3450f8a9946956c2da3e6eddfe8622077cd3fe3e6a9
|
3 |
+
size 14575
|
checkpoint-2803/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d571c5fd486f1803bee99a106167b3d27860071493d91d9ddcef78fdc038e86
|
3 |
+
size 627
|
checkpoint-2803/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-2803/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35e9afce1e3c79b8e48cf5f8ebfabc8d8c664c71a26a1f06b3d10a19ff9b5ca5
|
3 |
+
size 3579
|
checkpoint-5606/config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-cased",
|
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": "NOT ENGAGING TITLE",
|
13 |
+
"1": "ENGAGING TITLE"
|
14 |
+
},
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"max_position_embeddings": 512,
|
17 |
+
"model_type": "distilbert",
|
18 |
+
"n_heads": 12,
|
19 |
+
"n_layers": 6,
|
20 |
+
"output_past": true,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"problem_type": "single_label_classification",
|
23 |
+
"qa_dropout": 0.1,
|
24 |
+
"seq_classif_dropout": 0.2,
|
25 |
+
"sinusoidal_pos_embds": false,
|
26 |
+
"tie_weights_": true,
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.28.1",
|
29 |
+
"vocab_size": 28996
|
30 |
+
}
|
checkpoint-5606/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a504a11e1c488227bb74fbe8a403e600fa83b1bfe7044e4f349b2083793a2716
|
3 |
+
size 526325317
|
checkpoint-5606/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73345a7284df33d295ba9ddc78008a925d7ced74a2c3bd4b84238cd002a7c83b
|
3 |
+
size 263167661
|
checkpoint-5606/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ee414b91555ecd8448b0e68861a2e142b9b145e151358ecc11fcd2364d55121
|
3 |
+
size 14575
|
checkpoint-5606/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78ee89a5744fa63717880baf4a9ff0223ab3b1361d41efa47f0969227114549b
|
3 |
+
size 627
|
checkpoint-5606/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-5606/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35e9afce1e3c79b8e48cf5f8ebfabc8d8c664c71a26a1f06b3d10a19ff9b5ca5
|
3 |
+
size 3579
|
checkpoint-8409/config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-cased",
|
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": "NOT ENGAGING TITLE",
|
13 |
+
"1": "ENGAGING TITLE"
|
14 |
+
},
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"max_position_embeddings": 512,
|
17 |
+
"model_type": "distilbert",
|
18 |
+
"n_heads": 12,
|
19 |
+
"n_layers": 6,
|
20 |
+
"output_past": true,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"problem_type": "single_label_classification",
|
23 |
+
"qa_dropout": 0.1,
|
24 |
+
"seq_classif_dropout": 0.2,
|
25 |
+
"sinusoidal_pos_embds": false,
|
26 |
+
"tie_weights_": true,
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.28.1",
|
29 |
+
"vocab_size": 28996
|
30 |
+
}
|
checkpoint-8409/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7be17466593246177777b4800d716781ec8dfc63cfbcdb241b48a8684a561ab6
|
3 |
+
size 526325317
|
checkpoint-8409/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db5195e284b7d153a6a9c939be2c6bcbc6a1423852fab2febadbfed2986c28c2
|
3 |
+
size 263167661
|
checkpoint-8409/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4772bf20e4a0f2986694958ec0473c176119bde340b69ba5d0228ede592d85c
|
3 |
+
size 14575
|
checkpoint-8409/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24037377857248c6ab3526eb43ea88dd4c5f4ad3afdcf8939ccc3615f8c0e5ff
|
3 |
+
size 627
|
checkpoint-8409/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-8409/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35e9afce1e3c79b8e48cf5f8ebfabc8d8c664c71a26a1f06b3d10a19ff9b5ca5
|
3 |
+
size 3579
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 263167661
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db5195e284b7d153a6a9c939be2c6bcbc6a1423852fab2febadbfed2986c28c2
|
3 |
size 263167661
|