Upload folder using huggingface_hub
Browse files- config.json +1 -1
- model.safetensors +2 -2
- tokenizer_config.json +1 -1
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"bos_token_id": 2,
|
| 6 |
"classifier_dropout_rate": 0.0,
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"T5Gemma2ForConditionalGeneration"
|
| 4 |
],
|
| 5 |
"bos_token_id": 2,
|
| 6 |
"classifier_dropout_rate": 0.0,
|
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:21c4bbaa565e4353264210f17e4999b1de53bfec8b1bf17538d9f57f609d5002
|
| 3 |
+
size 1999822980
|
tokenizer_config.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"eos_token": "<eos>",
|
| 8 |
"extra_special_tokens": [],
|
| 9 |
"image_token": "<image_soft_token>",
|
| 10 |
-
"is_local":
|
| 11 |
"mask_token": "<mask>",
|
| 12 |
"model_max_length": 1000000000000000019884624838656,
|
| 13 |
"model_specific_special_tokens": {
|
|
|
|
| 7 |
"eos_token": "<eos>",
|
| 8 |
"extra_special_tokens": [],
|
| 9 |
"image_token": "<image_soft_token>",
|
| 10 |
+
"is_local": false,
|
| 11 |
"mask_token": "<mask>",
|
| 12 |
"model_max_length": 1000000000000000019884624838656,
|
| 13 |
"model_specific_special_tokens": {
|