Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

tahrirchi
/
lutfiy

Translation
Transformers
Safetensors
English
Uzbek
Southern Uzbek
m2m_100
text2text-generation
nllb
Southern Uzbek
Afghani Uzbek
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use tahrirchi/lutfiy 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="tahrirchi/lutfiy")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("tahrirchi/lutfiy")
    model = AutoModelForSeq2SeqLM.from_pretrained("tahrirchi/lutfiy")
  • Notebooks
  • Google Colab
  • Kaggle
lutfiy
2.47 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
murodbek's picture
murodbek
adding paper link and fix_zwnj
6724275 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    3.09 kB
    adding paper link and fix_zwnj 9 months ago
  • added_tokens.json
    4.49 kB
    Upload tokenizer 9 months ago
  • config.json
    842 Bytes
    Upload M2M100ForConditionalGeneration 9 months ago
  • generation_config.json
    184 Bytes
    Upload M2M100ForConditionalGeneration 9 months ago
  • model.safetensors
    2.46 GB
    xet
    Upload M2M100ForConditionalGeneration 9 months ago
  • sentencepiece.bpe.model
    4.85 MB
    xet
    Upload tokenizer 9 months ago
  • special_tokens_map.json
    4.25 kB
    Upload tokenizer 9 months ago
  • tokenizer_config.json
    40.1 kB
    Upload tokenizer 9 months ago