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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

anzorq
/
m2m100_418M_ft_ru-kbd_44K

Translation
Transformers
PyTorch
ONNX
Safetensors
Russian
Kabardian
m2m_100
text2text-generation
Model card Files Files and versions
xet
Community
3

Instructions to use anzorq/m2m100_418M_ft_ru-kbd_44K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anzorq/m2m100_418M_ft_ru-kbd_44K 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="anzorq/m2m100_418M_ft_ru-kbd_44K")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("anzorq/m2m100_418M_ft_ru-kbd_44K")
    model = AutoModelForSeq2SeqLM.from_pretrained("anzorq/m2m100_418M_ft_ru-kbd_44K", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
m2m100_418M_ft_ru-kbd_44K
6.83 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 42 commits
anzorq's picture
anzorq
Update README.md
2483d72 almost 3 years ago
  • ctranslate2
    Rename ctranslate2/as to ctranslate2/README.md almost 3 years ago
  • onnx
    Delete onnx/asd almost 3 years ago
  • .gitattributes
    1.44 kB
    Adding `safetensors` variant of this model (#2) about 3 years ago
  • README.md
    5.79 kB
    Update README.md almost 3 years ago
  • config.json
    988 Bytes
    add model almost 4 years ago
  • model.safetensors
    1.94 GB
    xet
    Adding `safetensors` variant of this model (#2) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.94 GB
    xet
    add model almost 4 years ago
  • sentencepiece.bpe.model
    2.42 MB
    xet
    add tokenizer almost 4 years ago
  • special_tokens_map.json
    1.56 kB
    add tokenizer almost 4 years ago
  • tokenizer_config.json
    1.89 kB
    add tokenizer almost 4 years ago
  • vocab.json
    3.71 MB
    add tokenizer almost 4 years ago