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

srvmishra832
/
Amazon_MultiLingual_Review_Summarization_with_google_mT5_small

Summarization
Transformers
TensorBoard
Safetensors
English
German
mt5
text2text-generation
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use srvmishra832/Amazon_MultiLingual_Review_Summarization_with_google_mT5_small 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="srvmishra832/Amazon_MultiLingual_Review_Summarization_with_google_mT5_small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("srvmishra832/Amazon_MultiLingual_Review_Summarization_with_google_mT5_small")
    model = AutoModelForSeq2SeqLM.from_pretrained("srvmishra832/Amazon_MultiLingual_Review_Summarization_with_google_mT5_small")
  • Notebooks
  • Google Colab
  • Kaggle
Amazon_MultiLingual_Review_Summarization_with_google_mT5_small
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
srvmishra832's picture
srvmishra832
Update README.md
be3042b verified about 1 year ago
  • runs
    End of training about 1 year ago
  • .gitattributes
    1.57 kB
    Training in progress, step 500 about 1 year ago
  • README.md
    3.94 kB
    Update README.md about 1 year ago
  • config.json
    763 Bytes
    Training in progress, step 500 about 1 year ago
  • generation_config.json
    112 Bytes
    End of training about 1 year ago
  • model.safetensors
    1.2 GB
    xet
    Training in progress, step 5000 about 1 year ago
  • special_tokens_map.json
    416 Bytes
    Training in progress, step 500 about 1 year ago
  • spiece.model
    4.31 MB
    xet
    Training in progress, step 500 about 1 year ago
  • tokenizer.json
    16.4 MB
    xet
    Training in progress, step 500 about 1 year ago
  • tokenizer_config.json
    19.3 kB
    Training in progress, step 500 about 1 year ago
  • training_args.bin

    Detected Pickle imports (10)

    • "torch.device",
    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.state.PartialState",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SaveStrategy",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    5.62 kB
    xet
    Training in progress, step 500 about 1 year ago