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

PrathameshPawar
/
sci_summary_2

Fill-Mask
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use PrathameshPawar/sci_summary_2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="PrathameshPawar/sci_summary_2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("PrathameshPawar/sci_summary_2")
    model = AutoModelForMaskedLM.from_pretrained("PrathameshPawar/sci_summary_2")
  • Notebooks
  • Google Colab
  • Kaggle
sci_summary_2
1.98 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
b9d68c5 verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • 15_test.json
    579 kB
    Upload 15_test.json (#2) about 3 years ago
  • 15_test_1.json
    419 kB
    Upload 15_test_1.json (#1) about 3 years ago
  • config.json
    569 Bytes
    Create config.json about 3 years ago
  • model.safetensors
    990 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    990 MB
    xet
    Upload pytorch_model.bin about 3 years ago
  • tokenizer.json
    466 kB
    Create tokenizer.json about 3 years ago
  • tokenizer_config.json
    28 Bytes
    Create tokenizer_config.json about 3 years ago