ypeleg/llama

How to organize customized text dataset ?

Opened this issue · 1 comments

I would like to express my gratitude for your hard work on the project.
I came across a training script where you used the following code:

DATA_FILE_PATH = 'elon_musk_tweets.csv'
texts = pd.read_csv(DATA_FILE_PATH)['text']

However, I was unable to find the 'elon_musk_tweets.csv' file, and as a result, I am facing difficulty in organizing my own text dataset. I would appreciate any guidance on how to structure my own dataset.

Thank you for your time and assistance.

I would like to express my gratitude for your hard work on the project. I came across a training script where you used the following code:

DATA_FILE_PATH = 'elon_musk_tweets.csv'
texts = pd.read_csv(DATA_FILE_PATH)['text']

However, I was unable to find the 'elon_musk_tweets.csv' file, and as a result, I am facing difficulty in organizing my own text dataset. I would appreciate any guidance on how to structure my own dataset.

Thank you for your time and assistance.

Did you get how to format custom dataset ?