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

kevinautomation
/
mistral7b_instruct_generation

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

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

  • Libraries
  • PEFT

    How to use kevinautomation/mistral7b_instruct_generation with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1")
    model = PeftModel.from_pretrained(base_model, "kevinautomation/mistral7b_instruct_generation")
  • Notebooks
  • Google Colab
  • Kaggle
mistral7b_instruct_generation
111 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kevinautomation's picture
kevinautomation
kevinautomation/mistral-7b-instruct-tune-500s
77fc02e verified over 2 years ago
  • runs
    kevinautomation/mistral-7b-instruct-tune-500s over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.67 kB
    kevinautomation/mistral-7b-instruct-tune-500s over 2 years ago
  • adapter_config.json
    600 Bytes
    kevinautomation/mistral-7b-instruct-tune-500s over 2 years ago
  • adapter_model.safetensors
    109 MB
    xet
    kevinautomation/mistral-7b-instruct-tune-500s over 2 years ago
  • special_tokens_map.json
    438 Bytes
    kevinautomation/mistral-7b-instruct-tune-500s over 2 years ago
  • tokenizer.json
    1.8 MB
    kevinautomation/mistral-7b-instruct-tune-500s over 2 years ago
  • tokenizer.model
    493 kB
    xet
    kevinautomation/mistral-7b-instruct-tune-500s over 2 years ago
  • tokenizer_config.json
    970 Bytes
    kevinautomation/mistral-7b-instruct-tune-500s over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.73 kB
    xet
    kevinautomation/mistral-7b-instruct-tune-500s over 2 years ago