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

mohits01
/
working

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

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

  • Libraries
  • PEFT

    How to use mohits01/working with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-1_5")
    model = PeftModel.from_pretrained(base_model, "mohits01/working")
  • Notebooks
  • Google Colab
  • Kaggle
working
3.78 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mohits01's picture
mohits01
mohits01/phi-1-5-SBC-Mohit-ft
857e43e verified about 2 years ago
  • runs
    mohits01/phi-1-5-SBC-Mohit-ft about 2 years ago
  • wandb
    mohits01/phi-1-5-SBC-Mohit-ft about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    3.81 kB
    mohits01/phi-1-5-SBC-Mohit-ft about 2 years ago
  • adapter_config.json
    628 Bytes
    mohits01/phi-1-5-SBC-Mohit-ft about 2 years ago
  • adapter_model.safetensors
    3.15 MB
    xet
    mohits01/phi-1-5-SBC-Mohit-ft about 2 years ago
  • training_args.bin
    4.92 kB
    xet
    mohits01/phi-1-5-SBC-Mohit-ft about 2 years ago