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

BlockwardSARL
/
qartify-nllb-menu-translation

Translation
Transformers
ONNX
Safetensors
Arabic
French
English
nllb
multilingual
restaurant-menu
food
qartify
Model card Files Files and versions
xet
Community

Instructions to use BlockwardSARL/qartify-nllb-menu-translation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BlockwardSARL/qartify-nllb-menu-translation 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="BlockwardSARL/qartify-nllb-menu-translation")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("BlockwardSARL/qartify-nllb-menu-translation", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
qartify-nllb-menu-translation
4.39 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ranya2's picture
ranya2
Update README.md
a6f713c verified 13 days ago
  • checkpoint
    Upload folder using huggingface_hub about 1 month ago
  • lexicon
    Upload folder using huggingface_hub about 1 month ago
  • onnx_int8_dynamic
    Upload folder using huggingface_hub about 1 month ago
  • .gitattributes
    1.89 kB
    Upload folder using huggingface_hub about 1 month ago
  • README.md
    5.43 kB
    Update README.md 13 days ago