naimulislam commited on
Commit
433b4aa
·
verified ·
1 Parent(s): f8d93cc

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +6 -0
  2. model.safetensors +3 -0
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +19 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "hidden_size": 512,
3
+ "recursion_steps": 16,
4
+ "vocab_size": 50257,
5
+ "model_type": "trm"
6
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40cb55cd6eaedef5913ac4c43eb548cda997d438490b56dc53c70388b0b88a7
3
+ size 218664572
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "eos_token": "<|endoftext|>",
6
+ "errors": "replace",
7
+ "is_local": true,
8
+ "max_length": 256,
9
+ "model_max_length": 1024,
10
+ "pad_to_multiple_of": null,
11
+ "pad_token": "<|endoftext|>",
12
+ "pad_token_type_id": 0,
13
+ "padding_side": "right",
14
+ "stride": 0,
15
+ "tokenizer_class": "TokenizersBackend",
16
+ "truncation_side": "right",
17
+ "truncation_strategy": "longest_first",
18
+ "unk_token": "<|endoftext|>"
19
+ }