Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Mattcpenniman
/
phicount

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

Instructions to use Mattcpenniman/phicount with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Mattcpenniman/phicount 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, "Mattcpenniman/phicount")
  • Notebooks
  • Google Colab
  • Kaggle
phicount
20.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Mattcpenniman's picture
Mattcpenniman
Mattcpenniman/phicount
b10df00 verified almost 2 years ago
  • runs
    Mattcpenniman/phicount almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.16 kB
    Mattcpenniman/phicount almost 2 years ago
  • adapter_config.json
    734 Bytes
    Mattcpenniman/phicount almost 2 years ago
  • adapter_model.safetensors
    17.8 MB
    xet
    Mattcpenniman/phicount almost 2 years ago
  • added_tokens.json
    293 Bytes
    Mattcpenniman/phicount almost 2 years ago
  • special_tokens_map.json
    569 Bytes
    Mattcpenniman/phicount almost 2 years ago
  • tokenizer.json
    1.84 MB
    Mattcpenniman/phicount almost 2 years ago
  • tokenizer.model
    500 kB
    xet
    Mattcpenniman/phicount almost 2 years ago
  • tokenizer_config.json
    3.17 kB
    Mattcpenniman/phicount almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.37 kB
    xet
    Mattcpenniman/phicount almost 2 years ago