llama icon indicating copy to clipboard operation
llama copied to clipboard

How to organize customized text dataset ?

Open kriskrisliu opened this issue 1 year ago • 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.

kriskrisliu avatar Mar 13 '23 08:03 kriskrisliu

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 ?

suyashhchougule avatar Jan 04 '24 14:01 suyashhchougule