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

Shams03
/
EgyLated

Translation
Transformers
Safetensors
English
Egyptian Arabic
bart
text2text-generation
low-resource
egyptian-arabic
seq2seq
English
Model card Files Files and versions
xet
Community

Instructions to use Shams03/EgyLated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Shams03/EgyLated 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="Shams03/EgyLated")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Shams03/EgyLated")
    model = AutoModelForSeq2SeqLM.from_pretrained("Shams03/EgyLated", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
EgyLated
406 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Shams03's picture
Shams03
Update README.md
9e363dd verified 8 months ago
  • .gitattributes
    1.58 kB
    Upload model_architecture.png 8 months ago
  • README.md
    10.9 kB
    Update README.md 8 months ago
  • config.json
    981 Bytes
    Upload folder using huggingface_hub 8 months ago
  • generation_config.json
    323 Bytes
    Upload folder using huggingface_hub 8 months ago
  • handler.py
    3.66 kB
    Upload handler.py with huggingface_hub 8 months ago
  • model.safetensors
    394 MB
    xet
    Upload folder using huggingface_hub 8 months ago
  • model_architecture.png
    5.06 MB
    xet
    Upload model_architecture.png 8 months ago
  • special_tokens_map.json
    965 Bytes
    Upload folder using huggingface_hub 8 months ago
  • tokenizer.json
    6.88 MB
    Upload folder using huggingface_hub 8 months ago
  • tokenizer_config.json
    1.34 kB
    Upload folder using huggingface_hub 8 months ago
  • training_args.bin
    7.54 kB
    xet
    Upload folder using huggingface_hub 8 months ago