Instructions to use hyoo14/DNABERT2_PD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hyoo14/DNABERT2_PD with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("zhihan1996/DNABERT-2-117M") model = PeftModel.from_pretrained(base_model, "hyoo14/DNABERT2_PD") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 160400
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df9e1f2d905eefcfa0d169351e4ee71c1a6804d5cf57d6b37ab410111efa4604
|
| 3 |
size 160400
|