Closed zeyan-liu closed 3 months ago
Thank You for your interest!
I think only the Roberta embeddings are required! You can easily generate them using huggingface! Just pass the text through Roberta and save the embeddings of the last layer! Let me know if you face any problems or if you require a script for the same!
Closing the issue due to lack of inactivity! Please also see issue #11 and feel free to open if any help is required.
Dear author, hello! When using it, I found that all downloaded features are used. I want to try to train the model from other data sets, but I don't know how to extract features (such as tokenized_word, bert_text, bert_output, batch_label, roberta). How to extract these features from other data sets?