You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Earnalotbot is a scaffolding for intermediate/advanced python based developers looking to make trading bots. It comes equipped with basic packages for live-trading, paper-trading, web-scrapping, reinforcement-learning, a database for long-term strategy analysis and much more. Included is an extra app titled 'example_app' - it is a fully func…
Command Line Interface for the Alpaca API written in Python designed for managing portfolios via simple commands, running algorithmic analyses and building on top of it.
Instruction Fine-Tuning of DistilGPT2 on Alpaca Dataset. This project demonstrates full instruction fine-tuning of the distilgpt2 model on the Alpaca dataset using Hugging Face Transformers. It covers the complete pipeline from dataset preparation to training and inference, following the theory from the Self-Instruct paper.