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

AI4Protein
/
deep_bpe_400

Feature Extraction
Transformers
PyTorch
roformer
fill-mask
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use AI4Protein/deep_bpe_400 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="AI4Protein/deep_bpe_400")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("AI4Protein/deep_bpe_400")
    model = AutoModelForMaskedLM.from_pretrained("AI4Protein/deep_bpe_400")
  • Notebooks
  • Google Colab
  • Kaggle
deep_bpe_400
344 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 5 commits
tyang816's picture
tyang816
nielsr's picture
nielsr HF Staff
Add model card (#2)
68f8187 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    337 Bytes
    Add model card (#2) about 1 year ago
  • config.json
    700 Bytes
    Upload RoFormerForMaskedLM over 2 years ago
  • generation_config.json
    111 Bytes
    Upload RoFormerForMaskedLM over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    344 MB
    xet
    Upload RoFormerForMaskedLM over 2 years ago
  • special_tokens_map.json
    173 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    14.2 kB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    146 Bytes
    Upload tokenizer over 2 years ago