Instructions to use LongSafari/hyenadna-tiny-1k-seqlen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LongSafari/hyenadna-tiny-1k-seqlen with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LongSafari/hyenadna-tiny-1k-seqlen", device_map="auto") - Notebooks
- Google Colab
- Kaggle
update readme
Browse files
README.md
CHANGED
|
@@ -19,6 +19,7 @@ See below for an [overview](#model) of the model and training. Better yet, check
|
|
| 19 |
**Links to all HuggingFace models:**
|
| 20 |
|
| 21 |
- [tiny-1k](https://huggingface.co/LongSafari/hyenadna-tiny-1k-seqlen/tree/main)
|
|
|
|
| 22 |
- [small-32k](https://huggingface.co/LongSafari/hyenadna-small-32k-seqlen/tree/main)
|
| 23 |
- [medium-160k](https://huggingface.co/LongSafari/hyenadna-medium-160k-seqlen/tree/main)
|
| 24 |
- [medium-450k](https://huggingface.co/LongSafari/hyenadna-medium-450k-seqlen/tree/main)
|
|
|
|
| 19 |
**Links to all HuggingFace models:**
|
| 20 |
|
| 21 |
- [tiny-1k](https://huggingface.co/LongSafari/hyenadna-tiny-1k-seqlen/tree/main)
|
| 22 |
+
- [tiny-1k-d256](https://huggingface.co/LongSafari/hyenadna-tiny-1k-seqlen-d256/tree/main)
|
| 23 |
- [small-32k](https://huggingface.co/LongSafari/hyenadna-small-32k-seqlen/tree/main)
|
| 24 |
- [medium-160k](https://huggingface.co/LongSafari/hyenadna-medium-160k-seqlen/tree/main)
|
| 25 |
- [medium-450k](https://huggingface.co/LongSafari/hyenadna-medium-450k-seqlen/tree/main)
|