Instructions to use Rocketknight1/hyenadna-tiny-1k-seqlen-d256-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-d256-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-d256-hf-finetuned-human-enhancers", trust_remote_code=True)# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("Rocketknight1/hyenadna-tiny-1k-seqlen-d256-hf-finetuned-human-enhancers", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
e6b55bc
1
Parent(s): 58217df
Training in progress, step 500
Browse files
config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "LongSafari/hyenadna-tiny-1k-seqlen-d256-hf",
|
| 3 |
+
"activation_freq": 10,
|
| 4 |
+
"architectures": [
|
| 5 |
+
"HyenaDNAForSequenceClassification"
|
| 6 |
+
],
|
| 7 |
+
"auto_map": {
|
| 8 |
+
"AutoConfig": "LongSafari/hyenadna-tiny-1k-seqlen-d256-hf--configuration_hyena.HyenaConfig",
|
| 9 |
+
"AutoModel": "LongSafari/hyenadna-tiny-1k-seqlen-d256-hf--modeling_hyena.HyenaDNAModel",
|
| 10 |
+
"AutoModelForCausalLM": "LongSafari/hyenadna-tiny-1k-seqlen-d256-hf--modeling_hyena.HyenaDNAForCausalLM",
|
| 11 |
+
"AutoModelForSequenceClassification": "LongSafari/hyenadna-tiny-1k-seqlen-d256-hf--modeling_hyena.HyenaDNAForSequenceClassification"
|
| 12 |
+
},
|
| 13 |
+
"d_inner": 1024,
|
| 14 |
+
"d_model": 256,
|
| 15 |
+
"emb_dim": 5,
|
| 16 |
+
"embed_dropout": 0.1,
|
| 17 |
+
"filter_order": 64,
|
| 18 |
+
"hyena_dropout": 0.0,
|
| 19 |
+
"hyena_filter_dropout": 0.0,
|
| 20 |
+
"hyena_order": 2,
|
| 21 |
+
"initializer_range": 0.02,
|
| 22 |
+
"layer_norm_epsilon": 1e-05,
|
| 23 |
+
"max_seq_len": 1026,
|
| 24 |
+
"model_type": "hyenadna",
|
| 25 |
+
"n_layer": 2,
|
| 26 |
+
"num_inner_mlps": 2,
|
| 27 |
+
"pad_token_id": 4,
|
| 28 |
+
"pad_vocab_size_multiple": 8,
|
| 29 |
+
"problem_type": "single_label_classification",
|
| 30 |
+
"short_filter_order": 3,
|
| 31 |
+
"tie_word_embeddings": false,
|
| 32 |
+
"torch_dtype": "bfloat16",
|
| 33 |
+
"train_freq": true,
|
| 34 |
+
"transformers_version": "4.35.2",
|
| 35 |
+
"use_bias": true,
|
| 36 |
+
"vocab_size": 12
|
| 37 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb5fc408ed5eda8a981e0093a38d8c1ed686e421a8565db5f94f7212ad3c6b62
|
| 3 |
+
size 3315280
|
runs/Dec20_19-58-23_26114147f58d/events.out.tfevents.1703102304.26114147f58d.735.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bb9f9e1df8bb0f83452631bb7c1ebdc5dc5db6c0188ecfa7e12d7e84ea12476
|
| 3 |
+
size 5829
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f1d60a2361c155d06c853a12558dd698362c6a520957c39cb7a9e92aeac2c35
|
| 3 |
+
size 4664
|