afg1 commited on
Commit
7253269
1 Parent(s): 61920f3

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +33 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "afg1/RNAMamba-14M",
3
+ "architectures": [
4
+ "RNAMambaContrastive"
5
+ ],
6
+ "bos_token_id": 0,
7
+ "conv_kernel": 4,
8
+ "eos_token_id": 0,
9
+ "expand": 2,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 512,
12
+ "initializer_range": 0.1,
13
+ "intermediate_size": 1024,
14
+ "layer_norm_epsilon": 1e-05,
15
+ "model_type": "mamba",
16
+ "num_hidden_layers": 8,
17
+ "pad_token_id": 0,
18
+ "rescale_prenorm_residual": false,
19
+ "residual_in_fp32": true,
20
+ "state_size": 16,
21
+ "time_step_floor": 0.0001,
22
+ "time_step_init_scheme": "random",
23
+ "time_step_max": 0.1,
24
+ "time_step_min": 0.001,
25
+ "time_step_rank": 48,
26
+ "time_step_scale": 1.0,
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.39.3",
29
+ "use_bias": false,
30
+ "use_cache": true,
31
+ "use_conv_bias": true,
32
+ "vocab_size": 9
33
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df6ecada65dbc9ee28b1b8f23fe81eb6ca1188f8955385b757ce18ad621081bb
3
+ size 55325072
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fb0d27dc352d02290b54677a7a8d2fe1070a8b9c6745349f28bf587a09f366a
3
+ size 4920