Instructions to use Rocketknight1/hyenadna-tiny-1k-seqlen-hf-finetuned-human-enhancers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rocketknight1/hyenadna-tiny-1k-seqlen-hf-finetuned-human-enhancers with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Rocketknight1/hyenadna-tiny-1k-seqlen-hf-finetuned-human-enhancers", trust_remote_code=True)# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("Rocketknight1/hyenadna-tiny-1k-seqlen-hf-finetuned-human-enhancers", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
4eacecd
1
Parent(s): ecbe3ee
Training in progress, step 500
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 904192
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32aba8e3d14d0d740dae9a6856bcfa8e16afbed731ab8eb51ff90cb0330af841
|
| 3 |
size 904192
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4792
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74838a4b8eede41b1eef942fbd01abd3310c3f00fceb838c1784e6ce2e0e48a3
|
| 3 |
size 4792
|