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

syubraj
/
RomanEng2Nep-v2

Translation
Transformers
Safetensors
Nepali
English
mt5
text2text-generation
nepali
roman english
transliteration
Model card Files Files and versions
xet
Community

Instructions to use syubraj/RomanEng2Nep-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use syubraj/RomanEng2Nep-v2 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="syubraj/RomanEng2Nep-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("syubraj/RomanEng2Nep-v2")
    model = AutoModelForSeq2SeqLM.from_pretrained("syubraj/RomanEng2Nep-v2")
  • Notebooks
  • Google Colab
  • Kaggle
RomanEng2Nep-v2
1.22 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
syubraj's picture
syubraj
Update README.md
0059542 verified over 1 year ago
  • .gitattributes
    1.57 kB
    Upload tokenizer over 1 year ago
  • README.md
    4.91 kB
    Update README.md over 1 year ago
  • config.json
    864 Bytes
    Upload MT5ForConditionalGeneration over 1 year ago
  • generation_config.json
    112 Bytes
    Upload MT5ForConditionalGeneration over 1 year ago
  • model.safetensors
    1.2 GB
    xet
    Upload MT5ForConditionalGeneration over 1 year ago
  • special_tokens_map.json
    416 Bytes
    Upload tokenizer over 1 year ago
  • spiece.model
    4.31 MB
    xet
    Upload tokenizer over 1 year ago
  • tokenizer.json
    16.3 MB
    xet
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    19.3 kB
    Upload tokenizer over 1 year ago