Upload folder using huggingface_hub
Browse files- checkpoint-3125/config.json +31 -0
- checkpoint-3125/optimizer.pt +3 -0
- checkpoint-3125/pytorch_model.bin +3 -0
- checkpoint-3125/rng_state.pth +3 -0
- checkpoint-3125/scheduler.pt +3 -0
- checkpoint-3125/trainer_state.json +0 -0
- checkpoint-3125/training_args.bin +3 -0
- config.json +31 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
checkpoint-3125/config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-cased",
|
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": "WEAK PASSWORD",
|
14 |
+
"1": "STRONG PASSWORD"
|
15 |
+
},
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 3072,
|
18 |
+
"layer_norm_eps": 1e-12,
|
19 |
+
"max_position_embeddings": 512,
|
20 |
+
"model_type": "bert",
|
21 |
+
"num_attention_heads": 12,
|
22 |
+
"num_hidden_layers": 12,
|
23 |
+
"pad_token_id": 0,
|
24 |
+
"position_embedding_type": "absolute",
|
25 |
+
"problem_type": "single_label_classification",
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.30.2",
|
28 |
+
"type_vocab_size": 2,
|
29 |
+
"use_cache": true,
|
30 |
+
"vocab_size": 28996
|
31 |
+
}
|
checkpoint-3125/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d21c7750243decfbf50b0b1b8f5f1afa7d628542314749cef8ce44b395e3b6c
|
3 |
+
size 866612421
|
checkpoint-3125/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c70c6de8364fb959e2d9ab67c9f379d576e49f17100fae658f35debde117f710
|
3 |
+
size 433320053
|
checkpoint-3125/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:daa6a851ec565059a5e9ea7b91c32be03a47049766151ab24d0133b229658653
|
3 |
+
size 14575
|
checkpoint-3125/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f4712346212cbbff6ecd8ee384e4e89e8e6086b633f88416cc315c884f582b0
|
3 |
+
size 627
|
checkpoint-3125/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-3125/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0304b33d01186f22fdcf78e178bd2cc72f77fa2c51677e943627f6cb2cffb3b
|
3 |
+
size 3899
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-cased",
|
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": "WEAK PASSWORD",
|
14 |
+
"1": "STRONG PASSWORD"
|
15 |
+
},
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 3072,
|
18 |
+
"layer_norm_eps": 1e-12,
|
19 |
+
"max_position_embeddings": 512,
|
20 |
+
"model_type": "bert",
|
21 |
+
"num_attention_heads": 12,
|
22 |
+
"num_hidden_layers": 12,
|
23 |
+
"pad_token_id": 0,
|
24 |
+
"position_embedding_type": "absolute",
|
25 |
+
"problem_type": "single_label_classification",
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.30.2",
|
28 |
+
"type_vocab_size": 2,
|
29 |
+
"use_cache": true,
|
30 |
+
"vocab_size": 28996
|
31 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c70c6de8364fb959e2d9ab67c9f379d576e49f17100fae658f35debde117f710
|
3 |
+
size 433320053
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0304b33d01186f22fdcf78e178bd2cc72f77fa2c51677e943627f6cb2cffb3b
|
3 |
+
size 3899
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|