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

KostiuchenkoArtem
/
bart_large_multi_modified

Summarization
Transformers
google-tensorflow TensorFlow
English
bart
text2text-generation
generated_from_keras_callback
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use KostiuchenkoArtem/bart_large_multi_modified 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="KostiuchenkoArtem/bart_large_multi_modified")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("KostiuchenkoArtem/bart_large_multi_modified")
    model = AutoModelForSeq2SeqLM.from_pretrained("KostiuchenkoArtem/bart_large_multi_modified")
  • Notebooks
  • Google Colab
  • Kaggle
bart_large_multi_modified
1.63 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
KostiuchenkoArtem's picture
KostiuchenkoArtem
Update README.md
bc83156 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    1.44 kB
    Update README.md almost 3 years ago
  • config.json
    1.63 kB
    Training in progress epoch 0 almost 3 years ago
  • generation_config.json
    358 Bytes
    Training in progress epoch 0 almost 3 years ago
  • merges.txt
    456 kB
    Training in progress epoch 0 almost 3 years ago
  • special_tokens_map.json
    280 Bytes
    Training in progress epoch 0 almost 3 years ago
  • tf_model.h5
    1.63 GB
    xet
    Training in progress epoch 1 almost 3 years ago
  • tokenizer.json
    2.11 MB
    Training in progress epoch 0 almost 3 years ago
  • tokenizer_config.json
    349 Bytes
    Training in progress epoch 0 almost 3 years ago
  • vocab.json
    798 kB
    Training in progress epoch 0 almost 3 years ago