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

AlumiK
/
SpellXpert

PEFT
Safetensors
llama-factory
lora
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use AlumiK/SpellXpert with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/home/zhongzhenyu/data/opensource-models/32B")
    model = PeftModel.from_pretrained(base_model, "AlumiK/SpellXpert")
  • Notebooks
  • Google Colab
  • Kaggle
SpellXpert
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AlumiK's picture
AlumiK
First model version
2d7abf5 about 1 year ago
  • .gitattributes
    1.57 kB
    First model version about 1 year ago
  • README.md
    1.33 kB
    First model version about 1 year ago
  • adapter_config.json
    744 Bytes
    First model version about 1 year ago
  • adapter_model.safetensors
    269 MB
    xet
    First model version about 1 year ago
  • special_tokens_map.json
    485 Bytes
    First model version about 1 year ago
  • tokenizer.json
    11.4 MB
    xet
    First model version about 1 year ago
  • tokenizer_config.json
    6.82 kB
    First model version about 1 year ago