Upload 7 files
Browse files- config.json +3 -2
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "t5-
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -55,7 +55,8 @@
|
|
55 |
}
|
56 |
},
|
57 |
"tie_word_embeddings": false,
|
|
|
58 |
"transformers_version": "4.38.2",
|
59 |
-
"use_cache":
|
60 |
"vocab_size": 32128
|
61 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/flan-t5-base",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
55 |
}
|
56 |
},
|
57 |
"tie_word_embeddings": false,
|
58 |
+
"torch_dtype": "float32",
|
59 |
"transformers_version": "4.38.2",
|
60 |
+
"use_cache": true,
|
61 |
"vocab_size": 32128
|
62 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 990345064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a99addbf732d549d7f980c762a9d0c575f5d9bb526bf43c9bb6c49ff0ade01b4
|
3 |
size 990345064
|