faaany commited on
Commit
7c6e03c
1 Parent(s): 4ecb6c8

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:c68937dc04c100dcf04165360597f1f2af7d17b244eed8c092f8ec34755231a0
3
  size 327657928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fad1376ba3e5270c21369fadd2c5892d4c78f7dbb387419fd7d1e8ae7ccfd7ba
3
  size 327657928
runs/Sep10_23-51-17_a4bf01945d25.jf.intel.com/events.out.tfevents.1726037481.a4bf01945d25.jf.intel.com.424034.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f66b4ee245bc3d87c7cf6d4c6a196237ebb230e45c8d363c8e0356157c8ca9
3
+ size 5820
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:31c8dcdf672a1aedb7456aa6fe41b0845d0b67e71e5f419897d6af51efc7507b
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38ad2da4d504d5b7e9723107104885af78fbcf357b6f91fd8d8a262fcfefe9ef
3
  size 5240
vocab.json ADDED
The diff for this file is too large to render. See raw diff