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

bpalacios
/
Phi-3-ttg

PEFT
Safetensors
phi3
custom_code
Model card Files Files and versions
xet
Community

Instructions to use bpalacios/Phi-3-ttg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use bpalacios/Phi-3-ttg with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
    model = PeftModel.from_pretrained(base_model, "bpalacios/Phi-3-ttg")
  • Notebooks
  • Google Colab
  • Kaggle
Phi-3-ttg
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
bpalacios's picture
bpalacios
Upload 2 files
eca080b verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.11 kB
    Upload 8 files about 2 years ago
  • adapter_config.json
    697 Bytes
    Upload 8 files about 2 years ago
  • adapter_model.safetensors
    50.4 MB
    xet
    Upload 8 files about 2 years ago
  • added_tokens.json
    293 Bytes
    Upload 8 files about 2 years ago
  • config.json
    904 Bytes
    Rename config (1).json to config.json about 2 years ago
  • configuration_phi3.py
    10.4 kB
    Upload 2 files about 2 years ago
  • generation_config.json
    172 Bytes
    Rename generation_config (1).json to generation_config.json about 2 years ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    Upload 2 files about 2 years ago
  • model-00002-of-00002.safetensors
    2.67 GB
    xet
    Upload 2 files about 2 years ago
  • model.safetensors.index.json
    16.3 kB
    Upload 4 files about 2 years ago
  • modeling_phi3.py
    73.8 kB
    Upload 2 files about 2 years ago
  • special_tokens_map.json
    447 Bytes
    Upload 8 files about 2 years ago
  • tokenizer.json
    1.84 MB
    Upload 8 files about 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload 8 files about 2 years ago
  • tokenizer_config.json
    3.16 kB
    Upload 8 files about 2 years ago