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

ml6team
/
mt5-small-german-finetune-mlsum

Summarization
Transformers
PyTorch
google-tensorflow TensorFlow
German
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
3

Instructions to use ml6team/mt5-small-german-finetune-mlsum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ml6team/mt5-small-german-finetune-mlsum 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="ml6team/mt5-small-german-finetune-mlsum")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("ml6team/mt5-small-german-finetune-mlsum")
    model = AutoModelForSeq2SeqLM.from_pretrained("ml6team/mt5-small-german-finetune-mlsum")
  • Notebooks
  • Google Colab
  • Kaggle
mt5-small-german-finetune-mlsum
2.41 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits

This model has 1 file scanned as unsafe.

MatsU's picture
MatsU
Add model card
c466d1e over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 5 years ago
  • README.md
    1.12 kB
    Add model card over 5 years ago
  • config.json
    646 Bytes
    First version of mt5-small-german-finetune-mlsum model and tokenizer over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.2 GB
    xet
    First version of mt5-small-german-finetune-mlsum model and tokenizer over 5 years ago
  • special_tokens_map.json
    65 Bytes
    First version of mt5-small-german-finetune-mlsum model and tokenizer over 5 years ago
  • spiece.model
    4.31 MB
    First version of mt5-small-german-finetune-mlsum model and tokenizer over 5 years ago
  • tf_model.h5
    1.2 GB
    xet
    First version of mt5-small-german-finetune-mlsum model and tokenizer over 5 years ago
  • tokenizer_config.json
    356 Bytes
    First version of mt5-small-german-finetune-mlsum model and tokenizer over 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "__main__.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device",
    • "transformers.trainer_utils.EvaluationStrategy"

    How to fix it?

    1.97 kB
    xet
    First version of mt5-small-german-finetune-mlsum model and tokenizer over 5 years ago