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

diana9m
/
marian-finetuned-kde4-en-to-fr

Translation
Transformers
PyTorch
TensorBoard
Safetensors
marian
text2text-generation
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use diana9m/marian-finetuned-kde4-en-to-fr 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="diana9m/marian-finetuned-kde4-en-to-fr")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("diana9m/marian-finetuned-kde4-en-to-fr")
    model = AutoModelForSeq2SeqLM.from_pretrained("diana9m/marian-finetuned-kde4-en-to-fr", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
marian-finetuned-kde4-en-to-fr / runs
11.5 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
diana9m's picture
diana9m
Training complete
a94d74f about 3 years ago
  • Aug06_20-49-36_0552263abdaa
    Training complete about 3 years ago