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

Miyam678
/
fine_tuned_model

PEFT
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use Miyam678/fine_tuned_model with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TheBloke/TinyLlama-1.1B-Chat-v1.0-GPTQ")
    model = PeftModel.from_pretrained(base_model, "Miyam678/fine_tuned_model")
  • Notebooks
  • Google Colab
  • Kaggle
fine_tuned_model
48 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Miyam156's picture
Miyam156
Added fine-tuned model files
11023af 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    435 Bytes
    Added fine-tuned model files 9 months ago
  • adapter_config.json
    460 Bytes
    Added fine-tuned model files 9 months ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    46.2 MB
    xet
    Added fine-tuned model files 9 months ago
  • special_tokens_map.json
    437 Bytes
    Added fine-tuned model files 9 months ago
  • tokenizer.json
    1.84 MB
    Added fine-tuned model files 9 months ago
  • tokenizer_config.json
    1.29 kB
    Added fine-tuned model files 9 months ago