⚡️ Twitter-Agent v0.0.3: Fine-Tuning is here!⚡️
This week we implemented Fine-Tuning for Twitter Agent models. Just run once you've ingested enough data:
python src/engine --train
- Ingest data into Weaviate
- Fine tune models on ingested tweets!
- Win
Next up.
- Build ranking system to rank model generated tweets based on fine-tuning
- Fix tweet ingestion pipeline to avoid rate-limit errors
- Dive into strategy and executor to ensure that the pipeline is more streamlined!