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

BSC-LT
/
salamandraTA-7b-instruct

Translation
Transformers
Safetensors
llama
text-generation
text-generation-inference
🇪🇺 Region: EU
Model card Files Files and versions
xet
Community
8

Instructions to use BSC-LT/salamandraTA-7b-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BSC-LT/salamandraTA-7b-instruct 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="BSC-LT/salamandraTA-7b-instruct")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("BSC-LT/salamandraTA-7b-instruct")
    model = AutoModelForCausalLM.from_pretrained("BSC-LT/salamandraTA-7b-instruct", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
salamandraTA-7b-instruct / images
Ctrl+K
Ctrl+K
  • 11 contributors
History: 15 commits
xixianliao's picture
xixianliao
Upload 6 files
a1e0f04 verified 2 months ago
  • bleu_ca_bouquet.png
    431 kB
    xet
    Upload 6 files 2 months ago
  • bleu_ca_flores+_devtest.png
    459 kB
    xet
    Upload 6 files 2 months ago
  • bleu_en_bouquet.png
    466 kB
    xet
    Upload 6 files 2 months ago
  • bleu_en_flores+_devtest.png
    485 kB
    xet
    Upload 6 files 2 months ago
  • bleu_es_bouquet.png
    413 kB
    xet
    Upload 6 files 2 months ago
  • bleu_es_flores+_devtest.png
    432 kB
    xet
    Upload 6 files 2 months ago
  • salamandra_header.png
    11.1 MB
    xet
    Release v2.0 4 months ago