Commit
·
adf4ac7
1
Parent(s):
0d14f6f
Initial model and tokenizer commit
Browse files- config.json +1 -1
- generation_config.json +4 -0
- model.safetensors +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -7,6 +7,6 @@
|
|
7 |
"model_type": "latent_recurrent_depth",
|
8 |
"num_heads": 12,
|
9 |
"torch_dtype": "float32",
|
10 |
-
"transformers_version": "4.
|
11 |
"vocab_size": 50257
|
12 |
}
|
|
|
7 |
"model_type": "latent_recurrent_depth",
|
8 |
"num_heads": 12,
|
9 |
"torch_dtype": "float32",
|
10 |
+
"transformers_version": "4.48.3",
|
11 |
"vocab_size": 50257
|
12 |
}
|
generation_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"transformers_version": "4.48.3"
|
4 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 371201724
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:148289c329ecae9a79fc14092bc811e75b3f5f20bd546dc36e19b63588b15c44
|
3 |
size 371201724
|
tokenizer_config.json
CHANGED
@@ -36,5 +36,5 @@
|
|
36 |
"clean_up_tokenization_spaces": false,
|
37 |
"extra_special_tokens": {},
|
38 |
"model_max_length": 1000000000000000019884624838656,
|
39 |
-
"tokenizer_class": "
|
40 |
}
|
|
|
36 |
"clean_up_tokenization_spaces": false,
|
37 |
"extra_special_tokens": {},
|
38 |
"model_max_length": 1000000000000000019884624838656,
|
39 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
40 |
}
|