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

ayhay
/
BanglaText2Gloss

PEFT
Safetensors
Transformers
Bengali
lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use ayhay/BanglaText2Gloss with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("facebook/mbart-large-50")
    model = PeftModel.from_pretrained(base_model, "ayhay/BanglaText2Gloss")
  • Transformers

    How to use ayhay/BanglaText2Gloss with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ayhay/BanglaText2Gloss", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
BanglaText2Gloss
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ayhay's picture
ayhay
Update README.md
892df3f verified 2 months ago
  • .gitattributes
    1.57 kB
    initial commit 2 months ago
  • README.md
    3.89 kB
    Update README.md 2 months ago
  • adapter_config.json
    980 Bytes
    initial commit 2 months ago
  • adapter_model.safetensors
    9.46 MB
    xet
    initial commit 2 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    initial commit 2 months ago
  • special_tokens_map.json
    992 Bytes
    initial commit 2 months ago
  • tokenizer.json
    17.1 MB
    xet
    initial commit 2 months ago
  • tokenizer_config.json
    10.9 kB
    initial commit 2 months ago