Data Collection Details?

#2
by kulma - opened

Hi!

the dataset you uploaded looks quite interesting for a project I would like to work on. Thank you for sharing it on huggingface!
I was wondering if there are any details about it? Based on the name, they come from reddit, but the column names "instruction", "input" and "output" left me a bit puzzled. Are they generated using LLMs?
Looking forward to hearing back from you!

Hi.

The dataset was scraped directly from Reddit from December 2022 to March 2024. I wanted to use it to fine-tune an LLM so I renamed the post_title, selft_text (description of the post title), and comments as instructions, inputs, and outputs respectively.

Thank you for the quick and helpful response! Did you manage to fine-tune an LLM that is available somewhere?

I was unable to complete it. Instead, I used a RAG (Retrieval Augmented Generation) system, which took less time and cost. Unfortunately, I did not make the system available online. However, the LLM I used for the RAG system was the open-source Meta-LLama-8B-Instruct Model available for free on HuggingFace.

Okay, thanks a lot, great work!

kulma changed discussion status to closed

Sign up or log in to comment