-
I have a newly-trained set of word embeddings (like Glove) and I want to evaluate them on some benchmark datasets (with a basic classifier like random forests or SVM). Ideally the embeddings would remain fixed and only the classifier would be trained. I just wanted to verify if this is this the right project for this task. I wasn't clear where to begin since the documentation seems more complicated than this. Any chance there is a tutorial for this? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi osotsia, My sense is that
Instead, I would recommend you look into the following:
|
Beta Was this translation helpful? Give feedback.
Hi osotsia,
My sense is that
jiant
might not be the appropriate library for your use-case:jiant
primarily supports transformer-based models from thetransformers
library.Instead, I would recommend you look into the following:
datasets
library to obtain task data as well as metrics