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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

BubblesTech
/
turkish-summarizer-mbart

Summarization
Transformers
Safetensors
Turkish
mbart
text2text-generation
turkish
news
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use BubblesTech/turkish-summarizer-mbart 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="BubblesTech/turkish-summarizer-mbart")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("BubblesTech/turkish-summarizer-mbart")
    model = AutoModelForSeq2SeqLM.from_pretrained("BubblesTech/turkish-summarizer-mbart")
  • Notebooks
  • Google Colab
  • Kaggle
turkish-summarizer-mbart
2.47 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
BubblesTech's picture
BubblesTech
Add model card
18d91a4 verified 4 months ago
  • .gitattributes
    1.57 kB
    Add tokenizer.json 4 months ago
  • README.md
    1.19 kB
    Add model card 4 months ago
  • config.json
    1.39 kB
    Add config.json 4 months ago
  • generation_config.json
    289 Bytes
    Add generation_config.json 4 months ago
  • model.safetensors
    2.44 GB
    xet
    Add model.safetensors 4 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add sentencepiece.bpe.model 4 months ago
  • special_tokens_map.json
    992 Bytes
    Add special_tokens_map.json 4 months ago
  • tokenizer.json
    17.1 MB
    xet
    Add tokenizer.json 4 months ago
  • tokenizer_config.json
    11 kB
    Add tokenizer_config.json 4 months ago