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

  • Log In
  • Sign Up

Falconsai
/
text_summarization

Summarization
Transformers
PyTorch
Core ML
ONNX
Safetensors
English
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
16

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

  • Libraries
  • Transformers

    How to use Falconsai/text_summarization 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="Falconsai/text_summarization")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Falconsai/text_summarization")
    model = AutoModelForSeq2SeqLM.from_pretrained("Falconsai/text_summarization")
  • Notebooks
  • Google Colab
  • Kaggle
text_summarization / onnx
830 MB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 1 commit
RealFalconsAI's picture
RealFalconsAI
Adding ONNX file of this model (#4)
ece8328 verified over 2 years ago
  • added_tokens.json
    2.63 kB
    Adding ONNX file of this model (#4) over 2 years ago
  • config.json
    1.49 kB
    Adding ONNX file of this model (#4) over 2 years ago
  • decoder_model.onnx
    232 MB
    xet
    Adding ONNX file of this model (#4) over 2 years ago
  • decoder_model_merged.onnx
    233 MB
    xet
    Adding ONNX file of this model (#4) over 2 years ago
  • decoder_with_past_model.onnx
    220 MB
    xet
    Adding ONNX file of this model (#4) over 2 years ago
  • encoder_model.onnx
    141 MB
    xet
    Adding ONNX file of this model (#4) over 2 years ago
  • generation_config.json
    112 Bytes
    Adding ONNX file of this model (#4) over 2 years ago
  • special_tokens_map.json
    2.2 kB
    Adding ONNX file of this model (#4) over 2 years ago
  • spiece.model
    792 kB
    xet
    Adding ONNX file of this model (#4) over 2 years ago
  • tokenizer.json
    2.42 MB
    Adding ONNX file of this model (#4) over 2 years ago
  • tokenizer_config.json
    20.9 kB
    Adding ONNX file of this model (#4) over 2 years ago