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

maan909
/
unisumm

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

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

  • Libraries
  • Transformers

    How to use maan909/unisumm 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="maan909/unisumm")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("maan909/unisumm")
    model = AutoModelForSeq2SeqLM.from_pretrained("maan909/unisumm")
  • Notebooks
  • Google Colab
  • Kaggle
unisumm
Ctrl+K
Ctrl+K
  • 1 contributor
History: 41 commits
maan909's picture
maan909
Update.gitattributes
66f246b almost 4 years ago
  • .gitattributes
    1.34 kB
    Update.gitattributes almost 4 years ago
  • README.md
    1.7 kB
    Create README.md almost 4 years ago
  • config.json
    1.8 kB
    Upload config.json almost 4 years ago
  • flax_model.msgpack
    1.22 GB
    xet
    Upload_flax_model.msgpack almost 4 years ago
  • merges.txt
    456 kB
    Upload merges.txt almost 4 years ago
  • pytorch_model (3).bin

    Detected Pickle imports (3)

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

    What is a pickle import?

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