Feature Extraction
Transformers
Safetensors
flash_transformer
biology
genomics
long-context
custom_code
Instructions to use isyslab/DNAFlash with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use isyslab/DNAFlash with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="isyslab/DNAFlash", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("isyslab/DNAFlash", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,12 @@ library_name: transformers
|
|
| 10 |
|
| 11 |
## Abouts
|
| 12 |
|
|
|
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
## How to use
|
| 15 |
### Simple example: embedding
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
## Abouts
|
| 12 |
|
| 13 |
+
### Dependencies
|
| 14 |
|
| 15 |
+
```
|
| 16 |
+
rotary_embedding_torch
|
| 17 |
+
einops
|
| 18 |
+
```
|
| 19 |
## How to use
|
| 20 |
### Simple example: embedding
|
| 21 |
|