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

lewtun
/
dummy-translation

Transformers
PyTorch
marian
text2text-generation
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use lewtun/dummy-translation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lewtun/dummy-translation with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("lewtun/dummy-translation")
    model = AutoModelForSeq2SeqLM.from_pretrained("lewtun/dummy-translation")
  • Notebooks
  • Google Colab
  • Kaggle
dummy-translation
302 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
lewtun's picture
lewtun HF Staff
add model
c2d443e almost 5 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • .gitignore
    13 Bytes
    add model almost 5 years ago
  • README.md
    1.13 kB
    add model almost 5 years ago
  • config.json
    1.33 kB
    add model almost 5 years ago
  • pytorch_model.bin
    299 MB
    xet
    add model almost 5 years ago
  • source.spm
    789 kB
    add model almost 5 years ago
  • special_tokens_map.json
    65 Bytes
    add model almost 5 years ago
  • target.spm
    817 kB
    add model almost 5 years ago
  • tokenizer_config.json
    296 Bytes
    add model almost 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

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

    How to fix it?

    2.74 kB
    xet
    add model almost 5 years ago
  • vocab.json
    1.51 MB
    add model almost 5 years ago