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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

eeeebbb2
/
c59c2de5-6dca-4302-a453-97b7ecf293ab

PEFT
Safetensors
llama
axolotl
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use eeeebbb2/c59c2de5-6dca-4302-a453-97b7ecf293ab with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use eeeebbb2/c59c2de5-6dca-4302-a453-97b7ecf293ab with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Vikhrmodels/Vikhr-7B-instruct_0.4")
    model = PeftModel.from_pretrained(base_model, "eeeebbb2/c59c2de5-6dca-4302-a453-97b7ecf293ab")
  • Notebooks
  • Google Colab
  • Kaggle
c59c2de5-6dca-4302-a453-97b7ecf293ab
1.37 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
eeeebbb2's picture
eeeebbb2
Training in progress, step 25, checkpoint
5465f51 verified over 1 year ago
  • last-checkpoint
    Training in progress, step 25, checkpoint over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • adapter_config.json
    735 Bytes
    Training in progress, step 25 over 1 year ago
  • adapter_model.safetensors
    336 MB
    xet
    Training in progress, step 25 over 1 year ago
  • added_tokens.json
    425 Bytes
    Training in progress, step 25 over 1 year ago
  • config.json
    803 Bytes
    Training in progress, step 25 over 1 year ago
  • special_tokens_map.json
    622 Bytes
    Training in progress, step 25 over 1 year ago
  • tokenizer.json
    10.2 MB
    Training in progress, step 25 over 1 year ago
  • tokenizer.model
    1.64 MB
    xet
    Training in progress, step 25 over 1 year ago
  • tokenizer_config.json
    4.08 kB
    Training in progress, step 25 over 1 year ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.IntervalStrategy",
    • "axolotl.core.trainer_builder.AxolotlTrainingArguments",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.state.PartialState",
    • "torch.device",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    6.84 kB
    xet
    Training in progress, step 25 over 1 year ago