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

  • Log In
  • Sign Up

spicecloud
/
bert-yelp-local

Fill-Mask
Transformers
PyTorch
Core ML
Safetensors
English
bert
exbert
Model card Files Files and versions
xet
Community

Instructions to use spicecloud/bert-yelp-local with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use spicecloud/bert-yelp-local with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="spicecloud/bert-yelp-local")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("spicecloud/bert-yelp-local")
    model = AutoModelForMaskedLM.from_pretrained("spicecloud/bert-yelp-local")
  • Notebooks
  • Google Colab
  • Kaggle
bert-yelp-local
1.41 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
djstein's picture
djstein
Upload vocab.txt with huggingface_hub
a532210 almost 3 years ago
  • coreml
    Upload coreml/fill-mask/float32_model.mlpackage/Manifest.json with huggingface_hub almost 3 years ago
  • .gitattributes
    491 Bytes
    Upload .gitattributes with huggingface_hub almost 3 years ago
  • LICENSE
    11.4 kB
    Upload LICENSE with huggingface_hub almost 3 years ago
  • README.md
    10.5 kB
    Upload README.md with huggingface_hub almost 3 years ago
  • config.json
    570 Bytes
    Upload config.json with huggingface_hub almost 3 years ago
  • model.safetensors
    440 MB
    xet
    Upload model.safetensors with huggingface_hub almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    440 MB
    xet
    Upload pytorch_model.bin with huggingface_hub almost 3 years ago
  • tokenizer.json
    466 kB
    Upload tokenizer.json with huggingface_hub almost 3 years ago
  • tokenizer_config.json
    28 Bytes
    Upload tokenizer_config.json with huggingface_hub almost 3 years ago
  • vocab.txt
    232 kB
    Upload vocab.txt with huggingface_hub almost 3 years ago