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

kssrikar4
/
AVP-ESM2-8m

Token Classification
Transformers
Safetensors
esm
text-classification
virulence-prediction
biology
bioinformatics
microbiology
Model card Files Files and versions
xet
Community

Instructions to use kssrikar4/AVP-ESM2-8m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kssrikar4/AVP-ESM2-8m with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="kssrikar4/AVP-ESM2-8m")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kssrikar4/AVP-ESM2-8m")
    model = AutoModelForSequenceClassification.from_pretrained("kssrikar4/AVP-ESM2-8m", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
AVP-ESM2-8m
121 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
kssrikar4's picture
kssrikar4
Update README.md
9a6913d verified 12 months ago
  • .gitattributes
    1.56 kB
    Upload 5 files 12 months ago
  • README.md
    5.7 kB
    Update README.md 12 months ago
  • active_esm_checkpoint.pth

    Detected Pickle imports (6)

    • "numpy.dtype",
    • "torch._utils._rebuild_tensor_v2",
    • "_codecs.encode",
    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "numpy._core.multiarray.scalar"

    How to fix it?

    90.4 MB
    xet
    Initial model upload ✨ 12 months ago
  • alp.png
    71.8 kB
    Upload 5 files 12 months ago
  • config.json
    780 Bytes
    Initial model upload ✨ 12 months ago
  • model.safetensors
    30.1 MB
    xet
    Initial model upload ✨ 12 months ago
  • special_tokens_map.json
    125 Bytes
    Initial model upload ✨ 12 months ago
  • test.png
    26.6 kB
    Upload 5 files 12 months ago
  • tokenizer_config.json
    1.16 kB
    Initial model upload ✨ 12 months ago
  • tsne.png
    143 kB
    xet
    Upload 5 files 12 months ago
  • umap.png
    56 kB
    Upload 5 files 12 months ago
  • validation.png
    20.4 kB
    Upload 5 files 12 months ago
  • vocab.txt
    93 Bytes
    Initial model upload ✨ 12 months ago