Instructions to use EleutherAI/enformer-official-rough with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EleutherAI/enformer-official-rough with Transformers:
# Load model directly from transformers import Enformer model = Enformer.from_pretrained("EleutherAI/enformer-official-rough", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "Enformer" | |
| ], | |
| "attn_dim_key": 64, | |
| "attn_dropout": 0.05, | |
| "depth": 11, | |
| "dim": 1536, | |
| "dim_divisible_by": 128, | |
| "dropout_rate": 0.4, | |
| "heads": 8, | |
| "model_type": "enformer", | |
| "num_downsamples": 7, | |
| "output_heads": { | |
| "human": 5313, | |
| "mouse": 1643 | |
| }, | |
| "pos_dropout": 0.01, | |
| "target_length": 896, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.16.2", | |
| "use_checkpointing": false | |
| } | |