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

ab-ai
/
PII-Guardian-Phi3-Mini-LORA

PEFT
TensorBoard
Safetensors
text generation
nlp
llm
pii
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use ab-ai/PII-Guardian-Phi3-Mini-LORA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ab-ai/PII-Guardian-Phi3-Mini-LORA 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, "ab-ai/PII-Guardian-Phi3-Mini-LORA")
  • Notebooks
  • Google Colab
  • Kaggle
PII-Guardian-Phi3-Mini-LORA
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
ab-ai's picture
ab-ai
Update README.md
e326e25 verified almost 2 years ago
  • runs
    Training in progress, epoch 9 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.87 kB
    Update README.md almost 2 years ago
  • adapter_config.json
    661 Bytes
    Training in progress, epoch 0 almost 2 years ago
  • adapter_model.safetensors
    25.2 MB
    xet
    Training in progress, epoch 9 almost 2 years ago
  • added_tokens.json
    293 Bytes
    Training in progress, epoch 0 almost 2 years ago
  • special_tokens_map.json
    569 Bytes
    Training in progress, epoch 0 almost 2 years ago
  • tokenizer.json
    1.84 MB
    Training in progress, epoch 0 almost 2 years ago
  • tokenizer.model
    500 kB
    xet
    Training in progress, epoch 0 almost 2 years ago
  • tokenizer_config.json
    3.34 kB
    Training in progress, epoch 0 almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.HubStrategy",
    • "torch.device",
    • "accelerate.utils.dataclasses.DistributedType",
    • "trl.trainer.sft_config.SFTConfig",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames"

    How to fix it?

    5.43 kB
    xet
    Training in progress, epoch 0 almost 2 years ago