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

  • Log In
  • Sign Up

CodeXRyu
/
meeting-summarizer-v2

Summarization
Transformers
Safetensors
English
pegasus
text2text-generation
meeting-summarization
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use CodeXRyu/meeting-summarizer-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CodeXRyu/meeting-summarizer-v2 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="CodeXRyu/meeting-summarizer-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("CodeXRyu/meeting-summarizer-v2")
    model = AutoModelForSeq2SeqLM.from_pretrained("CodeXRyu/meeting-summarizer-v2")
  • Notebooks
  • Google Colab
  • Kaggle
meeting-summarizer-v2
2.29 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
CodeXRyu's picture
CodeXRyu
Add README.md
aa74af1 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    1.36 kB
    Add README.md 8 months ago
  • config.json
    1.37 kB
    Initial upload of fine-tuned meeting summarizer 8 months ago
  • generation_config.json
    243 Bytes
    Initial upload of fine-tuned meeting summarizer 8 months ago
  • model.safetensors
    2.28 GB
    xet
    Initial upload of fine-tuned meeting summarizer 8 months ago
  • special_tokens_map.json
    2.22 kB
    Initial upload of tokenizer 8 months ago
  • spiece.model
    1.91 MB
    xet
    Initial upload of tokenizer 8 months ago
  • tokenizer.json
    6.6 MB
    Initial upload of tokenizer 8 months ago
  • tokenizer_config.json
    20.3 kB
    Initial upload of tokenizer 8 months ago