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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

barthfab
/
drugprot

Feature Extraction
Transformers
PyTorch
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
20

Instructions to use barthfab/drugprot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use barthfab/drugprot with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="barthfab/drugprot")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("barthfab/drugprot")
    model = AutoModel.from_pretrained("barthfab/drugprot")
  • Notebooks
  • Google Colab
  • Kaggle
drugprot
1.29 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
barthfab's picture
barthfab
add config
8e907af almost 4 years ago
  • .gitattributes
    1.22 kB
    Upload best ckpt with BioLinkBERT (#1) almost 4 years ago
  • config.json
    558 Bytes
    add config almost 4 years ago
  • epoch=03.ckpt
    1.29 GB
    xet
    Upload best ckpt with BioLinkBERT (#1) almost 4 years ago