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

smahns
/
astrollama

PEFT
Safetensors
trl
dpo
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use smahns/astrollama with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-chat-hf")
    model = PeftModel.from_pretrained(base_model, "smahns/astrollama")
  • Notebooks
  • Google Colab
  • Kaggle
astrollama / final_checkpoint
39.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
simon m
End of training
95dc054 verified about 2 years ago
  • README.md
    5.11 kB
    End of training about 2 years ago
  • adapter_config.json
    673 Bytes
    End of training about 2 years ago
  • adapter_model.safetensors
    39.4 MB
    xet
    End of training about 2 years ago