End of training
Browse files- .gitignore +1 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Jul25_07-22-12_e18a56b86cf9/1690269747.104061/events.out.tfevents.1690269747.e18a56b86cf9.2728.3 +3 -0
- runs/Jul25_07-22-12_e18a56b86cf9/events.out.tfevents.1690269747.e18a56b86cf9.2728.2 +3 -0
- special_tokens_map.json +6 -0
- tokenizer.json +0 -0
- tokenizer_config.json +9 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fec8713cbc08ab1266ca66f77a6ee38a032f534df4d02b557d87cc8dd31138d9
|
3 |
+
size 1825920729
|
runs/Jul25_07-22-12_e18a56b86cf9/1690269747.104061/events.out.tfevents.1690269747.e18a56b86cf9.2728.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:312518279f82d28ea5ad270ea725529252ce27407901345eeb2d1764ef879767
|
3 |
+
size 5911
|
runs/Jul25_07-22-12_e18a56b86cf9/events.out.tfevents.1690269747.e18a56b86cf9.2728.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2663c6c6f67d3fb5bab6f36e3ef12f209804ce0b08b55f3076d2397cb64be2d
|
3 |
+
size 5728
|
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,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": "<|endoftext|>",
|
4 |
+
"clean_up_tokenization_spaces": true,
|
5 |
+
"eos_token": "<|endoftext|>",
|
6 |
+
"model_max_length": 1024,
|
7 |
+
"tokenizer_class": "GPT2Tokenizer",
|
8 |
+
"unk_token": "<|endoftext|>"
|
9 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e847195310a8a79129fb0890d5d611609713e2e26c35279fed478b7cd1e1c93
|
3 |
+
size 3963
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|