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

williampepple1
/
ibani-translator

Translation
Transformers
Safetensors
English
marian
text2text-generation
ibani
english-to-ibani
low-resource
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use williampepple1/ibani-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="williampepple1/ibani-translator")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("williampepple1/ibani-translator")
    model = AutoModelForSeq2SeqLM.from_pretrained("williampepple1/ibani-translator")
  • Notebooks
  • Google Colab
  • Kaggle
ibani-translator
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
williampepple1's picture
williampepple1
Upload 10 files
1d14d63 verified 3 months ago
  • .gitattributes
    1.61 kB
    Upload trained Ibani translation model 5 months ago
  • README.md
    1.91 kB
    Update README.md 5 months ago
  • added_tokens.json
    1.07 kB
    Upload 10 files 3 months ago
  • config.json
    1.29 kB
    Upload folder using huggingface_hub 4 months ago
  • generation_config.json
    277 Bytes
    Update Ibani translation model - 2026-01-15 00:21 4 months ago
  • model.safetensors
    308 MB
    xet
    Upload 10 files 3 months ago
  • source.spm
    790 kB
    xet
    Upload trained Ibani translation model 5 months ago
  • special_tokens_map.json
    74 Bytes
    Update Ibani translation model - 2026-01-15 00:21 4 months ago
  • target.spm
    707 kB
    xet
    Upload trained Ibani translation model 5 months ago
  • tokenizer_config.json
    9.88 kB
    Upload 10 files 3 months ago
  • training_args.bin
    5.91 kB
    xet
    Upload 10 files 3 months ago
  • vocab.json
    1.55 MB
    Update Ibani translation model - 2026-01-15 00:21 4 months ago