jhaochenz commited on
Commit
e74f659
1 Parent(s): 0bf64c8

End of training

Browse files
merges.txt ADDED
The diff for this file is too large to render. See raw diff
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3dec8e584ab8bb17b0e7c363546ffd9c516d28095f3781615427949c3c9e79a
3
  size 1444575075
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc4feab3d34d5c9d5ee903430b752e112c17adfeff0153e8a933cce640956e0c
3
  size 1444575075
runs/Jan14_17-52-19_tiger1.stanford.edu/events.out.tfevents.1673747562.tiger1.stanford.edu.2891710.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a3611a2701d2dd93fe59d488d1c3ed9142cfa3a221a0b82f40f081c65dfb82e
3
- size 22076
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dcac73d6cb78322ffbe6de394ed2e40c9e7ed81b016a072d3c364d6f3410bdc
3
+ size 22712
runs/Jan14_17-52-19_tiger1.stanford.edu/events.out.tfevents.1673777105.tiger1.stanford.edu.2891710.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afa61c5e8a93d783cb4c6bd79f4ec7c72a67559bb0a5c78eb3ef35a13a42954d
3
+ size 316
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,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 1024,
6
+ "name_or_path": "gpt2-medium",
7
+ "special_tokens_map_file": null,
8
+ "tokenizer_class": "GPT2Tokenizer",
9
+ "unk_token": "<|endoftext|>"
10
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff