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

kiritps
/
Advanced-resume-screening

PEFT
Safetensors
resume-screening
hr-tech
llama2
lora
fine-tuned
Model card Files Files and versions
xet
Community
1

Instructions to use kiritps/Advanced-resume-screening with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use kiritps/Advanced-resume-screening with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf")
    model = PeftModel.from_pretrained(base_model, "kiritps/Advanced-resume-screening")
  • Notebooks
  • Google Colab
  • Kaggle
Advanced-resume-screening
1.55 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
kiritps's picture
kiritps
initial commit
378748b verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    31 Bytes
    initial commit 10 months ago