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

PranavBP525
/
slava

PEFT
TensorBoard
Safetensors
llava
trl
sft
Generated from Trainer
8-bit precision
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use PranavBP525/slava with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("liuhaotian/llava-v1.5-7b")
    model = PeftModel.from_pretrained(base_model, "PranavBP525/slava")
  • Notebooks
  • Google Colab
  • Kaggle
slava / runs
17.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 30 commits
PranavBP525's picture
PranavBP525
Training in progress, step 2000
a2ff7fe verified about 2 years ago
  • Apr16_17-26-46_ba99bfd330f3
    Training in progress, step 1000 about 2 years ago
  • Apr20_20-19-05_17f219a746df
    Training in progress, step 2000 about 2 years ago