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

chohi
/
phi-3-finetuned-med-text

PEFT
TensorBoard
Safetensors
phi3
Generated from Trainer
custom_code
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use chohi/phi-3-finetuned-med-text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use chohi/phi-3-finetuned-med-text 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, "chohi/phi-3-finetuned-med-text")
  • Notebooks
  • Google Colab
  • Kaggle
phi-3-finetuned-med-text
15.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
chohi's picture
chohi
Upload model
e1cddbc verified about 2 years ago
  • runs
    End of training about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.15 kB
    End of training about 2 years ago
  • adapter_config.json
    614 Bytes
    Upload model about 2 years ago
  • adapter_model.safetensors
    52.4 MB
    xet
    Upload model about 2 years ago
  • config.json
    981 Bytes
    Upload Phi3ForCausalLM about 2 years ago
  • generation_config.json
    172 Bytes
    Upload Phi3ForCausalLM about 2 years ago
  • model-00001-of-00004.safetensors
    4.96 GB
    xet
    Upload Phi3ForCausalLM about 2 years ago
  • model-00002-of-00004.safetensors
    4.98 GB
    xet
    Upload Phi3ForCausalLM about 2 years ago
  • model-00003-of-00004.safetensors
    4.95 GB
    xet
    Upload Phi3ForCausalLM about 2 years ago
  • model-00004-of-00004.safetensors
    394 MB
    xet
    Upload Phi3ForCausalLM about 2 years ago
  • model.safetensors.index.json
    16.3 kB
    Upload Phi3ForCausalLM about 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    4.73 kB
    xet
    End of training about 2 years ago