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

  • Log In
  • Sign Up

AnonymousSub
/
dummy_2_parent

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

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

  • Libraries
  • Transformers

    How to use AnonymousSub/dummy_2_parent with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="AnonymousSub/dummy_2_parent")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("AnonymousSub/dummy_2_parent")
    model = AutoModel.from_pretrained("AnonymousSub/dummy_2_parent")
  • Notebooks
  • Google Colab
  • Kaggle
dummy_2_parent
714 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
AnonymousSub's picture
AnonymousSub
add tokenizer
78508ea over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    1.03 kB
    add model over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    711 MB
    xet
    add model over 4 years ago
  • special_tokens_map.json
    112 Bytes
    add tokenizer over 4 years ago
  • tokenizer.json
    1.96 MB
    add tokenizer over 4 years ago
  • tokenizer_config.json
    558 Bytes
    add tokenizer over 4 years ago
  • vocab.txt
    996 kB
    add tokenizer over 4 years ago