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

VERSIL91
/
3c9f2b43-ecf9-4123-abae-00a3bc8bec3b

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

Instructions to use VERSIL91/3c9f2b43-ecf9-4123-abae-00a3bc8bec3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use VERSIL91/3c9f2b43-ecf9-4123-abae-00a3bc8bec3b with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-Instruct-hf")
    model = PeftModel.from_pretrained(base_model, "VERSIL91/3c9f2b43-ecf9-4123-abae-00a3bc8bec3b")
  • Notebooks
  • Google Colab
  • Kaggle
3c9f2b43-ecf9-4123-abae-00a3bc8bec3b
290 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
VERSIL91's picture
VERSIL91
End of training
d715a3f verified over 1 year ago
  • last-checkpoint
    Training in progress, step 5, checkpoint over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.11 kB
    End of training over 1 year ago
  • adapter_config.json
    735 Bytes
    Training in progress, step 2 over 1 year ago
  • adapter_model.bin
    80.1 MB
    xet
    End of training over 1 year ago
  • adapter_model.safetensors
    80 MB
    xet
    Training in progress, step 2 over 1 year ago
  • config.json
    777 Bytes
    Training in progress, step 2 over 1 year ago
  • special_tokens_map.json
    652 Bytes
    Training in progress, step 2 over 1 year ago
  • tokenizer.json
    3.62 MB
    Training in progress, step 2 over 1 year ago
  • tokenizer.model
    500 kB
    xet
    Training in progress, step 2 over 1 year ago
  • tokenizer_config.json
    2.35 kB
    Training in progress, step 2 over 1 year ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    6.78 kB
    xet
    Training in progress, step 2 over 1 year ago