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

DS4H-ICTU
/
english-ghomala-translation-model-encoderdecoder

Translation
Transformers
Safetensors
Ghomálá'
English
encoder-decoder
text2text-generation
seq2seq
low-resource
ghomala
Model card Files Files and versions
xet
Community

Instructions to use DS4H-ICTU/english-ghomala-translation-model-encoderdecoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DS4H-ICTU/english-ghomala-translation-model-encoderdecoder 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="DS4H-ICTU/english-ghomala-translation-model-encoderdecoder")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("DS4H-ICTU/english-ghomala-translation-model-encoderdecoder")
    model = AutoModelForSeq2SeqLM.from_pretrained("DS4H-ICTU/english-ghomala-translation-model-encoderdecoder")
  • Notebooks
  • Google Colab
  • Kaggle
english-ghomala-translation-model-encoderdecoder
1.73 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
nde-dilan's picture
nde-dilan
Create README.md
cd23725 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.6 kB
    Create README.md about 1 year ago
  • config.json
    2.2 kB
    Upload folder using huggingface_hub about 1 year ago
  • generation_config.json
    170 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • merges.txt
    456 kB
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    1.72 GB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • special_tokens_map.json
    131 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer.json
    3.56 MB
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer_config.json
    507 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • vocab.json
    798 kB
    Upload folder using huggingface_hub about 1 year ago
  • vocab.txt
    2.14 MB
    Upload folder using huggingface_hub about 1 year ago