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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

asthomas
/
mistral_codedoc_finetuned

PEFT
TensorBoard
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use asthomas/mistral_codedoc_finetuned 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, "asthomas/mistral_codedoc_finetuned")
  • Notebooks
  • Google Colab
  • Kaggle
mistral_codedoc_finetuned
111 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
asthomas's picture
asthomas
asthomas/mistral_codedoc_finetuned
6c226d7 verified over 2 years ago
  • runs
    asthomas/mistral_codedoc_finetuned over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.71 kB
    asthomas/mistral_codedoc_finetuned over 2 years ago
  • adapter_config.json
    659 Bytes
    asthomas/mistral_codedoc_finetuned over 2 years ago
  • adapter_model.safetensors
    109 MB
    xet
    asthomas/mistral_codedoc_finetuned over 2 years ago
  • special_tokens_map.json
    437 Bytes
    asthomas/mistral_codedoc_finetuned over 2 years ago
  • tokenizer.json
    1.8 MB
    asthomas/mistral_codedoc_finetuned over 2 years ago
  • tokenizer.model
    493 kB
    xet
    asthomas/mistral_codedoc_finetuned over 2 years ago
  • tokenizer_config.json
    969 Bytes
    asthomas/mistral_codedoc_finetuned over 2 years ago
  • training_args.bin
    4.92 kB
    xet
    asthomas/mistral_codedoc_finetuned over 2 years ago