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

virtual-human-chc
/
prot_bert_bfd_membrane

Text Classification
Transformers
PyTorch
JAX
Safetensors
English
bert
biology
microbiology
protein-language-model
pLM
deep-learning
Model card Files Files and versions
xet
Community
1

Instructions to use virtual-human-chc/prot_bert_bfd_membrane with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use virtual-human-chc/prot_bert_bfd_membrane with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="virtual-human-chc/prot_bert_bfd_membrane")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("virtual-human-chc/prot_bert_bfd_membrane")
    model = AutoModelForSequenceClassification.from_pretrained("virtual-human-chc/prot_bert_bfd_membrane")
  • Notebooks
  • Google Colab
  • Kaggle
prot_bert_bfd_membrane
5.04 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
pavm595's picture
pavm595
Upload LICENSE
4718001 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • LICENSE
    1.07 kB
    Upload LICENSE 5 months ago
  • README.md
    2.73 kB
    Update README.md 6 months ago
  • config.json
    600 Bytes
    Init 6 months ago
  • environment.yml
    461 Bytes
    Upload environment.yml 5 months ago
  • flax_model.msgpack
    1.68 GB
    xet
    Init 6 months ago
  • log_history.json
    822 Bytes
    Init 6 months ago
  • model.safetensors
    1.68 GB
    xet
    Adding `safetensors` variant of this model (#1) 5 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.68 GB
    xet
    Init 6 months ago
  • special_tokens_map.json
    112 Bytes
    Init 6 months ago
  • tokenizer_config.json
    86 Bytes
    Init 6 months ago
  • training_args.bin

    Detected Pickle imports (3)

    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.EvaluationStrategy"

    How to fix it?

    1.78 kB
    xet
    Init 6 months ago
  • vocab.txt
    81 Bytes
    Init 6 months ago