Final training complete
Browse files- README.md +2 -2
- config.json +1 -1
- model.safetensors +1 -1
- runs/Oct23_02-32-21_92ae47c399d3/events.out.tfevents.1729650742.92ae47c399d3.1050.2 +3 -0
- special_tokens_map.json +21 -3
- tokenizer_config.json +7 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- prompt-enhancement
|
7 |
- t5
|
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# prompt-enhancement-model
|
19 |
|
20 |
-
This model is a fine-tuned version of [
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: K00B404/prompt-enhancement-model
|
5 |
tags:
|
6 |
- prompt-enhancement
|
7 |
- t5
|
|
|
17 |
|
18 |
# prompt-enhancement-model
|
19 |
|
20 |
+
This model is a fine-tuned version of [K00B404/prompt-enhancement-model](https://huggingface.co/K00B404/prompt-enhancement-model) on the None dataset.
|
21 |
|
22 |
## Model description
|
23 |
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "K00B404/prompt-enhancement-model",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 891644712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb83e8f51f81bf66d91551fd3af8128134b2f31c4ffd334c34513c6f5777c3ce
|
3 |
size 891644712
|
runs/Oct23_02-32-21_92ae47c399d3/events.out.tfevents.1729650742.92ae47c399d3.1050.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2a262a82c75992eb5d0c559bfffdcc08c371ae128abec143f4c132b57eb98ee
|
3 |
+
size 6368
|
special_tokens_map.json
CHANGED
@@ -101,7 +101,25 @@
|
|
101 |
"<extra_id_98>",
|
102 |
"<extra_id_99>"
|
103 |
],
|
104 |
-
"eos_token":
|
105 |
-
|
106 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
}
|
|
|
101 |
"<extra_id_98>",
|
102 |
"<extra_id_99>"
|
103 |
],
|
104 |
+
"eos_token": {
|
105 |
+
"content": "</s>",
|
106 |
+
"lstrip": false,
|
107 |
+
"normalized": false,
|
108 |
+
"rstrip": false,
|
109 |
+
"single_word": false
|
110 |
+
},
|
111 |
+
"pad_token": {
|
112 |
+
"content": "<pad>",
|
113 |
+
"lstrip": false,
|
114 |
+
"normalized": false,
|
115 |
+
"rstrip": false,
|
116 |
+
"single_word": false
|
117 |
+
},
|
118 |
+
"unk_token": {
|
119 |
+
"content": "<unk>",
|
120 |
+
"lstrip": false,
|
121 |
+
"normalized": false,
|
122 |
+
"rstrip": false,
|
123 |
+
"single_word": false
|
124 |
+
}
|
125 |
}
|
tokenizer_config.json
CHANGED
@@ -930,8 +930,15 @@
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
|
|
933 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
934 |
"pad_token": "<pad>",
|
|
|
|
|
|
|
935 |
"tokenizer_class": "T5Tokenizer",
|
|
|
|
|
936 |
"unk_token": "<unk>"
|
937 |
}
|
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
+
"max_length": 128,
|
934 |
"model_max_length": 1000000000000000019884624838656,
|
935 |
+
"pad_to_multiple_of": null,
|
936 |
"pad_token": "<pad>",
|
937 |
+
"pad_token_type_id": 0,
|
938 |
+
"padding_side": "right",
|
939 |
+
"stride": 0,
|
940 |
"tokenizer_class": "T5Tokenizer",
|
941 |
+
"truncation_side": "right",
|
942 |
+
"truncation_strategy": "longest_first",
|
943 |
"unk_token": "<unk>"
|
944 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:464261400fc3a699981748402f061ca5d8610625256d2f3928f091ca7348b462
|
3 |
size 5368
|