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

christinacdl
/
Mistral-PromptTuning-Stance-Detection-new

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

Instructions to use christinacdl/Mistral-PromptTuning-Stance-Detection-new with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use christinacdl/Mistral-PromptTuning-Stance-Detection-new with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("mistralai/Mistral-7B-v0.1")
    model = PeftModel.from_pretrained(base_model, "christinacdl/Mistral-PromptTuning-Stance-Detection-new")
  • Notebooks
  • Google Colab
  • Kaggle
Mistral-PromptTuning-Stance-Detection-new
3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
christinacdl's picture
christinacdl
Model save
7b11fb3 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.82 kB
    End of training over 2 years ago
  • adapter_config.json
    591 Bytes
    Training in progress, epoch 0 over 2 years ago
  • adapter_model.safetensors
    697 kB
    xet
    Training in progress, epoch 9 over 2 years ago
  • special_tokens_map.json
    437 Bytes
    Training in progress, epoch 0 over 2 years ago
  • tokenizer.json
    1.8 MB
    Training in progress, epoch 0 over 2 years ago
  • tokenizer.model
    493 kB
    xet
    Training in progress, epoch 0 over 2 years ago
  • tokenizer_config.json
    1.05 kB
    Training in progress, epoch 0 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.73 kB
    xet
    Training in progress, epoch 0 over 2 years ago