Spaces:
Running
Running
Create TODO.md
Browse files
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.
|