End of training
Browse files- merges.txt +0 -0
- pytorch_model.bin +1 -1
- runs/Jan14_15-37-36_tiger1.stanford.edu/events.out.tfevents.1673739467.tiger1.stanford.edu.2853159.0 +2 -2
- runs/Jan14_15-37-36_tiger1.stanford.edu/events.out.tfevents.1673740168.tiger1.stanford.edu.2853159.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 333971783
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:449cbbe9f4faa9ac6d3d87d2746828d7a01b161c82395c5d5ac30a1865182044
|
3 |
size 333971783
|
runs/Jan14_15-37-36_tiger1.stanford.edu/events.out.tfevents.1673739467.tiger1.stanford.edu.2853159.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:9e5aba0fe02f9e9581a80fb4f0cab78e8b9b5229302d0b6ca64bf51d504dec90
|
3 |
+
size 6281
|
runs/Jan14_15-37-36_tiger1.stanford.edu/events.out.tfevents.1673740168.tiger1.stanford.edu.2853159.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:043f3686762774efd7064477d6e766db589c5f03649792abce4140f88e1705e4
|
3 |
+
size 311
|
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": "distilgpt2",
|
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
|
|