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

  • Log In
  • Sign Up

l3cube-pune
/
hi-bert-embed

Fill-Mask
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

Instructions to use l3cube-pune/hi-bert-embed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use l3cube-pune/hi-bert-embed with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="l3cube-pune/hi-bert-embed")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("l3cube-pune/hi-bert-embed")
    model = AutoModelForMaskedLM.from_pretrained("l3cube-pune/hi-bert-embed")
  • Notebooks
  • Google Colab
  • Kaggle
hi-bert-embed
961 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
l3cube-pune's picture
l3cube-pune
Update tokenizer_config.json
fb62089 about 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • config.json
    663 Bytes
    Update model files over 3 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?

    951 MB
    xet
    Update model files over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Update model files over 3 years ago
  • tokenizer.json
    6.41 MB
    Update model files over 3 years ago
  • tokenizer_config.json
    453 Bytes
    Update tokenizer_config.json about 3 years ago
  • vocab.txt
    3.16 MB
    Update model files over 3 years ago