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

PDBEurope
/
Bioformer8L-ProteinStructure-NER-v0.1

Token Classification
Transformers
PyTorch
English
bert
biology
protein structure
token classification
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use PDBEurope/Bioformer8L-ProteinStructure-NER-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use PDBEurope/Bioformer8L-ProteinStructure-NER-v0.1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="PDBEurope/Bioformer8L-ProteinStructure-NER-v0.1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("PDBEurope/Bioformer8L-ProteinStructure-NER-v0.1")
    model = AutoModelForTokenClassification.from_pretrained("PDBEurope/Bioformer8L-ProteinStructure-NER-v0.1")
  • Notebooks
  • Google Colab
  • Kaggle
Bioformer8L-ProteinStructure-NER-v0.1
170 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
mevol's picture
mevol
updating model card
df914bf over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.66 kB
    updating model card over 2 years ago
  • config.json
    2.81 kB
    adding core files to run smaller bioformer8L model over 2 years ago
  • pytorch_model.bin
    169 MB
    xet
    adding core files to run smaller bioformer8L model over 2 years ago
  • special_tokens_map.json
    125 Bytes
    adding core files to run smaller bioformer8L model over 2 years ago
  • tokenizer.json
    764 kB
    adding core files to run smaller bioformer8L model over 2 years ago
  • tokenizer_config.json
    395 Bytes
    adding core files to run smaller bioformer8L model over 2 years ago
  • vocab.txt
    248 kB
    adding core files to run smaller bioformer8L model over 2 years ago