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

maxbsdv
/
LEO-SeamlessM4T-v2-Large-Roverplastik

Translation
PEFT
Safetensors
Transformers
lora
qlora
nmt
multilingual
italian
technical-translation
Model card Files Files and versions
xet
Community

Instructions to use maxbsdv/LEO-SeamlessM4T-v2-Large-Roverplastik with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use maxbsdv/LEO-SeamlessM4T-v2-Large-Roverplastik with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("facebook/seamless-m4t-v2-large")
    model = PeftModel.from_pretrained(base_model, "maxbsdv/LEO-SeamlessM4T-v2-Large-Roverplastik")
  • Transformers

    How to use maxbsdv/LEO-SeamlessM4T-v2-Large-Roverplastik 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="maxbsdv/LEO-SeamlessM4T-v2-Large-Roverplastik")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("maxbsdv/LEO-SeamlessM4T-v2-Large-Roverplastik", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
LEO-SeamlessM4T-v2-Large-Roverplastik
93.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
maxbsdv's picture
maxbsdv
Update README.md
4805361 verified 3 months ago
  • .gitattributes
    1.57 kB
    Initial push of LEO Fine-tuned PEFT adapters and tokenizer for Roverplastik 4 months ago
  • README.md
    7.49 kB
    Update README.md 3 months ago
  • adapter_config.json
    1.05 kB
    Add files using upload-large-folder tool 4 months ago
  • adapter_model.safetensors
    56.7 MB
    xet
    Add files using upload-large-folder tool 4 months ago
  • added_tokens.json
    2.07 kB
    Initial push of LEO Fine-tuned PEFT adapters and tokenizer for Roverplastik 4 months ago
  • sentencepiece.bpe.model
    5.17 MB
    xet
    Initial push of LEO Fine-tuned PEFT adapters and tokenizer for Roverplastik 4 months ago
  • special_tokens_map.json
    2.34 kB
    Initial push of LEO Fine-tuned PEFT adapters and tokenizer for Roverplastik 4 months ago
  • tokenizer.json
    31.2 MB
    xet
    Initial push of LEO Fine-tuned PEFT adapters and tokenizer for Roverplastik 4 months ago
  • tokenizer_config.json
    19.7 kB
    Initial push of LEO Fine-tuned PEFT adapters and tokenizer for Roverplastik 4 months ago