yaleh commited on
Commit
6397669
·
1 Parent(s): 3b1cdbf

Create TODO.md

Browse files
Files changed (1) hide show
  1. TODO.md +7 -0
TODO.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # Todo
2
+
3
+ * [ ] Add `Evaluate` buttons to `System Message` and `Initial System Message` for convenient message evaluation.
4
+ * [ ] Implement `Map Reduce` using the guide provided at https://langchain-ai.github.io/langgraph/how-tos/map-reduce/ for meta-prompting with batch data.
5
+ * [ ] Fine-tune a model/LoRa for Meta Prompt.
6
+ * [ ] Collect/create a data set for the fine-tuning.
7
+ * [ ] Create a benchmark for Meta Prompt.