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

  • Log In
  • Sign Up

niobures
/
CryptoTrader-LM

PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use niobures/CryptoTrader-LM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use niobures/CryptoTrader-LM with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Ministral-8B-Instruct-2410")
    model = PeftModel.from_pretrained(base_model, "niobures/CryptoTrader-LM")
  • Notebooks
  • Google Colab
  • Kaggle
CryptoTrader-LM
7.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
niobures's picture
niobures
CryptoTrader-LM
65279eb verified 6 months ago
  • .gitattributes
    1.57 kB
    CryptoTrader-LM 6 months ago
  • README.md
    10.8 kB
    CryptoTrader-LM 6 months ago
  • adapter_config.json
    684 Bytes
    CryptoTrader-LM 6 months ago
  • adapter_model.safetensors
    7.69 MB
    xet
    CryptoTrader-LM 6 months ago
  • run_inference.py
    831 Bytes
    CryptoTrader-LM 6 months ago
  • source.txt
    47 Bytes
    CryptoTrader-LM 6 months ago