ANKH_large / config.json
lhallee's picture
Update FastPLMs runtime and model cards
b0ad7ff verified
Raw
History Blame Contribute Delete
2.13 kB
{
"_name_or_path": "agemagician/protx-large-1gspan-partreconstruction-20mlmp-encl48-decl24-ramd128-ranb64-dmodel1536-resume-17",
"architectures": [
"T5ForConditionalGeneration"
],
"auto_map": {
"AutoConfig": "modeling_fastplms.FastAnkhConfig",
"AutoModel": "modeling_fastplms.FastAnkhModel",
"AutoModelForMaskedLM": "modeling_fastplms.FastAnkhForMaskedLMExtension",
"AutoModelForSeq2SeqLM": "modeling_fastplms.FastAnkhForConditionalGeneration",
"AutoModelForSequenceClassification": "modeling_fastplms.FastAnkhForSequenceClassification",
"AutoModelForTokenClassification": "modeling_fastplms.FastAnkhForTokenClassification"
},
"d_ff": 3840,
"d_kv": 64,
"d_model": 1536,
"decoder_start_token_id": 0,
"dense_act_fn": "gelu_new",
"dropout_rate": 0.0,
"eos_token_id": 1,
"fastplms_checkpoint_hash": "857c609cc2bbfd00969eacc5cd5ab4608dee3da99049b8af14a3f5b7a69f5f7c",
"fastplms_checkpoint_repo_id": "ElnaggarLab/ankh-large",
"fastplms_checkpoint_revision": "74b371dbfa3ee0a05d32ae74df0c2e0b82d6b9a6",
"fastplms_model_id": "ankh_large",
"fastplms_release_tool_revision": "e6dd397a9ad368c998d714f6bd64d40b533d1ed1",
"fastplms_release_tool_sha256": "6d335c05aa49a232086a816deb25d248d1490529e5783acc3355b9bc6f03e0c2",
"fastplms_runtime_bundle_sha256": "437c5f5dcc809678e99b8e36d962e78b7960170c81d0b6289d2baeef7920e40f",
"fastplms_runtime_revision": "e6dd397a9ad368c998d714f6bd64d40b533d1ed1",
"fastplms_source_tree_sha256": "44f108a32fffbe0e689434fbff109aea7d03a7085a550ed5771f2eac434f130d",
"fastplms_weights_revision": "74b371dbfa3ee0a05d32ae74df0c2e0b82d6b9a6",
"feed_forward_proj": "gated-gelu",
"initializer_factor": 1.0,
"is_encoder_decoder": true,
"is_gated_act": true,
"layer_norm_epsilon": 1e-06,
"model_type": "t5",
"num_decoder_layers": 24,
"num_heads": 16,
"num_layers": 48,
"output_past": true,
"pad_token_id": 0,
"relative_attention_max_distance": 128,
"relative_attention_num_buckets": 64,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.22.0",
"use_cache": true,
"vocab_size": 144
}