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

agarkovv
/
CryptoTrader-LM

PEFT
Safetensors
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • PEFT

    How to use agarkovv/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, "agarkovv/CryptoTrader-LM")
  • Notebooks
  • Google Colab
  • Kaggle
CryptoTrader-LM
7.7 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 17 commits
vishheartT's picture
vishheartT
Update adapter_config.json
d3528ad verified over 1 year ago
  • .gitattributes
    1.57 kB
    Upload 3 files over 1 year ago
  • README.md
    10.8 kB
    Update README.md over 1 year ago
  • adapter_config.json
    684 Bytes
    Update adapter_config.json over 1 year ago
  • adapter_model.safetensors
    7.69 MB
    xet
    Upload 3 files over 1 year ago
  • run_inference.py
    831 Bytes
    Update run_inference.py over 1 year ago