bill commited on
Commit
3402e4f
·
1 Parent(s): 7716839

add model first

Browse files
checkpoint-100/config.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "architectures": [
3
- "BertForMaskedLM"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "finetuning_task": "mrpc",
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1,
9
- "hidden_size": 768,
10
- "id2label": {
11
- "0": "LABEL_0",
12
- "1": "LABEL_1"
13
- },
14
- "initializer_range": 0.02,
15
- "intermediate_size": 3072,
16
- "is_decoder": false,
17
- "label2id": {
18
- "LABEL_0": 0,
19
- "LABEL_1": 1
20
- },
21
- "layer_norm_eps": 1e-12,
22
- "max_position_embeddings": 512,
23
- "model_type": "bert",
24
- "num_attention_heads": 12,
25
- "num_hidden_layers": 12,
26
- "num_labels": 2,
27
- "output_attentions": false,
28
- "output_hidden_states": false,
29
- "output_past": true,
30
- "pad_token_id": 0,
31
- "pruned_heads": {},
32
- "torchscript": false,
33
- "type_vocab_size": 2,
34
- "use_bfloat16": false,
35
- "vocab_size": 30522
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-100/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc66af2635c4daa34e56f8fca722ec1dddf6e7f186cc6f0554c126a2b4f81b99
3
- size 438011951
 
 
 
 
checkpoint-100/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f45aa84a027fc2a2b15f8da372d95def3345f8bb511ffaec3fe995e11db0df7f
3
- size 1455
 
 
 
 
checkpoint-150/config.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "architectures": [
3
- "BertForMaskedLM"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "finetuning_task": "mrpc",
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1,
9
- "hidden_size": 768,
10
- "id2label": {
11
- "0": "LABEL_0",
12
- "1": "LABEL_1"
13
- },
14
- "initializer_range": 0.02,
15
- "intermediate_size": 3072,
16
- "is_decoder": false,
17
- "label2id": {
18
- "LABEL_0": 0,
19
- "LABEL_1": 1
20
- },
21
- "layer_norm_eps": 1e-12,
22
- "max_position_embeddings": 512,
23
- "model_type": "bert",
24
- "num_attention_heads": 12,
25
- "num_hidden_layers": 12,
26
- "num_labels": 2,
27
- "output_attentions": false,
28
- "output_hidden_states": false,
29
- "output_past": true,
30
- "pad_token_id": 0,
31
- "pruned_heads": {},
32
- "torchscript": false,
33
- "type_vocab_size": 2,
34
- "use_bfloat16": false,
35
- "vocab_size": 30522
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-150/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5823c83b2c373382640a9f8f3e3a1e20ee9c2d15b2dd3470768a6f956197fced
3
- size 438011951
 
 
 
 
checkpoint-150/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f45aa84a027fc2a2b15f8da372d95def3345f8bb511ffaec3fe995e11db0df7f
3
- size 1455
 
 
 
 
checkpoint-200/config.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "architectures": [
3
- "BertForMaskedLM"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "finetuning_task": "mrpc",
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1,
9
- "hidden_size": 768,
10
- "id2label": {
11
- "0": "LABEL_0",
12
- "1": "LABEL_1"
13
- },
14
- "initializer_range": 0.02,
15
- "intermediate_size": 3072,
16
- "is_decoder": false,
17
- "label2id": {
18
- "LABEL_0": 0,
19
- "LABEL_1": 1
20
- },
21
- "layer_norm_eps": 1e-12,
22
- "max_position_embeddings": 512,
23
- "model_type": "bert",
24
- "num_attention_heads": 12,
25
- "num_hidden_layers": 12,
26
- "num_labels": 2,
27
- "output_attentions": false,
28
- "output_hidden_states": false,
29
- "output_past": true,
30
- "pad_token_id": 0,
31
- "pruned_heads": {},
32
- "torchscript": false,
33
- "type_vocab_size": 2,
34
- "use_bfloat16": false,
35
- "vocab_size": 30522
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-200/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7507b1ae57497a06e4e75784b1ee29bded4a9559f05d43839b8ed08ed4c8a40b
3
- size 438011951
 
 
 
 
checkpoint-200/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f45aa84a027fc2a2b15f8da372d95def3345f8bb511ffaec3fe995e11db0df7f
3
- size 1455
 
 
 
 
checkpoint-250/config.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "architectures": [
3
- "BertForMaskedLM"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "finetuning_task": "mrpc",
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1,
9
- "hidden_size": 768,
10
- "id2label": {
11
- "0": "LABEL_0",
12
- "1": "LABEL_1"
13
- },
14
- "initializer_range": 0.02,
15
- "intermediate_size": 3072,
16
- "is_decoder": false,
17
- "label2id": {
18
- "LABEL_0": 0,
19
- "LABEL_1": 1
20
- },
21
- "layer_norm_eps": 1e-12,
22
- "max_position_embeddings": 512,
23
- "model_type": "bert",
24
- "num_attention_heads": 12,
25
- "num_hidden_layers": 12,
26
- "num_labels": 2,
27
- "output_attentions": false,
28
- "output_hidden_states": false,
29
- "output_past": true,
30
- "pad_token_id": 0,
31
- "pruned_heads": {},
32
- "torchscript": false,
33
- "type_vocab_size": 2,
34
- "use_bfloat16": false,
35
- "vocab_size": 30522
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-250/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d029a3a65f4cb6f6f213edcad57404f3900eaa9216495c6101fdf34e11c9cf77
3
- size 438011951
 
 
 
 
checkpoint-250/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f45aa84a027fc2a2b15f8da372d95def3345f8bb511ffaec3fe995e11db0df7f
3
- size 1455
 
 
 
 
checkpoint-300/config.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "architectures": [
3
- "BertForMaskedLM"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "finetuning_task": "mrpc",
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1,
9
- "hidden_size": 768,
10
- "id2label": {
11
- "0": "LABEL_0",
12
- "1": "LABEL_1"
13
- },
14
- "initializer_range": 0.02,
15
- "intermediate_size": 3072,
16
- "is_decoder": false,
17
- "label2id": {
18
- "LABEL_0": 0,
19
- "LABEL_1": 1
20
- },
21
- "layer_norm_eps": 1e-12,
22
- "max_position_embeddings": 512,
23
- "model_type": "bert",
24
- "num_attention_heads": 12,
25
- "num_hidden_layers": 12,
26
- "num_labels": 2,
27
- "output_attentions": false,
28
- "output_hidden_states": false,
29
- "output_past": true,
30
- "pad_token_id": 0,
31
- "pruned_heads": {},
32
- "torchscript": false,
33
- "type_vocab_size": 2,
34
- "use_bfloat16": false,
35
- "vocab_size": 30522
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-300/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:540ba3ea1240ccdc036ba194dd9e00c9fd34ac54bed3a53c3379a08c628e888a
3
- size 438011951
 
 
 
 
checkpoint-300/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f45aa84a027fc2a2b15f8da372d95def3345f8bb511ffaec3fe995e11db0df7f
3
- size 1455
 
 
 
 
checkpoint-350/config.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "architectures": [
3
- "BertForMaskedLM"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "finetuning_task": "mrpc",
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1,
9
- "hidden_size": 768,
10
- "id2label": {
11
- "0": "LABEL_0",
12
- "1": "LABEL_1"
13
- },
14
- "initializer_range": 0.02,
15
- "intermediate_size": 3072,
16
- "is_decoder": false,
17
- "label2id": {
18
- "LABEL_0": 0,
19
- "LABEL_1": 1
20
- },
21
- "layer_norm_eps": 1e-12,
22
- "max_position_embeddings": 512,
23
- "model_type": "bert",
24
- "num_attention_heads": 12,
25
- "num_hidden_layers": 12,
26
- "num_labels": 2,
27
- "output_attentions": false,
28
- "output_hidden_states": false,
29
- "output_past": true,
30
- "pad_token_id": 0,
31
- "pruned_heads": {},
32
- "torchscript": false,
33
- "type_vocab_size": 2,
34
- "use_bfloat16": false,
35
- "vocab_size": 30522
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-350/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ffb28f419a56aec415b35284ea1f8d2acbbc002799516a7dcea59bbc5be0789
3
- size 438011951
 
 
 
 
checkpoint-350/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f45aa84a027fc2a2b15f8da372d95def3345f8bb511ffaec3fe995e11db0df7f
3
- size 1455
 
 
 
 
checkpoint-400/config.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "architectures": [
3
- "BertForMaskedLM"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "finetuning_task": "mrpc",
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1,
9
- "hidden_size": 768,
10
- "id2label": {
11
- "0": "LABEL_0",
12
- "1": "LABEL_1"
13
- },
14
- "initializer_range": 0.02,
15
- "intermediate_size": 3072,
16
- "is_decoder": false,
17
- "label2id": {
18
- "LABEL_0": 0,
19
- "LABEL_1": 1
20
- },
21
- "layer_norm_eps": 1e-12,
22
- "max_position_embeddings": 512,
23
- "model_type": "bert",
24
- "num_attention_heads": 12,
25
- "num_hidden_layers": 12,
26
- "num_labels": 2,
27
- "output_attentions": false,
28
- "output_hidden_states": false,
29
- "output_past": true,
30
- "pad_token_id": 0,
31
- "pruned_heads": {},
32
- "torchscript": false,
33
- "type_vocab_size": 2,
34
- "use_bfloat16": false,
35
- "vocab_size": 30522
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-400/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0482238e34b74cc657f9f7ceeef6b55af327b668a8ef3b5f6874742909ba0442
3
- size 438011951
 
 
 
 
checkpoint-400/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f45aa84a027fc2a2b15f8da372d95def3345f8bb511ffaec3fe995e11db0df7f
3
- size 1455
 
 
 
 
checkpoint-450/config.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "architectures": [
3
- "BertForMaskedLM"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "finetuning_task": "mrpc",
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1,
9
- "hidden_size": 768,
10
- "id2label": {
11
- "0": "LABEL_0",
12
- "1": "LABEL_1"
13
- },
14
- "initializer_range": 0.02,
15
- "intermediate_size": 3072,
16
- "is_decoder": false,
17
- "label2id": {
18
- "LABEL_0": 0,
19
- "LABEL_1": 1
20
- },
21
- "layer_norm_eps": 1e-12,
22
- "max_position_embeddings": 512,
23
- "model_type": "bert",
24
- "num_attention_heads": 12,
25
- "num_hidden_layers": 12,
26
- "num_labels": 2,
27
- "output_attentions": false,
28
- "output_hidden_states": false,
29
- "output_past": true,
30
- "pad_token_id": 0,
31
- "pruned_heads": {},
32
- "torchscript": false,
33
- "type_vocab_size": 2,
34
- "use_bfloat16": false,
35
- "vocab_size": 30522
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-450/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:352715901d85f5e1753db16926858b7ca942d183b4c90d516dd72e2c9327e473
3
- size 438011951
 
 
 
 
checkpoint-450/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f45aa84a027fc2a2b15f8da372d95def3345f8bb511ffaec3fe995e11db0df7f
3
- size 1455
 
 
 
 
checkpoint-50/config.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "architectures": [
3
- "BertForMaskedLM"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "finetuning_task": "mrpc",
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1,
9
- "hidden_size": 768,
10
- "id2label": {
11
- "0": "LABEL_0",
12
- "1": "LABEL_1"
13
- },
14
- "initializer_range": 0.02,
15
- "intermediate_size": 3072,
16
- "is_decoder": false,
17
- "label2id": {
18
- "LABEL_0": 0,
19
- "LABEL_1": 1
20
- },
21
- "layer_norm_eps": 1e-12,
22
- "max_position_embeddings": 512,
23
- "model_type": "bert",
24
- "num_attention_heads": 12,
25
- "num_hidden_layers": 12,
26
- "num_labels": 2,
27
- "output_attentions": false,
28
- "output_hidden_states": false,
29
- "output_past": true,
30
- "pad_token_id": 0,
31
- "pruned_heads": {},
32
- "torchscript": false,
33
- "type_vocab_size": 2,
34
- "use_bfloat16": false,
35
- "vocab_size": 30522
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-50/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1b933dd2a73d68704ec44df492837ae2619669b4f390fdb7ae19cda82903ebe
3
- size 438011951
 
 
 
 
checkpoint-50/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f45aa84a027fc2a2b15f8da372d95def3345f8bb511ffaec3fe995e11db0df7f
3
- size 1455