Maybe not exactly what you’re asking, but I started doing talk therapy last year. It’s done virtually and I record the session with OBS. As soon as the recording finishes, the following happens: - The audio is preprocessed (chunked) and sent to Whisper to generate a transcript - The transcript is sent to GPT-4 to generate a summary, action items, concepts introduced with additional information - The next meeting’s da…
Ask HN: Has Anyone Trained a personal LLM using their personal notes?
21–30 of 77 posts
Re: Ask HN: Has Anyone Trained a personal LLM using their personal notes?
#22Maybe not exactly what you’re asking, but I started doing talk therapy last year. It’s done virtually and I record the session with OBS. As soon as the recording finishes, the following happens: - The audio is preprocessed (chunked) and sent to Whisper to generate a transcript - The transcript is sent to GPT-4 to generate a summary, action items, concepts introduced with additional information - The next meeting’s da…
[flagged]
Re: Ask HN: Has Anyone Trained a personal LLM using their personal notes?
#23Re: Ask HN: Has Anyone Trained a personal LLM using their personal notes?
#24Earlier quoted context omitted.
[flagged]
I read this as the OP being the patient, not the doctor. Pretty sure a patient is free to violate this confidentiality
Re: Ask HN: Has Anyone Trained a personal LLM using their personal notes?
#25It is not "training" a model but works pretty great.
Re: Ask HN: Has Anyone Trained a personal LLM using their personal notes?
#26https://www.lospessore.com/13/07/2023/una-chatbot-per-contin...
Re: Ask HN: Has Anyone Trained a personal LLM using their personal notes?
#27Played around with fine tuning, but ended up just experimenting with RAG. One thing I haven’t worked out yet is the agent reliably understanding if it should do a “point retrieval query” or an “aggregation query.” Point query: embed and do vector lookup with some max N and distance threshold. For example: “Who prepared my 2023 taxes?” Aggregation query: select a larger collection of documents (1k+) that possibly don’…
Mind sharing how you set up your RAG pipeline and which (presumabely FOSS) components you incorporated?
Re: Ask HN: Has Anyone Trained a personal LLM using their personal notes?
#28It sounds like you want RAG instead of training or even fine tuning a model. Have you looked into the OpenAI APIs? They make it relatively easy to do assuming you have some limited programming knowledge.
Re: Ask HN: Has Anyone Trained a personal LLM using their personal notes?
#29Earlier quoted context omitted.
I read this as the OP being the patient, not the doctor. Pretty sure a patient is free to violate this confidentiality
Parent was probably referring to OpenAI having access to therapy notes, once GP sent them, and no legal responsibility to keep them private.
Not every therapy session is embarrassing, incriminating, or particularly interesting to anyone but you.
Re: Ask HN: Has Anyone Trained a personal LLM using their personal notes?
#30I want this for my photos. I'm not a good photographer, but I have taken tens of thousands of photos of my family. I would love to provide a prompt for a specific day and persons and have it create a photo that I never was able to take. I don't mind that it's not "real" because I find photography to be philosophically unreal as it is. I want it to look good, and inspire my mind to recreate the day however it can imag…
However, I find it challenging to achieve on Macbooks, despite all the neural core horsepower I have. If anyone has achieved this with non-NVIDIA setups i'd love to hear!