Instructions to use EMBO/BioMegatron345mCased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EMBO/BioMegatron345mCased with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("EMBO/BioMegatron345mCased", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| {"vocab_size": 29056, "hidden_size": 1024, "num_hidden_layers": 24, "num_attention_heads": 16, "hidden_act": "gelu_new", "intermediate_size": 4096, "hidden_dropout_prob": 0.1, "attention_probs_dropout_prob": 0.1, "max_position_embeddings": 512, "type_vocab_size": 2, "initializer_range": 0.2, "layer_norm_eps": 1e-12, "position_embedding_type": "absolute", "use_cache": false, "model_type": "megatron-bert"} |