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

YaTharThShaRma999
/
finetunedmodel

PEFT
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use YaTharThShaRma999/finetunedmodel 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, "YaTharThShaRma999/finetunedmodel")
  • Notebooks
  • Google Colab
  • Kaggle
finetunedmodel
118 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
YaTharThShaRma999's picture
YaTharThShaRma999
Create tts.py
04837b5 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    88 Bytes
    Upload model over 2 years ago
  • adapter_config.json
    471 Bytes
    Upload model over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    33.6 MB
    xet
    Upload model over 2 years ago
  • blender_file.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    64 MB
    xet
    Upload blender_file.zip 12 months ago
  • fbx_file_clean.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    18.4 MB
    xet
    Rename fbx_file_clean (1).zip to fbx_file_clean.zip 12 months ago
  • microphone-large-svgrepo-com.svg
    3.21 kB
    Upload microphone-large-svgrepo-com.svg 10 months ago
  • special_tokens_map.json
    438 Bytes
    Upload tokenizer over 2 years ago
  • test.html
    27.6 kB
    Create test.html 9 months ago
  • tokenizer.json
    1.84 MB
    Upload tokenizer over 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    762 Bytes
    Upload tokenizer over 2 years ago
  • tts.py
    20.6 kB
    Create tts.py 9 months ago