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

Omar-youssef
/
english-egyptian-arabic-translator

Translation
Transformers
Safetensors
English
Arabic
marian
text2text-generation
NLP
Egyptian Arabic
English-Arabic
Model card Files Files and versions
xet
Community

Instructions to use Omar-youssef/english-egyptian-arabic-translator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Omar-youssef/english-egyptian-arabic-translator 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="Omar-youssef/english-egyptian-arabic-translator")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Omar-youssef/english-egyptian-arabic-translator")
    model = AutoModelForSeq2SeqLM.from_pretrained("Omar-youssef/english-egyptian-arabic-translator", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
english-egyptian-arabic-translator
482 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Omar-youssef's picture
Omar-youssef
Update README.md
6396fa8 verified 2 months ago
  • .gitattributes
    1.61 kB
    Upload tokenizer 2 months ago
  • README.md
    4.72 kB
    Update README.md 2 months ago
  • config.json
    1.01 kB
    Upload model 2 months ago
  • generation_config.json
    1 kB
    Upload model 2 months ago
  • model.safetensors
    478 MB
    xet
    Upload model 2 months ago
  • source.spm
    806 kB
    xet
    Upload tokenizer 2 months ago
  • target.spm
    916 kB
    xet
    Upload tokenizer 2 months ago
  • tokenizer_config.json
    856 Bytes
    Upload tokenizer 2 months ago
  • vocab.json
    2.21 MB
    Upload tokenizer 2 months ago