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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

NethranjaliSE
/
Pali_Sinhala_fine_tune_Model

Translation
Transformers
Safetensors
Sinhala
Pāli
mbart
text2text-generation
pali
sinhala
low-resource
buddhist-texts
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use NethranjaliSE/Pali_Sinhala_fine_tune_Model 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="NethranjaliSE/Pali_Sinhala_fine_tune_Model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("NethranjaliSE/Pali_Sinhala_fine_tune_Model")
    model = AutoModelForSeq2SeqLM.from_pretrained("NethranjaliSE/Pali_Sinhala_fine_tune_Model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Pali_Sinhala_fine_tune_Model
2.47 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
NethranjaliSE's picture
NethranjaliSE
add figures
86e38b6 verified 5 days ago
  • evaluation
    add evaluation 5 days ago
  • figures
    add figures 5 days ago
  • .gitattributes
    2.75 kB
    add figures 5 days ago
  • README.md
    3.57 kB
    Enhanced run: BLEU 26.28 / chrF 51.34 5 days ago
  • config.json
    1.32 kB
    Enhanced run: BLEU 26.28 / chrF 51.34 5 days ago
  • generation_config.json
    256 Bytes
    Enhanced run: BLEU 26.28 / chrF 51.34 5 days ago
  • model.safetensors
    2.44 GB
    xet
    Enhanced run: BLEU 26.28 / chrF 51.34 5 days ago
  • tokenizer.json
    17.1 MB
    xet
    Enhanced run: BLEU 26.28 / chrF 51.34 5 days ago
  • tokenizer_config.json
    1.16 kB
    Enhanced run: BLEU 26.28 / chrF 51.34 5 days ago
  • training_summary.json
    1.3 kB
    Enhanced run: BLEU 26.28 / chrF 51.34 5 days ago