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

  • Log In
  • Sign Up

snowdere
/
working

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

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

  • Libraries
  • PEFT

    How to use snowdere/working with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct")
    model = PeftModel.from_pretrained(base_model, "snowdere/working")
  • Notebooks
  • Google Colab
  • Kaggle
working
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
snowdere's picture
snowdere
ikram98ai/llama-sovai-doc
48ecc9d verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.32 kB
    ikram98ai/llama-sovai-doc almost 2 years ago
  • adapter_config.json
    735 Bytes
    Training in progress, step 128 almost 2 years ago
  • adapter_model.safetensors
    671 MB
    xet
    Training in progress, step 128 almost 2 years ago
  • special_tokens_map.json
    325 Bytes
    Training in progress, step 128 almost 2 years ago
  • tokenizer.json
    9.09 MB
    Training in progress, step 128 almost 2 years ago
  • tokenizer_config.json
    51 kB
    Training in progress, step 128 almost 2 years ago
  • training_args.bin
    5.43 kB
    xet
    Training in progress, step 128 almost 2 years ago