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

Aarushhh
/
SST-GPT

PEFT
TensorBoard
Safetensors
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Aarushhh/SST-GPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Aarushhh/SST-GPT with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-128k-instruct")
    model = PeftModel.from_pretrained(base_model, "Aarushhh/SST-GPT")
  • Notebooks
  • Google Colab
  • Kaggle
SST-GPT
1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Aarushhh's picture
Aarushhh
Aarushhh/sstgpt-try1
afb695f verified over 2 years ago
  • runs
    Aarushhh/sstgpt-try1 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.23 kB
    Aarushhh/sstgpt-try1 over 2 years ago
  • adapter_config.json
    753 Bytes
    Aarushhh/sstgpt-try1 over 2 years ago
  • adapter_model.safetensors
    1 GB
    xet
    Aarushhh/sstgpt-try1 over 2 years ago
  • training_args.bin
    4.92 kB
    xet
    Aarushhh/sstgpt-try1 over 2 years ago