ultra-coder54732 commited on
Commit
d9353be
1 Parent(s): db6ab72

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.21.1",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 28996
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1038cd111953d36efd84bd2052d90283b52e771e4d423f8f42bbde517b1d525
3
+ size 433318253
runs/Aug07_05-35-28_08322c153c17/1659850667.2204573/events.out.tfevents.1659850667.08322c153c17.71.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:130f54c89dfddc9285cb4a94558d5383644d225ecfebe0627c81f53183670177
3
+ size 5427
runs/Aug07_05-35-28_08322c153c17/events.out.tfevents.1659850667.08322c153c17.71.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d3d56827a1fd18c454e3e1d469ebeba602c183be5ce27f236969de399e8240a
3
+ size 3661
runs/Aug07_05-38-46_08322c153c17/1659850736.3005714/events.out.tfevents.1659850736.08322c153c17.71.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb6f096a6077e038ecf8e8838912724da2fb3c6eda1a0843e2e0b83bb3052827
3
+ size 5427
runs/Aug07_05-38-46_08322c153c17/events.out.tfevents.1659850736.08322c153c17.71.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c62f47d7c2970bb02eb695ac246ae142de716f64857023657b8f1a6c73e4329d
3
+ size 4014
runs/Aug07_05-52-59_08322c153c17/1659851591.1611989/events.out.tfevents.1659851591.08322c153c17.71.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40e9566ea7d9d9e68202b9a22465f0e20f7baa6e9f020443cfdf145ec299e668
3
+ size 5427
runs/Aug07_05-52-59_08322c153c17/events.out.tfevents.1659851591.08322c153c17.71.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3af4de376db04e35bc88df41a122f315266f2886c5a248f5f4897181f3d7ffa0
3
+ size 4014
runs/Aug07_05-57-59_08322c153c17/1659851890.619492/events.out.tfevents.1659851890.08322c153c17.71.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d349be32c9b004cc23dfcdcf959f31da3bebba45ac53f154eb9f89896e9b7f5e
3
+ size 5427
runs/Aug07_05-57-59_08322c153c17/events.out.tfevents.1659851890.08322c153c17.71.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009f0ed169c33e47524be721eb88fdbd56b5a6523e75c38db02dfc39dbb5f391
3
+ size 4014
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": false,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "bert-base-cased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c23d42909fda32605c8ff704ef56f329c6186f8a3e74b595c4be9fb14fc17996
3
+ size 3375
vocab.txt ADDED
The diff for this file is too large to render. See raw diff