Elijah Cole
commited on
Commit
·
ea84fce
1
Parent(s):
945c479
Initial commit.
Browse files- config.json +34 -0
- generation_config.json +5 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_use_flash_attention_2": true,
|
3 |
+
"add_linear_bias": false,
|
4 |
+
"architectures": [
|
5 |
+
"CellFoundationForMaskedLM"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.0,
|
8 |
+
"bin_alpha": 1.0,
|
9 |
+
"bin_num": 100,
|
10 |
+
"dropout": 0.0,
|
11 |
+
"hidden_act": "swiglu",
|
12 |
+
"hidden_dropout_prob": 0.0,
|
13 |
+
"hidden_size": 128,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 320,
|
16 |
+
"layer_norm_eps": 1e-05,
|
17 |
+
"mask_token_id": -1,
|
18 |
+
"max_position_embeddings": 19264,
|
19 |
+
"model_type": "cellfoundation",
|
20 |
+
"normalization_type": "LayerNorm",
|
21 |
+
"num_attention_heads": 4,
|
22 |
+
"num_hidden_layers": 6,
|
23 |
+
"pad_token_id": -2,
|
24 |
+
"position_embedding_type": "absolute",
|
25 |
+
"rotary_percent": 1.0,
|
26 |
+
"self_attn_type": "core",
|
27 |
+
"seq_len_interpolation_factor": null,
|
28 |
+
"tie_word_embeddings": false,
|
29 |
+
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.38.0.dev0",
|
31 |
+
"type_vocab_size": 2,
|
32 |
+
"use_cache": true,
|
33 |
+
"vocab_size": 16
|
34 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"pad_token_id": -2,
|
4 |
+
"transformers_version": "4.38.0.dev0"
|
5 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31553c240a9cb7c2b301032febba9a08e3b0739452250580eed1eb022a3a21a6
|
3 |
+
size 14586852
|