[GH-ISSUE #730] [FEAT]: Export Chats as dataset formats for fine tuning(alpaca JSON)? #419

Closed
opened 2026-02-22 18:19:24 -05:00 by yindo · 3 comments
Owner

Originally created by @FemBoxbrawl on GitHub (Feb 15, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/730

What would you like to see?

I am not sure if this works or not, but It would be cool if you could somehow be able to convert the chats asked with AnythingLLM into a Alpaca dataset format JSON, so it could be an easy way to fine tune a model on your own data? Just and Idea. would be quite cool.

Originally created by @FemBoxbrawl on GitHub (Feb 15, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/730 ### What would you like to see? I am not sure if this works or not, but It would be cool if you could somehow be able to convert the chats asked with AnythingLLM into a Alpaca dataset format JSON, so it could be an easy way to fine tune a model on your own data? Just and Idea. would be quite cool.
yindo added the enhancementfeature request labels 2026-02-22 18:19:24 -05:00
yindo closed this issue 2026-02-22 18:19:24 -05:00
Author
Owner

@timothycarambat commented on GitHub (Feb 15, 2024):

Do you have an example of what Alpaca format looks like? We have JSON, CSV, and JSONL exports of chats right now

@timothycarambat commented on GitHub (Feb 15, 2024): Do you have an example of what Alpaca format looks like? We have JSON, CSV, and JSONL exports of chats right now
Author
Owner

@FemBoxbrawl commented on GitHub (Feb 16, 2024):

Do you have an example of what Alpaca format looks like? We have JSON, CSV, and JSONL exports of chats right now

here is an example of the alpaca format (it's a dataset format)

https://raw.githubusercontent.com/gururise/AlpacaDataCleaned/main/alpaca_data.json

and even if not implemented, it doesn't really matter, because i think AnythingLLM is really awesome!

@FemBoxbrawl commented on GitHub (Feb 16, 2024): > Do you have an example of what Alpaca format looks like? We have JSON, CSV, and JSONL exports of chats right now here is an example of the alpaca format (it's a dataset format) https://raw.githubusercontent.com/gururise/AlpacaDataCleaned/main/alpaca_data.json and even if not implemented, it doesn't really matter, because i think AnythingLLM is really awesome!
Author
Owner

@FemBoxbrawl commented on GitHub (Feb 16, 2024):

If implemented, all that would need to happen is Whatever the User asks or types, goes into the Instruction area, and whatever the the LLM replies with goes into "output" (input can stay empty).

@FemBoxbrawl commented on GitHub (Feb 16, 2024): If implemented, all that would need to happen is Whatever the User asks or types, goes into the Instruction area, and whatever the the LLM replies with goes into "output" (input can stay empty).
yindo changed title from [FEAT]: Export Chats as dataset formats for fine tuning(alpaca JSON)? to [GH-ISSUE #730] [FEAT]: Export Chats as dataset formats for fine tuning(alpaca JSON)? 2026-06-05 14:35:12 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#419