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
I have a CSV with one column that contains tweets.
how can I run this using your pre-trained weights?
how can I train this using my own training data? Does having 800 ground truth tweets work in this case? Is there a number of minimum ground truth tweets you would suggest?
https://pastebin.com/wxwbmD16 this took about 1 hour for me. I was wondering how I could use a saved model and don't start training from scratch.
The text was updated successfully, but these errors were encountered:
The data should be in the following tab-separated format. In case of tweets, each line should represent one tweet.
IDlabeltext
Please set the test_file with the path of the tab-separated test data.
output_file.analysis will contain the output of the test data.
Or can take a look into data handler , and change the way read from files. If you have giving a csv file, just look to those lines with separate by "tab" ,change it to something else like separate by ","
Two questions:
I have a CSV with one column that contains tweets.
https://pastebin.com/wxwbmD16 this took about 1 hour for me. I was wondering how I could use a saved model and don't start training from scratch.
The text was updated successfully, but these errors were encountered: