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

Taniosama
/
results_mistral

PEFT
Safetensors
Transformers
lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use Taniosama/results_mistral with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3")
    model = PeftModel.from_pretrained(base_model, "Taniosama/results_mistral")
  • Transformers

    How to use Taniosama/results_mistral with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Taniosama/results_mistral", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
results_mistral
14.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Taniosama's picture
Taniosama
Taniosama/mistral-resume-finetuned
1fdb6db verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    1.6 kB
    Taniosama/mistral-resume-finetuned 10 months ago
  • adapter_config.json
    897 Bytes
    Taniosama/mistral-resume-finetuned 10 months ago
  • adapter_model.safetensors
    14.4 MB
    xet
    Taniosama/mistral-resume-finetuned 10 months ago
  • training_args.bin
    5.37 kB
    xet
    Taniosama/mistral-resume-finetuned 10 months ago