Upload 7 files
Browse files- config.json +2 -2
- quantize_config.json +1 -7
- spiece.model +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +2 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "flan-t5-
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -56,6 +56,6 @@
|
|
56 |
},
|
57 |
"tie_word_embeddings": false,
|
58 |
"transformers_version": "4.43.4",
|
59 |
-
"use_cache":
|
60 |
"vocab_size": 32128
|
61 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "flan-t5-smallv2",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
56 |
},
|
57 |
"tie_word_embeddings": false,
|
58 |
"transformers_version": "4.43.4",
|
59 |
+
"use_cache": true,
|
60 |
"vocab_size": 32128
|
61 |
}
|
quantize_config.json
CHANGED
@@ -1,12 +1,6 @@
|
|
1 |
{
|
2 |
"modes": [
|
3 |
-
"
|
4 |
-
"q8",
|
5 |
-
"int8",
|
6 |
-
"uint8",
|
7 |
-
"q4",
|
8 |
-
"q4f16",
|
9 |
-
"bnb4"
|
10 |
],
|
11 |
"per_channel": true,
|
12 |
"reduce_range": true,
|
|
|
1 |
{
|
2 |
"modes": [
|
3 |
+
"q8"
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
],
|
5 |
"per_channel": true,
|
6 |
"reduce_range": true,
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
|
3 |
+
size 791656
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"added_tokens_decoder": {
|
3 |
"0": {
|
4 |
"content": "<pad>",
|
@@ -930,6 +931,7 @@
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
|
|
933 |
"model_max_length": 512,
|
934 |
"pad_token": "<pad>",
|
935 |
"sp_model_kwargs": {},
|
|
|
1 |
{
|
2 |
+
"add_prefix_space": true,
|
3 |
"added_tokens_decoder": {
|
4 |
"0": {
|
5 |
"content": "<pad>",
|
|
|
931 |
"clean_up_tokenization_spaces": true,
|
932 |
"eos_token": "</s>",
|
933 |
"extra_ids": 100,
|
934 |
+
"legacy": true,
|
935 |
"model_max_length": 512,
|
936 |
"pad_token": "<pad>",
|
937 |
"sp_model_kwargs": {},
|