Created and upload v0 model for epoch 1
Browse files- config.json +36 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "InstaDeepAI/nucleotide-transformer-v2-50m-multi-species",
|
| 3 |
+
"add_bias_fnn": false,
|
| 4 |
+
"architectures": [
|
| 5 |
+
"EsmForTokenClassification"
|
| 6 |
+
],
|
| 7 |
+
"attention_probs_dropout_prob": 0.0,
|
| 8 |
+
"auto_map": {
|
| 9 |
+
"AutoConfig": "InstaDeepAI/nucleotide-transformer-v2-50m-multi-species--esm_config.EsmConfig",
|
| 10 |
+
"AutoModelForMaskedLM": "InstaDeepAI/nucleotide-transformer-v2-50m-multi-species--modeling_esm.EsmForMaskedLM",
|
| 11 |
+
"AutoModelForSequenceClassification": "InstaDeepAI/nucleotide-transformer-v2-50m-multi-species--modeling_esm.EsmForSequenceClassification",
|
| 12 |
+
"AutoModelForTokenClassification": "InstaDeepAI/nucleotide-transformer-v2-50m-multi-species--modeling_esm.EsmForTokenClassification"
|
| 13 |
+
},
|
| 14 |
+
"emb_layer_norm_before": false,
|
| 15 |
+
"esmfold_config": null,
|
| 16 |
+
"hidden_dropout_prob": 0.0,
|
| 17 |
+
"hidden_size": 512,
|
| 18 |
+
"initializer_range": 0.02,
|
| 19 |
+
"intermediate_size": 2048,
|
| 20 |
+
"is_folding_model": false,
|
| 21 |
+
"layer_norm_eps": 1e-12,
|
| 22 |
+
"mask_token_id": 2,
|
| 23 |
+
"max_position_embeddings": 2050,
|
| 24 |
+
"model_type": "esm",
|
| 25 |
+
"num_attention_heads": 16,
|
| 26 |
+
"num_hidden_layers": 12,
|
| 27 |
+
"pad_token_id": 1,
|
| 28 |
+
"position_embedding_type": "rotary",
|
| 29 |
+
"tie_word_embeddings": false,
|
| 30 |
+
"token_dropout": false,
|
| 31 |
+
"torch_dtype": "float32",
|
| 32 |
+
"transformers_version": "4.36.2",
|
| 33 |
+
"use_cache": false,
|
| 34 |
+
"vocab_list": null,
|
| 35 |
+
"vocab_size": 4107
|
| 36 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cb680148df23d7689ea7943b990db6b8305c8d95c4eef12e960050a418243e3
|
| 3 |
+
size 214164108
|