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

DeepPavlov
/
marianmt-tatoeba-ruen

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

Instructions to use DeepPavlov/marianmt-tatoeba-ruen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DeepPavlov/marianmt-tatoeba-ruen with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("DeepPavlov/marianmt-tatoeba-ruen")
    model = AutoModelForSeq2SeqLM.from_pretrained("DeepPavlov/marianmt-tatoeba-ruen")
  • Notebooks
  • Google Colab
  • Kaggle
marianmt-tatoeba-ruen
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Aleksey Dorkin
add model
d9754a7 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    1.37 kB
    add model over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    305 MB
    xet
    add model over 4 years ago
  • source.spm
    1.08 MB
    add tokenizer over 4 years ago
  • special_tokens_map.json
    65 Bytes
    add tokenizer over 4 years ago
  • target.spm
    803 kB
    add tokenizer over 4 years ago
  • tokenizer_config.json
    302 Bytes
    Update tokenizer_config.json over 4 years ago
  • vocab.json
    2.73 MB
    add tokenizer over 4 years ago