KingKazma commited on
Commit
0f9ab51
·
1 Parent(s): 5d1a545

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Jul13_01-55-51_b86d1365f822/events.out.tfevents.1689213363.b86d1365f822.10726.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95348e291f70c06563d57700d25d66d9cd292157f7c148f4c146f3c3a9c9ebee
3
+ size 4226
runs/Jul13_02-04-24_b86d1365f822/events.out.tfevents.1689213875.b86d1365f822.14047.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f922d78b93f14d1cc924bb6a9922bcf8e822a0bb729c056da4c8e10ac1897e3
3
+ size 4226
runs/Jul13_02-13-35_b86d1365f822/events.out.tfevents.1689214422.b86d1365f822.17177.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffe7f52d5fe548dd4b96dc23f73d29a672a009d9f1dc40316d685c507ef7980e
3
+ size 4226
runs/Jul13_02-23-34_b86d1365f822/events.out.tfevents.1689215023.b86d1365f822.17177.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bea37783adc9ab49618298fc4167e465a3fc5694088f0bdae4de4455004b9db
3
+ size 4383
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|endoftext|>",
6
+ "model_max_length": 1024,
7
+ "tokenizer_class": "GPT2Tokenizer",
8
+ "unk_token": "<|endoftext|>"
9
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9b8e259e114457f027f769804be34ea6bf539cd449a3b1bab7165996edaf447
3
+ size 3899
vocab.json ADDED
The diff for this file is too large to render. See raw diff