flowfree commited on
Commit
b09ce27
1 Parent(s): 6bcb045

Training in progress, epoch 1

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.27.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:3074b0dccdecfed4731916c6cd20dd558e08a3a1fbe471054bc85fb4d00197d5
3
+ size 433320053
runs/Mar20_00-44-36_76fb11dc5107/1679273091.2693322/events.out.tfevents.1679273091.76fb11dc5107.917.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6acaa6f099b8ca673fcc1af7ccb8485a4c389acc5cf3acae6c4b58211a194f1
3
+ size 5805
runs/Mar20_00-44-36_76fb11dc5107/events.out.tfevents.1679273091.76fb11dc5107.917.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13c25ae8abb4e368d2f45c4e92c969657004dd8c859cd4cf85b76fda7de8ae74
3
+ size 3942
runs/Mar20_00-45-34_76fb11dc5107/1679273141.591475/events.out.tfevents.1679273141.76fb11dc5107.917.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:834a9f2d41746756633e3fb774961578c65357331516e2b6b308f50a04be2ed2
3
+ size 5805
runs/Mar20_00-45-34_76fb11dc5107/events.out.tfevents.1679273141.76fb11dc5107.917.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd81cba1094c9e2dea58a2335a2366403f4fbbeec6719f33194383ff898d5ad2
3
+ size 3942
runs/Mar20_00-47-39_76fb11dc5107/1679273264.9511678/events.out.tfevents.1679273264.76fb11dc5107.917.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1edb0848b8b8704cab3f1e3ef45145d64b497f58bd86fb6badb74cb3c002bb6
3
+ size 5805
runs/Mar20_00-47-39_76fb11dc5107/events.out.tfevents.1679273264.76fb11dc5107.917.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2539e94f2e72e49c103482e3b0563e6350951a9e3479305a8c553731b7faad4e
3
+ size 40
runs/Mar20_00-50-09_76fb11dc5107/1679273418.517178/events.out.tfevents.1679273418.76fb11dc5107.27818.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eef9a1a7a9d7c214424dae3961963ae1acabdb2b5eb594817972af393d595677
3
+ size 5805
runs/Mar20_00-50-09_76fb11dc5107/events.out.tfevents.1679273418.76fb11dc5107.27818.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:800300ecc305b21b214069ad01a8a27528fa81eef7dc9149972e3e357be9c3bb
3
+ size 4579
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": false,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "special_tokens_map_file": null,
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b7f8e79390711807c70caf35cfe2999781ef7ba552826618cf631195f4ae855
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff