From f1bdddc0a7285bb2510ce5f453de39129cd5b805 Mon Sep 17 00:00:00 2001 From: oKatanaaa Date: Thu, 5 Oct 2023 00:52:57 +0400 Subject: [PATCH] new(readme): small additions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b2f2bc..cda6c2b 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ On the horizon: I'm looking to integrate Huggingface with LIMA-GUI. Specifically 1. First install the lima-gui by running `pip install -e .` in the repo folder. 2. Run `python -m lima_gui.app` +If you experience any problem, please make a corresponding issue. + ## TODO - [ ] Safeguards not to lose data. @@ -123,4 +125,9 @@ On the horizon: I'm looking to integrate Huggingface with LIMA-GUI. Specifically - [ ] Token count support. - [x] Keep tabulation. - [ ] Save settings/current config. -- [ ] Import ChatGPT exported dialogues. \ No newline at end of file +- [ ] Import ChatGPT exported dialogues. +- [ ] Stats board that shows various useful statistics about current data (token count distribution, number of samples by tags/languages). + +## Pull requests + +Any changes that simplify or make data gathering more comfortable (UI/UX, QoL, tools, etc) are welcome. \ No newline at end of file