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

saifrahmed
/
your_model_name

PEFT
Safetensors
llama
Generated from Trainer
8-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use saifrahmed/your_model_name with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T")
    model = PeftModel.from_pretrained(base_model, "saifrahmed/your_model_name")
  • Notebooks
  • Google Colab
  • Kaggle
your_model_name / merged
2.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
saifrahmed's picture
saifrahmed
Upload folder using huggingface_hub
aef1cc0 verified almost 2 years ago
  • config.json
    732 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • generation_config.json
    145 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.2 GB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • special_tokens_map.json
    437 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer_config.json
    1.01 kB
    Upload folder using huggingface_hub almost 2 years ago