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

megalaa
/
english-coptic-translator

Translation
Transformers
Safetensors
English
Coptic
marian
text2text-generation
Model card Files Files and versions
xet
Community

Instructions to use megalaa/english-coptic-translator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use megalaa/english-coptic-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="megalaa/english-coptic-translator")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("megalaa/english-coptic-translator")
    model = AutoModelForSeq2SeqLM.from_pretrained("megalaa/english-coptic-translator")
  • Notebooks
  • Google Colab
  • Kaggle
english-coptic-translator
311 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits

This model has 1 file scanned as suspicious.

megalaa's picture
megalaa
Add pipeline_tag: translation to model card
97d9330 about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • .gitignore
    19 Bytes
    cleanups 5 months ago
  • README.md
    993 Bytes
    Add pipeline_tag: translation to model card about 1 month ago
  • args.json
    146 Bytes
    Upload 12 files about 2 years ago
  • config.json
    1.43 kB
    cleanups 5 months ago
  • generation_config.json
    288 Bytes
    Upload 12 files about 2 years ago
  • handler.py
    2.87 kB
    Fix intermittent startup failure by removing GenerationConfig 4 months ago
  • model.safetensors
    308 MB
    xet
    Upload 12 files about 2 years ago
  • requirements.txt
    39 Bytes
    cleanups 5 months ago
  • source.spm
    790 kB
    Upload 12 files about 2 years ago
  • special_tokens_map.json
    416 Bytes
    Upload 12 files about 2 years ago
  • target.spm
    707 kB
    Upload 12 files about 2 years ago
  • tokenizer_config.json
    818 Bytes
    Upload 12 files about 2 years ago
  • train_config.json
    390 Bytes
    Upload 12 files about 2 years ago
  • vocab.json
    1.55 MB
    Upload 12 files about 2 years ago