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

lyf07
/
Translategemma-4B-it-WALAR

Translation
Transformers
Safetensors
gemma3
image-text-to-text
multilingual
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use lyf07/Translategemma-4B-it-WALAR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lyf07/Translategemma-4B-it-WALAR 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="lyf07/Translategemma-4B-it-WALAR")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("lyf07/Translategemma-4B-it-WALAR")
    model = AutoModelForImageTextToText.from_pretrained("lyf07/Translategemma-4B-it-WALAR")
  • Notebooks
  • Google Colab
  • Kaggle
Translategemma-4B-it-WALAR
8.64 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
lyf07's picture
lyf07
nielsr's picture
nielsr HF Staff
Add pipeline tag and library metadata (#1)
62dd4dc 2 months ago
  • fig
    update README 2 months ago
  • .gitattributes
    1.75 kB
    update README 2 months ago
  • README.md
    3.99 kB
    Add pipeline tag and library metadata (#1) 2 months ago
  • added_tokens.json
    35 Bytes
    upload model 2 months ago
  • chat_template.jinja
    17 kB
    upload model 2 months ago
  • config.json
    2.73 kB
    upload model 2 months ago
  • generation_config.json
    168 Bytes
    upload model 2 months ago
  • model-00001-of-00002.safetensors
    4.96 GB
    xet
    upload model 2 months ago
  • model-00002-of-00002.safetensors
    3.64 GB
    xet
    upload model 2 months ago
  • model.safetensors.index.json
    90.6 kB
    upload model 2 months ago
  • preprocessor_config.json
    570 Bytes
    upload model 2 months ago
  • processor_config.json
    70 Bytes
    upload model 2 months ago
  • special_tokens_map.json
    662 Bytes
    upload model 2 months ago
  • tokenizer.json
    33.4 MB
    xet
    upload model 2 months ago
  • tokenizer.model
    4.69 MB
    xet
    upload model 2 months ago
  • tokenizer_config.json
    1.16 MB
    upload model 2 months ago