Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@bigsky77 bigsky77 released this 22 Jun 19:27
· 5 commits to master since this release
6b4f509

⚡️ 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

  1. Ingest data into Weaviate
  2. Fine tune models on ingested tweets!
  3. Win

Next up.

  1. Build ranking system to rank model generated tweets based on fine-tuning
  2. Fix tweet ingestion pipeline to avoid rate-limit errors
  3. Dive into strategy and executor to ensure that the pipeline is more streamlined!