codewithdark commited on
Commit
be0dead
·
1 Parent(s): f8fa7a7

Initial model and tokenizer commit

Browse files
Files changed (2) hide show
  1. config.json +12 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LatentRecurrentDepthModel"
4
+ ],
5
+ "d_model": 768,
6
+ "dropout": 0.1,
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
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:726f23f992a577e681e52b17fa17a0de4f55d3aaf9b0e2309670718ffb46b21e
3
+ size 371201724