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

  • Log In
  • Sign Up

Ketan3101
/
ConvoBrief

Summarization
PEFT
Transformers
dialogue-summarization
LoRA
PEFT
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • PEFT

    How to use Ketan3101/ConvoBrief with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("facebook/bart-large-cnn")
    model = PeftModel.from_pretrained(base_model, "Ketan3101/ConvoBrief")
  • Transformers

    How to use Ketan3101/ConvoBrief 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="Ketan3101/ConvoBrief")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Ketan3101/ConvoBrief", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ConvoBrief
8.46 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
Ketan3101's picture
Ketan3101
Update README.md
7cc2ce2 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    3.14 kB
    Update README.md about 2 years ago
  • adapter_config.json
    452 Bytes
    Pushing ConvoBrief almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    5.09 MB
    xet
    Pushing ConvoBrief almost 3 years ago
  • merges.txt
    456 kB
    Pushing ConvoBrief almost 3 years ago
  • special_tokens_map.json
    280 Bytes
    Pushing ConvoBrief almost 3 years ago
  • tokenizer.json
    2.11 MB
    Pushing ConvoBrief almost 3 years ago
  • tokenizer_config.json
    349 Bytes
    Pushing ConvoBrief almost 3 years ago
  • vocab.json
    798 kB
    Pushing ConvoBrief almost 3 years ago