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

junaedifahmi
/
phi3-indonesian

PEFT
Safetensors
phi3
trl
sft
Generated from Trainer
custom_code
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use junaedifahmi/phi3-indonesian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use junaedifahmi/phi3-indonesian with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-128k-instruct")
    model = PeftModel.from_pretrained(base_model, "junaedifahmi/phi3-indonesian")
  • Notebooks
  • Google Colab
  • Kaggle
phi3-indonesian
3.45 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 44 commits
junaedifahmi's picture
junaedifahmi
Upload Phi3ForCausalLM
0323cc2 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.22 kB
    End of training over 1 year ago
  • adapter_config.json
    661 Bytes
    Upload model over 1 year ago
  • adapter_model.safetensors
    787 MB
    xet
    Upload model over 1 year ago
  • added_tokens.json
    341 Bytes
    Training in progress, step 10 almost 2 years ago
  • config.json
    3.91 kB
    Upload Phi3ForCausalLM over 1 year ago
  • generation_config.json
    144 Bytes
    Upload Phi3ForCausalLM over 1 year ago
  • model.safetensors
    2.66 GB
    xet
    Upload Phi3ForCausalLM over 1 year ago
  • special_tokens_map.json
    557 Bytes
    Training in progress, step 10 almost 2 years ago
  • tokenizer.json
    1.84 MB
    End of training over 1 year ago
  • tokenizer.model
    500 kB
    xet
    Training in progress, step 10 almost 2 years ago
  • tokenizer_config.json
    3.56 kB
    Training in progress, step 10 almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.43 kB
    xet
    End of training over 1 year ago