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

  • Log In
  • Sign Up

Ai-Marshal
/
Mistral_Sentiment_Classification_2024-06-01

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

Instructions to use Ai-Marshal/Mistral_Sentiment_Classification_2024-06-01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Ai-Marshal/Mistral_Sentiment_Classification_2024-06-01 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, "Ai-Marshal/Mistral_Sentiment_Classification_2024-06-01")
  • Notebooks
  • Google Colab
  • Kaggle
Mistral_Sentiment_Classification_2024-06-01
673 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Ai-Marshal's picture
Ai-Marshal
Upload tokenizer.model
c5587cc verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    3.73 kB
    Ai-Marshal/mistral_12.5k_A100_5epoch_adapter almost 2 years ago
  • adapter_config.json
    737 Bytes
    Ai-Marshal/mistral_12.5k_A100_5epoch_adapter almost 2 years ago
  • adapter_model.safetensors
    671 MB
    xet
    Ai-Marshal/mistral_12.5k_A100_5epoch_adapter almost 2 years ago
  • special_tokens_map.json
    437 Bytes
    Ai-Marshal/mistral_12.5k_A100_5epoch_adapter almost 2 years ago
  • tokenizer.json
    1.8 MB
    Ai-Marshal/mistral_12.5k_A100_5epoch_adapter almost 2 years ago
  • tokenizer.model
    493 kB
    xet
    Upload tokenizer.model almost 2 years ago
  • tokenizer_config.json
    1.46 kB
    Ai-Marshal/mistral_12.5k_A100_5epoch_adapter almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.11 kB
    xet
    Ai-Marshal/mistral_12.5k_A100_5epoch_adapter almost 2 years ago