Lyon28 commited on
Commit
3f85db6
·
verified ·
1 Parent(s): d3a51b5

Upload 3 files

Browse files
Files changed (2) hide show
  1. model.safetensors +3 -0
  2. model_info.json +14 -0
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3654f3c50c2552e003ac38828611c7252b5fb74fe0bbea99f7af774eed933d78
3
+ size 17158600
model_info.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "caca",
3
+ "model_name": "Caca-Tiny",
4
+ "version": "1.0.0",
5
+ "parameters": 4156928,
6
+ "architecture": {
7
+ "vocab_size": 8000,
8
+ "embedding_dim": 256,
9
+ "num_layers": 4,
10
+ "num_heads": 4,
11
+ "ffn_hidden_dim": 512,
12
+ "max_seq_length": 512
13
+ }
14
+ }