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

Iftakhar
/
deepseek-phi-adapter

PEFT
Safetensors
phi-deidentification
healthcare-nlp
medical-text
lora
privacy
ner
safety
Model card Files Files and versions
xet
Community

Instructions to use Iftakhar/deepseek-phi-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Iftakhar/deepseek-phi-adapter with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-llm-7b-base")
    model = PeftModel.from_pretrained(base_model, "Iftakhar/deepseek-phi-adapter")
  • Notebooks
  • Google Colab
  • Kaggle
deepseek-phi-adapter
67.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Iftakhar's picture
Iftakhar
Update README.md
79d9b0a verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    1.65 kB
    Update README.md 6 months ago
  • adapter_config.json
    636 Bytes
    Upload folder using huggingface_hub 6 months ago
  • adapter_model.safetensors
    62.9 MB
    xet
    Upload folder using huggingface_hub 6 months ago
  • special_tokens_map.json
    507 Bytes
    Upload folder using huggingface_hub 6 months ago
  • tokenizer.json
    4.61 MB
    Upload folder using huggingface_hub 6 months ago
  • tokenizer_config.json
    3.2 kB
    Upload folder using huggingface_hub 6 months ago