Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to organize customized text dataset ? #4

Open
kriskrisliu opened this issue Mar 13, 2023 · 1 comment
Open

How to organize customized text dataset ? #4

kriskrisliu opened this issue Mar 13, 2023 · 1 comment

Comments

@kriskrisliu
Copy link

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.

@suyashhchougule
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants