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

  • Log In
  • Sign Up

Villian7
/
Mistral-Finetuned-DialogSumm

Summarization
PEFT
TensorBoard
Safetensors
English
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use Villian7/Mistral-Finetuned-DialogSumm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Villian7/Mistral-Finetuned-DialogSumm with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-Instruct-v0.1-GPTQ")
    model = PeftModel.from_pretrained(base_model, "Villian7/Mistral-Finetuned-DialogSumm")
  • Notebooks
  • Google Colab
  • Kaggle
Mistral-Finetuned-DialogSumm
29.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
Villian7's picture
Villian7
Update adapter_config.json
08984f5 over 2 years ago
  • runs
    Training in progress, epoch 0 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.35 kB
    Update README.md over 2 years ago
  • adapter_config.json
    461 Bytes
    Update adapter_config.json over 2 years ago
  • adapter_model.safetensors
    27.3 MB
    xet
    Training in progress, epoch 0 over 2 years ago
  • special_tokens_map.json
    434 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.41 kB
    Training in progress, epoch 0 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

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