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

mastavtsev
/
SqueezeBERT_PM_CLR

Fill-Mask
Transformers
Safetensors
squeezebert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use mastavtsev/SqueezeBERT_PM_CLR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="mastavtsev/SqueezeBERT_PM_CLR")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("mastavtsev/SqueezeBERT_PM_CLR")
    model = AutoModelForMaskedLM.from_pretrained("mastavtsev/SqueezeBERT_PM_CLR", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
SqueezeBERT_PM_CLR
176 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
mastavtsev's picture
mastavtsev
Final report of the project (Russian)
c0e9d0e verified over 2 years ago
  • .gitattributes
    1.6 kB
    Final report of the project (Russian) over 2 years ago
  • README.md
    1.76 kB
    Update README.md over 2 years ago
  • config.json
    667 Bytes
    SqueezeBERT model version for course project on CLR and PM over 2 years ago
  • model.safetensors
    175 MB
    xet
    SqueezeBERT model version for course project on CLR and PM over 2 years ago
  • training_args.bin
    5.05 kB
    xet
    SqueezeBERT model version for course project on CLR and PM over 2 years ago
  • Итоговый_отчёт_Ставцев.pdf
    1.54 MB
    xet
    Final report of the project (Russian) over 2 years ago