https://github.com/ivanprodaiko94/ucu-machine-learning-course-final-project
https://github.com/ivanprodaiko94/ucu-machine-learning-course-final-project
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivanprodaiko94/ucu-machine-learning-course-final-project
- Owner: IvanProdaiko94
- Created: 2019-04-24T19:16:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T14:06:28.000Z (almost 7 years ago)
- Last Synced: 2025-04-09T19:54:36.309Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 585 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toxic comment classification
Collaborations:
- Anton Bilchuk
- Ivan Prodaiko
# Run
```
ATTENTION: for running CUDA supported device is required!
```
To run this project you need test, train data and also pretrained embedding matrix. For this we recomend downlaod all needed data byt link https://drive.google.com/drive/folders/1QRKXty1zHTFeZIZIupbl43_ef36SiHtI?usp=sharing
# Test model
For testing mdoel you can either run all train step and use this model or by link above use pretrained weights like in `test_model.ipynb` file.