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

VextLabsinc
/
gem-ruby

Text Generation
PEFT
Safetensors
juwel
gem
gem-ruby
code
lora
vext
Model card Files Files and versions
xet
Community

Instructions to use VextLabsinc/gem-ruby with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use VextLabsinc/gem-ruby with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("VextLabsinc/juwel-beryl")
    model = PeftModel.from_pretrained(base_model, "VextLabsinc/gem-ruby")
  • Notebooks
  • Google Colab
  • Kaggle
gem-ruby
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
VextLabs's picture
VextLabs
Correct LoRA rank in card: r=64, alpha=128 (was a fleet-wide r=64 assumption)
ace05b4 verified about 17 hours ago
  • .gitattributes
    1.52 kB
    initial commit 8 days ago
  • LICENSE
    135 Bytes
    license 8 days ago
  • NOTICE
    809 Bytes
    Correct base line in NOTICE: -> JUWEL Beryl (80L) about 17 hours ago
  • README.md
    5.13 kB
    Correct LoRA rank in card: r=64, alpha=128 (was a fleet-wide r=64 assumption) about 17 hours ago
  • USE_POLICY.md
    1.53 kB
    USE_POLICY.md 8 days ago
  • adapter_config.json
    1.76 kB
    Fix base_model_name_or_path: dead local path -> juwel-beryl (80L) about 18 hours ago
  • adapter_model.safetensors
    2.68 GB
    xet
    weights: adapter_model.safetensors 8 days ago