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

jeevanrushi07
/
my-finetuned-chatbot

Text Generation
PEFT
Safetensors
English
chatbot
llama
finetuned
Model card Files Files and versions
xet
Community

Instructions to use jeevanrushi07/my-finetuned-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use jeevanrushi07/my-finetuned-chatbot with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b_v2")
    model = PeftModel.from_pretrained(base_model, "jeevanrushi07/my-finetuned-chatbot")
  • Notebooks
  • Google Colab
  • Kaggle
my-finetuned-chatbot
25.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
jeevanrushi07's picture
jeevanrushi07
Delete config.json
569fa03 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    5.2 kB
    Update README.md 11 months ago
  • adapter_config.json
    788 Bytes
    Upload fine-tuned model 11 months ago
  • adapter_model.safetensors
    21.3 MB
    xet
    Upload fine-tuned model 11 months ago
  • special_tokens_map.json
    434 Bytes
    Upload fine-tuned model 11 months ago
  • tokenizer.json
    3.64 MB
    Upload fine-tuned model 11 months ago
  • tokenizer.model
    512 kB
    xet
    Upload fine-tuned model 11 months ago
  • tokenizer_config.json
    962 Bytes
    Upload fine-tuned model 11 months ago