Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

duttaprat
/
HViLM-Patho

Text Classification
Transformers
PyTorch
genomics
virology
dna
virus
pathogenicity
hvue-v2
custom_code
Model card Files Files and versions
xet
Community
1

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
HViLM-Patho
469 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
duttaprat's picture
duttaprat
Create README.md
57995d4 verified 13 days ago
  • .gitattributes
    1.52 kB
    initial commit 13 days ago
  • README.md
    3.42 kB
    Create README.md 13 days ago
  • bert_layers.py
    40.7 kB
    Release HViLM-Patho fine-tuned on HVUE v2 13 days ago
  • bert_padding.py
    6.1 kB
    Release HViLM-Patho fine-tuned on HVUE v2 13 days ago
  • config.json
    1.17 kB
    Release HViLM-Patho fine-tuned on HVUE v2 13 days ago
  • configuration_bert.py
    1.01 kB
    Release HViLM-Patho fine-tuned on HVUE v2 13 days ago
  • flash_attn_triton.py
    42.7 kB
    Release HViLM-Patho fine-tuned on HVUE v2 13 days ago
  • pytorch_model.bin
    468 MB
    xet
    Release HViLM-Patho fine-tuned on HVUE v2 13 days ago
  • special_tokens_map.json
    125 Bytes
    Release HViLM-Patho fine-tuned on HVUE v2 13 days ago
  • tokenizer.json
    168 kB
    Release HViLM-Patho fine-tuned on HVUE v2 13 days ago
  • tokenizer_config.json
    284 Bytes
    Release HViLM-Patho fine-tuned on HVUE v2 13 days ago