-
Notifications
You must be signed in to change notification settings - Fork 89
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
Shortcut for tagging unseen/unlabeled data #23
Comments
I am also interested in this, as far as I can see the method only works with input data that has labels (the part after ####). Did you find a way to do this? @lixin4ever Is there a way to input unlabeled data? |
For the part after ####, they are just placeholder and not used during inference (i.e., the prediction on your own data) and you can set an arbitrary valid tag (e.g., O, B-POS, I-NEG, E-NEU, and so on) for each word to facilitate the running. Note that you should keep the format identical to that in the provided data files (see the data files in the folder ./data). |
Thank you, I adapted your comment and it works. |
Hi, We want to train your model using our own dataset. We are facing some difficulty to label our data |
Hi!
Is there a way to disable this tagging part of the input text file? Is there a way to modify the code so that the input data doesn't require the part after '####' ? (For the interference part)
The text was updated successfully, but these errors were encountered: