hf-transformers-bot commited on
Commit
f5f34b9
·
verified ·
1 Parent(s): abccd08

Update tiny models for FalconMambaModel

Browse files
Files changed (4) hide show
  1. config.json +40 -0
  2. model.safetensors +3 -0
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +33 -0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "silu",
3
+ "architectures": [
4
+ "FalconMambaModel"
5
+ ],
6
+ "bos_token_id": 11,
7
+ "conv_kernel": 4,
8
+ "dtype": "float32",
9
+ "eos_token_id": 11,
10
+ "expand": 2,
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 32,
14
+ "initializer_range": 0.1,
15
+ "intermediate_size": 32,
16
+ "layer_norm_epsilon": 1e-05,
17
+ "mixer_rms_eps": 1e-06,
18
+ "model_type": "falcon_mamba",
19
+ "n_positions": 512,
20
+ "num_hidden_layers": 2,
21
+ "pad_token_id": 65024,
22
+ "rescale_prenorm_residual": false,
23
+ "residual_in_fp32": true,
24
+ "state_size": 16,
25
+ "tie_word_embeddings": false,
26
+ "time_step_floor": 0.0001,
27
+ "time_step_init_scheme": "random",
28
+ "time_step_max": 0.1,
29
+ "time_step_min": 0.001,
30
+ "time_step_rank": 2,
31
+ "time_step_scale": 1.0,
32
+ "transformers_version": "5.16.0.dev0",
33
+ "type_vocab_size": 16,
34
+ "use_associative_scan": true,
35
+ "use_bias": false,
36
+ "use_cache": true,
37
+ "use_conv_bias": true,
38
+ "use_mambapy": false,
39
+ "vocab_size": 65025
40
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8fc1026988acd499af75f5a096ea6f5b704e5c7f21cd42b409d080dda233fa7
3
+ size 8365312
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "clean_up_tokenization_spaces": true,
6
+ "eos_token": "<|endoftext|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ ">>TITLE<<",
10
+ ">>ABSTRACT<<",
11
+ ">>INTRODUCTION<<",
12
+ ">>SUMMARY<<",
13
+ ">>COMMENT<<",
14
+ ">>ANSWER<<",
15
+ ">>QUESTION<<",
16
+ ">>DOMAIN<<",
17
+ ">>PREFIX<<",
18
+ ">>SUFFIX<<",
19
+ ">>MIDDLE<<"
20
+ ],
21
+ "is_local": true,
22
+ "local_files_only": false,
23
+ "model_input_names": [
24
+ "input_ids",
25
+ "attention_mask"
26
+ ],
27
+ "model_max_length": 1000000000000000019884624838656,
28
+ "pad_token": "<|padding|>",
29
+ "padding_side": "left",
30
+ "tokenizer_class": "GPTNeoXTokenizer",
31
+ "trim_offsets": true,
32
+ "unk_token": "<|endoftext|>"
33
+ }