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

vishw2703
/
unisumm_3

Summarization
Transformers
PyTorch
JAX
Rust
English
bart
text2text-generation
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use vishw2703/unisumm_3 with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "summarization" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("summarization", model="vishw2703/unisumm_3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("vishw2703/unisumm_3")
    model = AutoModelForSeq2SeqLM.from_pretrained("vishw2703/unisumm_3")
  • Notebooks
  • Google Colab
  • Kaggle
unisumm_3
4.08 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
vishw2703's picture
vishw2703
Update README.md
f0cfa04 almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • README.md
    1.7 kB
    Update README.md almost 4 years ago
  • config.json
    1.8 kB
    Update config.json almost 4 years ago
  • flax_model.msgpack
    1.22 GB
    xet
    flax_model.msgpack almost 4 years ago
  • merges.txt
    456 kB
    merges.txt almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.22 GB
    xet
    pytorch_model.bin almost 4 years ago
  • rust_model.ot
    1.63 GB
    xet
    rust_model.ot almost 4 years ago
  • tokenizer_config.json
    26 Bytes
    tokenizer_config.json almost 4 years ago
  • vocab.json
    899 kB
    vocab.json almost 4 years ago