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

  • Log In
  • Sign Up

cychristophercyc
/
last_call

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Rust
Safetensors
distilbert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use cychristophercyc/last_call with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="cychristophercyc/last_call")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("cychristophercyc/last_call")
    model = AutoModelForMaskedLM.from_pretrained("cychristophercyc/last_call")
  • Notebooks
  • Google Colab
  • Kaggle
last_call
1.53 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
cychristophercyc's picture
cychristophercyc
Upload model.safetensors
b2afe4b verified about 2 years ago
  • .gitattributes
    444 Bytes
    Create .gitattributes about 2 years ago
  • REEDME.md
    8.58 kB
    Create REEDME.md about 2 years ago
  • config.json
    482 Bytes
    Create config.json about 2 years ago
  • flax_model.msgpack
    268 MB
    xet
    Upload 4 files about 2 years ago
  • model.safetensors
    268 MB
    xet
    Upload model.safetensors about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    268 MB
    xet
    Upload 4 files about 2 years ago
  • rust_model.ot
    362 MB
    xet
    Upload 4 files about 2 years ago
  • tf_model.h5
    363 MB
    xet
    Upload 4 files about 2 years ago
  • tokenizer_config.json
    27 Bytes
    Rename tokenizer.json to tokenizer_config.json about 2 years ago