Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

leonweber
/
biomuppet_base

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

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

  • Libraries
  • Transformers

    How to use leonweber/biomuppet_base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="leonweber/biomuppet_base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("leonweber/biomuppet_base")
    model = AutoModel.from_pretrained("leonweber/biomuppet_base")
  • Notebooks
  • Google Colab
  • Kaggle
biomuppet_base
434 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
leonweber's picture
leonweber
add tokenizer
551ebb6 almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • config.json
    671 Bytes
    add model almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    433 MB
    xet
    add model almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    add tokenizer almost 4 years ago
  • tokenizer.json
    679 kB
    add tokenizer almost 4 years ago
  • tokenizer_config.json
    357 Bytes
    add tokenizer almost 4 years ago
  • vocab.txt
    225 kB
    add tokenizer almost 4 years ago