End of training
Browse files- merges.txt +0 -0
- pytorch_model.bin +1 -1
- runs/Jan14_17-52-19_tiger1.stanford.edu/events.out.tfevents.1673747562.tiger1.stanford.edu.2891710.0 +2 -2
- runs/Jan14_17-52-19_tiger1.stanford.edu/events.out.tfevents.1673777105.tiger1.stanford.edu.2891710.2 +3 -0
- special_tokens_map.json +6 -0
- tokenizer.json +0 -0
- tokenizer_config.json +10 -0
- vocab.json +0 -0
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:
|
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:
|
3 |
-
size
|
|
|
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
|
|