💾 More intelligent!
Browse files- config.json +6 -2
- model.safetensors +2 -2
- tokenizer.json +2 -2
- tokenizer_config.json +7 -0
- training_args.bin +3 -0
config.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"n_embd": 1024,
|
| 15 |
"n_head": 16,
|
| 16 |
"n_inner": null,
|
| 17 |
-
"n_layer":
|
| 18 |
"n_positions": 1024,
|
| 19 |
"reorder_and_upcast_attn": false,
|
| 20 |
"resid_pdrop": 0.1,
|
|
@@ -22,10 +22,14 @@
|
|
| 22 |
"scale_attn_weights": true,
|
| 23 |
"summary_activation": null,
|
| 24 |
"summary_first_dropout": 0.1,
|
| 25 |
-
"summary_proj_to_hidden_size": true,
|
| 26 |
"summary_proj_to_labels": true,
|
| 27 |
"summary_type": "cls_index",
|
| 28 |
"summary_use_proj": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
"torch_dtype": "float32",
|
| 30 |
"transformers_version": "4.51.1",
|
| 31 |
"use_cache": true,
|
|
|
|
| 14 |
"n_embd": 1024,
|
| 15 |
"n_head": 16,
|
| 16 |
"n_inner": null,
|
| 17 |
+
"n_layer": 23,
|
| 18 |
"n_positions": 1024,
|
| 19 |
"reorder_and_upcast_attn": false,
|
| 20 |
"resid_pdrop": 0.1,
|
|
|
|
| 22 |
"scale_attn_weights": true,
|
| 23 |
"summary_activation": null,
|
| 24 |
"summary_first_dropout": 0.1,
|
|
|
|
| 25 |
"summary_proj_to_labels": true,
|
| 26 |
"summary_type": "cls_index",
|
| 27 |
"summary_use_proj": true,
|
| 28 |
+
"task_specific_params": {
|
| 29 |
+
"conversational": {
|
| 30 |
+
"max_length": 1000
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
"transformers_version": "4.51.1",
|
| 35 |
"use_cache": true,
|
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:2f2ea3cf4bfa44eb7e82bb789b8a67624399e6bad39aad579633e8e484033d33
|
| 3 |
+
size 1368936712
|
tokenizer.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
-
"Fixed":
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 128,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
+
"Fixed": 128
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
tokenizer_config.json
CHANGED
|
@@ -17,8 +17,15 @@
|
|
| 17 |
"eos_token": "<|endoftext|>",
|
| 18 |
"errors": "replace",
|
| 19 |
"extra_special_tokens": {},
|
|
|
|
| 20 |
"model_max_length": 1024,
|
|
|
|
| 21 |
"pad_token": "<|endoftext|>",
|
|
|
|
|
|
|
|
|
|
| 22 |
"tokenizer_class": "GPT2Tokenizer",
|
|
|
|
|
|
|
| 23 |
"unk_token": "<|endoftext|>"
|
| 24 |
}
|
|
|
|
| 17 |
"eos_token": "<|endoftext|>",
|
| 18 |
"errors": "replace",
|
| 19 |
"extra_special_tokens": {},
|
| 20 |
+
"max_length": 128,
|
| 21 |
"model_max_length": 1024,
|
| 22 |
+
"pad_to_multiple_of": null,
|
| 23 |
"pad_token": "<|endoftext|>",
|
| 24 |
+
"pad_token_type_id": 0,
|
| 25 |
+
"padding_side": "right",
|
| 26 |
+
"stride": 0,
|
| 27 |
"tokenizer_class": "GPT2Tokenizer",
|
| 28 |
+
"truncation_side": "right",
|
| 29 |
+
"truncation_strategy": "longest_first",
|
| 30 |
"unk_token": "<|endoftext|>"
|
| 31 |
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22e2406db42b56f96a5b690237948e89d511c9d9e02b5d64c0ebcd289c4fc0d1
|
| 3 |
+
size 5240
|