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

  • Log In
  • Sign Up

dolo650
/
mistral_instruct_generation

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

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

  • Libraries
  • PEFT

    How to use dolo650/mistral_instruct_generation with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1")
    model = PeftModel.from_pretrained(base_model, "dolo650/mistral_instruct_generation")
  • Notebooks
  • Google Colab
  • Kaggle
mistral_instruct_generation
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
dolo650's picture
dolo650
dolo650/Mistral-7B-lora-mosaicml-instruct-v3-500
e8d028f verified over 2 years ago
  • runs
    dolo650/Mistral-7B-lora-mosaicml-instruct-v3-500 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.71 kB
    dolo650/Mistral-7B-lora-mosaicml-instruct-v3-500 over 2 years ago
  • adapter_config.json
    586 Bytes
    dolo650/Mistral-7B-lora-mosaicml-instruct-v3-500 over 2 years ago
  • adapter_model.safetensors
    48 Bytes
    xet
    dolo650/Mistral-7B-lora-mosaicml-instruct-v3-500 over 2 years ago
  • special_tokens_map.json
    437 Bytes
    dolo650/Mistral-7B-lora-mosaicml-instruct-v3-500 over 2 years ago
  • tokenizer.json
    1.8 MB
    dolo650/Mistral-7B-lora-mosaicml-instruct-v3-500 over 2 years ago
  • tokenizer_config.json
    969 Bytes
    dolo650/Mistral-7B-lora-mosaicml-instruct-v3-500 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.73 kB
    xet
    dolo650/Mistral-7B-lora-mosaicml-instruct-v3-500 over 2 years ago