We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
您好请问 laptop_corpus1 = CorpusDataset('../data/TEST/Test_reviews.csv', tokenizer) laptop_corpus2 = CorpusDataset('../data/TRAIN/Train_laptop_corpus.csv', tokenizer) laptop_corpus3 = CorpusDataset('../data/TRAIN/Train_laptop_reviews.csv', tokenizer) makeup_corpus1 = CorpusDataset('../data/TEST/Test_reviews1.csv', tokenizer) makeup_corpus2 = CorpusDataset('../data/TRAIN/Train_reviews.csv', tokenizer) makeup_corpus3 = CorpusDataset('../data/TRAIN/Train_makeup_reviews.csv', tokenizer)
这段代码中的laptop_corpus1 和makeup_corpus1分别是什么数据?在复赛数据中好像没有提供这俩个数据啊
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好请问
laptop_corpus1 = CorpusDataset('../data/TEST/Test_reviews.csv', tokenizer)
laptop_corpus2 = CorpusDataset('../data/TRAIN/Train_laptop_corpus.csv', tokenizer)
laptop_corpus3 = CorpusDataset('../data/TRAIN/Train_laptop_reviews.csv', tokenizer)
makeup_corpus1 = CorpusDataset('../data/TEST/Test_reviews1.csv', tokenizer)
makeup_corpus2 = CorpusDataset('../data/TRAIN/Train_reviews.csv', tokenizer)
makeup_corpus3 = CorpusDataset('../data/TRAIN/Train_makeup_reviews.csv', tokenizer)
这段代码中的laptop_corpus1 和makeup_corpus1分别是什么数据?在复赛数据中好像没有提供这俩个数据啊
The text was updated successfully, but these errors were encountered: