You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2026. It is now read-only.
I'm trying to train the model using my own data.
In the examples directory, it says to run: create_twitter_vocab.py
This script tries to open this file: ../../twitterdata/tweets.2016-09-01
But there is not such file in repo. Can you please help me understand what is the format of this data file? I understand this is a tsv but what are the contents of this file?
I'm trying to train the model using my own data.
In the examples directory, it says to run:
create_twitter_vocab.pyThis script tries to open this file:
../../twitterdata/tweets.2016-09-01But there is not such file in repo. Can you please help me understand what is the format of this data file? I understand this is a tsv but what are the contents of this file?