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

Krooz
/
placement-classification-mistral-7b-instruct-v1

Text Classification
PEFT
Safetensors
English
Education
Model card Files Files and versions
xet
Community

Instructions to use Krooz/placement-classification-mistral-7b-instruct-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Krooz/placement-classification-mistral-7b-instruct-v1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1")
    model = PeftModel.from_pretrained(base_model, "Krooz/placement-classification-mistral-7b-instruct-v1")
  • Notebooks
  • Google Colab
  • Kaggle
placement-classification-mistral-7b-instruct-v1
683 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Krooz's picture
Krooz
Update adapter_config.json
852452f verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.72 kB
    Update README.md over 2 years ago
  • adapter_config.json
    548 Bytes
    Update adapter_config.json over 2 years ago
  • adapter_model.safetensors
    680 MB
    xet
    Upload model over 2 years ago
  • special_tokens_map.json
    551 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    1.8 MB
    Upload tokenizer over 2 years ago
  • tokenizer.model
    493 kB
    xet
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    1.47 kB
    Upload tokenizer over 2 years ago