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

LinoM
/
bloomz-1b1MM

Translation
PEFT
Transformers
English
Burmese
myanmar
lora
bloomz
english-to-myanmar
QLoRA
Model card Files Files and versions
xet
Community

Instructions to use LinoM/bloomz-1b1MM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use LinoM/bloomz-1b1MM with PEFT:

    Task type is invalid.
  • Transformers

    How to use LinoM/bloomz-1b1MM 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="LinoM/bloomz-1b1MM")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("LinoM/bloomz-1b1MM", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bloomz-1b1MM
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
LinoM's picture
LinoM
Update README.md
6543f49 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    2.87 kB
    Update README.md 11 months ago