mwoelki commited on
Commit
3074a19
1 Parent(s): c9351a8

Training in progress, step 500

Browse files
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:549a2ebb459df287fc7ae7f94116531177b0d8a05e912ec196d395ff512992ec
3
  size 327657928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a686426be3abd8389992f0b56594c9a7440b0756b1dd6fd7bb5d590de052993
3
  size 327657928
runs/Jun15_08-40-22_3981491d00a1/events.out.tfevents.1718440823.3981491d00a1.941.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f343ac33f78cb3a17e20541d2b8b767b32a964f02143170ef2a69f1bee08ef99
3
+ size 5781
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,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": true,
15
+ "eos_token": "<|endoftext|>",
16
+ "model_max_length": 1024,
17
+ "pad_token": "<|endoftext|>",
18
+ "tokenizer_class": "GPT2Tokenizer",
19
+ "unk_token": "<|endoftext|>"
20
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b6fb71ecc9fb15149392971e399fb6fc3387daad8c142f4a5549ad9aa8f77ae
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb20a334e63fcedd4e934ce03976286990a9087a15b98001cf943e72a8df26f5
3
  size 5176
vocab.json ADDED
The diff for this file is too large to render. See raw diff