May I ask which dataset the model was trained on?

#1
by liyucheng - opened

I saw the dataset of Semeval2017 task 7 you shared on Huggingface Hub. But I found no training set, just test set. May I ask how you have trained your model?

A random split of the SemaEval dataset 90/10 was generated using train_test_split() for training and testing data.

Sign up or log in to comment