Commit
·
0d14f6f
1
Parent(s):
277c3f0
Initial model and tokenizer commit
Browse files- config.json +1 -1
- 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.50.0.dev0",
|
11 |
"vocab_size": 50257
|
12 |
}
|
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:5963f52b5e2e609b6b72441d1c12e432f32899ed1fa957c476189e64793dd885
|
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": "PreTrainedTokenizer"
|
40 |
}
|