enoriega commited on
Commit
b31d003
1 Parent(s): 6156a5d

Training in progress, step 60

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SpecRuleEncoderDecoderModel"
4
+ ],
5
+ "torch_dtype": "float32",
6
+ "transformers_version": "4.27.4"
7
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29055bd2875d88e260ad7499e4406f268d0da9ed995cca5c71f7611c034bb310
3
+ size 962586569
runs/Apr08_21-40-59_rogue/1681015267.5773313/events.out.tfevents.1681015267.rogue.965519.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca5d4b6c2d1f14442053d394789d9b51fb08578762bba28ce85419b4b6539570
3
+ size 5833
runs/Apr08_21-40-59_rogue/events.out.tfevents.1681015267.rogue.965519.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744f3f76f7f08716d7ea7cfb7054122365308a6a327dfc1a631613ee7e362e60
3
+ size 4506
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": true,
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:dc3896f150f9727882f4206a6eedf15374fdeebb1b7845976e8a5455dfb77e0d
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff