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

edpowers
/
mistral_7b_instruct_v2_constitutional_rf_v2

Text Generation
PEFT
Safetensors
mistral
Generated from Trainer
trl
sft
conversational
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use edpowers/mistral_7b_instruct_v2_constitutional_rf_v2 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2")
    model = PeftModel.from_pretrained(base_model, "edpowers/mistral_7b_instruct_v2_constitutional_rf_v2")
  • Notebooks
  • Google Colab
  • Kaggle
mistral_7b_instruct_v2_constitutional_rf_v2
618 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
edpowers's picture
edpowers
End of training
2b27804 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    3.6 kB
    End of training about 2 years ago
  • adapter_config.json
    704 Bytes
    End of training about 2 years ago
  • adapter_model.safetensors
    617 MB
    xet
    End of training about 2 years ago
  • all_results.json
    414 Bytes
    End of training about 2 years ago
  • config.json
    685 Bytes
    End of training about 2 years ago
  • eval_results.json
    200 Bytes
    End of training about 2 years ago
  • special_tokens_map.json
    557 Bytes
    End of training about 2 years ago
  • tokenizer.json
    1.8 MB
    End of training about 2 years ago
  • tokenizer_config.json
    1.61 kB
    End of training about 2 years ago
  • train_results.json
    249 Bytes
    End of training about 2 years ago
  • trainer_state.json
    15.9 kB
    End of training about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    4.92 kB
    xet
    End of training about 2 years ago