Your task is to classify film descriptions into 6 classes. The metric is Accuracy.
We present you 4 baseline solutions based on logistic regression, catboost, LSTM and Transformers.
You can find them in their respective folders: ./baseline_tfidf_logreg
, ./<catboost_baseline>
, ./baseline_rnn
and ./<transformer_baseline>
(github repo with baselines).
Each of these folders contains a file requirements.txt
that will help you with the installation of the dependencies. To see the score and how many points you get if you can beat him, look at the table below:
baseline | Accuracy |
---|---|
LogReg | 0.43687 |
CatBoost | 0.23240 |
LSTM | 0.34413 |
Transformer | 0.61340 |
You should beat the leaderboard baselines:
Our website uses cookies, including web analytics services. By using the website, you consent to the processing of personal data using cookies. You can find out more about the processing of personal data in the Privacy policy