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

rinkorn
/
marian-finetuned-kde4-en-to-ru

Translation
Transformers
Safetensors
marian
text2text-generation
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use rinkorn/marian-finetuned-kde4-en-to-ru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rinkorn/marian-finetuned-kde4-en-to-ru 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="rinkorn/marian-finetuned-kde4-en-to-ru")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMultimodalLM
    
    tokenizer = AutoTokenizer.from_pretrained("rinkorn/marian-finetuned-kde4-en-to-ru")
    model = AutoModelForMultimodalLM.from_pretrained("rinkorn/marian-finetuned-kde4-en-to-ru")
  • Notebooks
  • Google Colab
  • Kaggle
marian-finetuned-kde4-en-to-ru
309 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
rinkorn's picture
rinkorn
Training in progress epoch 2
0fdec7d over 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 1 over 2 years ago
  • README.md
    1.27 kB
    Training complete over 2 years ago
  • config.json
    1.4 kB
    Training in progress, epoch 1 over 2 years ago
  • generation_config.json
    288 Bytes
    Training complete over 2 years ago
  • model.safetensors
    305 MB
    xet
    Training in progress epoch 2 over 2 years ago
  • source.spm
    803 kB
    Training in progress, epoch 1 over 2 years ago
  • special_tokens_map.json
    74 Bytes
    Training in progress, epoch 1 over 2 years ago
  • target.spm
    1.08 MB
    xet
    Training in progress, epoch 1 over 2 years ago
  • tokenizer_config.json
    842 Bytes
    Training in progress, epoch 1 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "torch.device",
    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.utils.dataclasses.DistributedType",
    • "accelerate.state.PartialState"

    How to fix it?

    4.86 kB
    xet
    Training in progress, epoch 1 over 2 years ago
  • vocab.json
    2.73 MB
    Training in progress, epoch 1 over 2 years ago