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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-yelp-local / coreml /fill-mask /float32_model.mlpackage
532 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
djstein's picture
djstein
Upload coreml/fill-mask/float32_model.mlpackage/Manifest.json with huggingface_hub
7d9c012 almost 3 years ago
  • Data
    Upload coreml/fill-mask/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin with huggingface_hub almost 3 years ago
  • Manifest.json
    617 Bytes
    Upload coreml/fill-mask/float32_model.mlpackage/Manifest.json with huggingface_hub almost 3 years ago