Text Classification
Transformers
PyTorch
genomics
virology
dna
virus
pathogenicity
hvue-v2
custom_code
Instructions to use duttaprat/HViLM-Patho with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use duttaprat/HViLM-Patho with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="duttaprat/HViLM-Patho", trust_remote_code=True)# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("duttaprat/HViLM-Patho", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c66d275 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5090060bfb511272958077f1c53b32613f48373cfdac2ae84f5e9d24a051744a
size 468327485
|