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

Swamitucats
/
M2M101

Transformers
PyTorch
m2m_100
text2text-generation
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Swamitucats/M2M101 with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Swamitucats/M2M101")
    model = AutoModelForSeq2SeqLM.from_pretrained("Swamitucats/M2M101")
  • Notebooks
  • Google Colab
  • Kaggle
M2M101
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
Swamitucats's picture
Swamitucats
update model card README.md
70f85e3 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 almost 2 years ago
  • README.md
    2.01 kB
    update model card README.md almost 2 years ago
  • config.json
    931 Bytes
    Training in progress, step 500 almost 2 years ago
  • generation_config.json
    198 Bytes
    End of training almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.94 GB
    xet
    End of training almost 2 years ago
  • sentencepiece.bpe.model
    2.42 MB
    xet
    Training in progress, step 500 almost 2 years ago
  • special_tokens_map.json
    1.56 kB
    Training in progress, step 500 almost 2 years ago
  • tokenizer_config.json
    1.81 kB
    Training in progress, step 500 almost 2 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    4.15 kB
    xet
    Training in progress, step 500 almost 2 years ago
  • vocab.json
    3.71 MB
    Training in progress, step 500 almost 2 years ago