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

CodeXRyu
/
meeting-summarizer

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

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

  • Libraries
  • Transformers

    How to use CodeXRyu/meeting-summarizer 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")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("CodeXRyu/meeting-summarizer")
    model = AutoModelForSeq2SeqLM.from_pretrained("CodeXRyu/meeting-summarizer")
  • Notebooks
  • Google Colab
  • Kaggle
meeting-summarizer / checkpoint-13
729 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
CodeXRyu's picture
CodeXRyu
Enhanced meeting summarizer with QMSum dataset
d839810 verified 8 months ago
  • config.json
    1.47 kB
    Enhanced meeting summarizer with QMSum dataset 8 months ago
  • generation_config.json
    152 Bytes
    Enhanced meeting summarizer with QMSum dataset 8 months ago
  • model.safetensors
    242 MB
    xet
    Enhanced meeting summarizer with QMSum dataset 8 months ago
  • optimizer.pt
    484 MB
    xet
    Enhanced meeting summarizer with QMSum dataset 8 months ago
  • rng_state.pth
    14.5 kB
    xet
    Enhanced meeting summarizer with QMSum dataset 8 months ago
  • scheduler.pt
    1.47 kB
    xet
    Upload folder using huggingface_hub 8 months ago
  • special_tokens_map.json
    2.54 kB
    Upload folder using huggingface_hub 8 months ago
  • spiece.model
    792 kB
    xet
    Upload folder using huggingface_hub 8 months ago
  • tokenizer.json
    2.42 MB
    Enhanced meeting summarizer with QMSum dataset 8 months ago
  • tokenizer_config.json
    20.8 kB
    Upload folder using huggingface_hub 8 months ago
  • trainer_state.json
    922 Bytes
    Enhanced meeting summarizer with QMSum dataset 8 months ago
  • training_args.bin
    5.91 kB
    xet
    Enhanced meeting summarizer with QMSum dataset 8 months ago