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

DunnBC22
/
mbart-large-50-Biomedical_Dataset

Translation
Transformers
PyTorch
TensorBoard
English
Italian
mbart
text2text-generation
Generated from Trainer
biology
medical
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use DunnBC22/mbart-large-50-Biomedical_Dataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DunnBC22/mbart-large-50-Biomedical_Dataset with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" 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("translation", model="DunnBC22/mbart-large-50-Biomedical_Dataset")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("DunnBC22/mbart-large-50-Biomedical_Dataset")
    model = AutoModelForSeq2SeqLM.from_pretrained("DunnBC22/mbart-large-50-Biomedical_Dataset")
  • Notebooks
  • Google Colab
  • Kaggle
mbart-large-50-Biomedical_Dataset
2.45 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
DunnBC22's picture
DunnBC22
Update README.md
e311748 verified about 2 months ago
  • runs
    End of training almost 3 years ago
  • .DS_Store
    6.15 kB
    xet
    update model card README.md almost 3 years ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 1 almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • README.md
    2.94 kB
    Update README.md about 2 months ago
  • config.json
    1.41 kB
    Training in progress, epoch 1 almost 3 years ago
  • generation_config.json
    256 Bytes
    End of training almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.44 GB
    xet
    Training in progress, epoch 1 almost 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Training in progress, epoch 1 almost 3 years ago
  • special_tokens_map.json
    880 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • tokenizer_config.json
    1.34 kB
    Training in progress, epoch 1 almost 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments",
    • "torch.device",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    3.64 kB
    xet
    Training in progress, epoch 1 almost 3 years ago