goodcoffee commited on
Commit
58f347c
1 Parent(s): 587af67

Training in progress, step 10

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/Nov01_06-57-48_57fe83a18b36/events.out.tfevents.1698822195.57fe83a18b36.224.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d9dd3407ae1b67d265b99e5f6b5f0877889e9991fc86b3d9dabd917c5ffe4c5
3
+ size 4978
runs/Nov01_07-13-25_57fe83a18b36/events.out.tfevents.1698823186.57fe83a18b36.5052.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5610f1a8ffe35109206eb2f48e7c39c5149d5f51ea575313f99d081d6647cd95
3
+ size 4977
runs/Nov01_07-33-22_57fe83a18b36/events.out.tfevents.1698824070.57fe83a18b36.10383.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f31e9cea8aa6eafe5af31b40a3fd6aa6e3b433c8decc38d8922e4fd1f93cc03
3
+ size 5285
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:6200f11fb8867bf825913c891cc00e480e3509619e5dfbffbfdf1c818f852683
3
+ size 4408
vocab.json ADDED
The diff for this file is too large to render. See raw diff