Training in progress, step 12000
Browse files- config.json +5 -4
- generation_config.json +2 -1
- model.safetensors +2 -2
- pytorch_model.bin +3 -0
- special_tokens_map.json +14 -1
- tokenizer_config.json +2 -2
- training_args.bin +3 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation_function": "gelu_new",
|
3 |
"architectures": [
|
4 |
"GPT2LMHeadModel"
|
@@ -24,8 +25,8 @@
|
|
24 |
"summary_proj_to_labels": true,
|
25 |
"summary_type": "cls_index",
|
26 |
"summary_use_proj": true,
|
27 |
-
"torch_dtype": "
|
28 |
-
"transformers_version": "4.41.
|
29 |
-
"use_cache":
|
30 |
-
"vocab_size":
|
31 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "diwank/cryptgpt",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
25 |
"summary_proj_to_labels": true,
|
26 |
"summary_type": "cls_index",
|
27 |
"summary_use_proj": true,
|
28 |
+
"torch_dtype": "bfloat16",
|
29 |
+
"transformers_version": "4.41.1",
|
30 |
+
"use_cache": false,
|
31 |
+
"vocab_size": 50272
|
32 |
}
|
generation_config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
|
|
3 |
"eos_token_id": 0,
|
4 |
-
"transformers_version": "4.41.
|
5 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
+
"do_sample": true,
|
4 |
"eos_token_id": 0,
|
5 |
+
"transformers_version": "4.41.1"
|
6 |
}
|
model.safetensors
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:cadf2263073df1a83ae3739d2f6d5f4ed5990fdbc51f8e023f38b96feb1543e9
|
3 |
+
size 326135736
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f120cf34e466e64d61de9de46efaf6bbb3202a297cbff4cd604da30eba0e8285
|
3 |
+
size 248921596
|
special_tokens_map.json
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
{
|
2 |
-
"eos_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"eos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"pad_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
}
|
16 |
}
|
tokenizer_config.json
CHANGED
@@ -11,15 +11,15 @@
|
|
11 |
},
|
12 |
"auto_map": {
|
13 |
"AutoTokenizer": [
|
14 |
-
"tokenizer_utils.CryptGPTTokenizer",
|
15 |
null
|
16 |
]
|
17 |
},
|
18 |
"clean_up_tokenization_spaces": true,
|
19 |
"eos_token": "<|endoftext|>",
|
20 |
-
"pad_token": "<|endoftext|>",
|
21 |
"max_length": 1024,
|
22 |
"model_max_length": 1024,
|
|
|
23 |
"stride": 0,
|
24 |
"tokenizer_class": "CryptGPTTokenizer",
|
25 |
"truncation_side": "right",
|
|
|
11 |
},
|
12 |
"auto_map": {
|
13 |
"AutoTokenizer": [
|
14 |
+
"diwank/cryptgpt--tokenizer_utils.CryptGPTTokenizer",
|
15 |
null
|
16 |
]
|
17 |
},
|
18 |
"clean_up_tokenization_spaces": true,
|
19 |
"eos_token": "<|endoftext|>",
|
|
|
20 |
"max_length": 1024,
|
21 |
"model_max_length": 1024,
|
22 |
+
"pad_token": "<|endoftext|>",
|
23 |
"stride": 0,
|
24 |
"tokenizer_class": "CryptGPTTokenizer",
|
25 |
"truncation_side": "right",
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cebb4e6b1bcf73c6c71fb8e8f0c918de543a933ecee765deeca09ea7adb5daae
|
3 |
+
size 7288
|