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

  • Log In
  • Sign Up

osiria
/
blaze-it

Fill-Mask
Transformers
PyTorch
Safetensors
Italian
distilbert
Model card Files Files and versions
xet
Community
1

Instructions to use osiria/blaze-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use osiria/blaze-it with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="osiria/blaze-it")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("osiria/blaze-it")
    model = AutoModelForMaskedLM.from_pretrained("osiria/blaze-it")
  • Notebooks
  • Google Colab
  • Kaggle
blaze-it
Ctrl+K
Ctrl+K
  • 2 contributors
History: 17 commits
osiria's picture
osiria
Update README.md
b8d8df4 over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    5.65 kB
    Update README.md over 2 years ago
  • config.json
    560 Bytes
    Upload 4 files about 3 years ago
  • model.safetensors
    217 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    217 MB
    xet
    Upload 4 files about 3 years ago
  • tokenizer_config.json
    72 Bytes
    Upload 4 files about 3 years ago
  • vocab.txt
    90.3 kB
    Upload 4 files about 3 years ago