Commit
·
2e5b310
1
Parent(s):
a8a4bf8
Commit from colab
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- special_tokens_map.json +6 -1
- tokenizer.json +8 -5
- tokenizer_config.json +10 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
}
|
36 |
},
|
37 |
"torch_dtype": "float32",
|
38 |
-
"transformers_version": "4.
|
39 |
"use_cache": true,
|
40 |
"vocab_size": 50257
|
41 |
}
|
|
|
35 |
}
|
36 |
},
|
37 |
"torch_dtype": "float32",
|
38 |
+
"transformers_version": "4.24.0",
|
39 |
"use_cache": true,
|
40 |
"vocab_size": 50257
|
41 |
}
|
pytorch_model.bin
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:297893ca1981e10aff05a597301e288b34c86b02a4156847b08b2530e36e5d5a
|
3 |
+
size 1444566873
|
special_tokens_map.json
CHANGED
@@ -1 +1,6 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<|endoftext|>",
|
3 |
+
"eos_token": "<|endoftext|>",
|
4 |
+
"pad_token": "<|endoftext|>",
|
5 |
+
"unk_token": "<|endoftext|>"
|
6 |
+
}
|
tokenizer.json
CHANGED
@@ -5,29 +5,32 @@
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 50256,
|
8 |
-
"special": true,
|
9 |
"content": "<|endoftext|>",
|
10 |
"single_word": false,
|
11 |
"lstrip": false,
|
12 |
"rstrip": false,
|
13 |
-
"normalized": false
|
|
|
14 |
}
|
15 |
],
|
16 |
"normalizer": null,
|
17 |
"pre_tokenizer": {
|
18 |
"type": "ByteLevel",
|
19 |
"add_prefix_space": false,
|
20 |
-
"trim_offsets": true
|
|
|
21 |
},
|
22 |
"post_processor": {
|
23 |
"type": "ByteLevel",
|
24 |
"add_prefix_space": true,
|
25 |
-
"trim_offsets": false
|
|
|
26 |
},
|
27 |
"decoder": {
|
28 |
"type": "ByteLevel",
|
29 |
"add_prefix_space": true,
|
30 |
-
"trim_offsets": true
|
|
|
31 |
},
|
32 |
"model": {
|
33 |
"type": "BPE",
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 50256,
|
|
|
8 |
"content": "<|endoftext|>",
|
9 |
"single_word": false,
|
10 |
"lstrip": false,
|
11 |
"rstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"special": true
|
14 |
}
|
15 |
],
|
16 |
"normalizer": null,
|
17 |
"pre_tokenizer": {
|
18 |
"type": "ByteLevel",
|
19 |
"add_prefix_space": false,
|
20 |
+
"trim_offsets": true,
|
21 |
+
"use_regex": true
|
22 |
},
|
23 |
"post_processor": {
|
24 |
"type": "ByteLevel",
|
25 |
"add_prefix_space": true,
|
26 |
+
"trim_offsets": false,
|
27 |
+
"use_regex": true
|
28 |
},
|
29 |
"decoder": {
|
30 |
"type": "ByteLevel",
|
31 |
"add_prefix_space": true,
|
32 |
+
"trim_offsets": true,
|
33 |
+
"use_regex": true
|
34 |
},
|
35 |
"model": {
|
36 |
"type": "BPE",
|
tokenizer_config.json
CHANGED
@@ -1 +1,10 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|
training_args.bin
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:85ed6ea1796e1599215ce4f893acdbb46e085ebe84042b9d7041fbc40a2119d1
|
3 |
+
size 3375
|