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

andrk9
/
testingPyScript

PEFT
TensorBoard
Safetensors
llama
bitsandbytes
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use andrk9/testingPyScript with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-70b-hf")
    model = PeftModel.from_pretrained(base_model, "andrk9/testingPyScript")
  • Notebooks
  • Google Colab
  • Kaggle
testingPyScript
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
andrk9's picture
andrk9
Upload folder using huggingface_hub
e2ca488 verified over 2 years ago
  • checkpoint-120
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-130
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-140
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-60
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-70
    Upload folder using huggingface_hub over 2 years ago
  • logs
    Upload folder using huggingface_hub over 2 years ago
  • tensorboard_logs
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    7.75 kB
    Upload folder using huggingface_hub over 2 years ago
  • adapter_config.json
    447 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    65.7 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • config.json
    1.13 kB
    Upload folder using huggingface_hub over 2 years ago
  • peft_config.json
    589 Bytes
    Upload folder using huggingface_hub over 2 years ago