Skip to content

Commit

Permalink
Notebooks and results have been added.
Browse files Browse the repository at this point in the history
  • Loading branch information
ByUnal committed Jan 10, 2024
1 parent 795b49c commit 34ddedd
Show file tree
Hide file tree
Showing 4 changed files with 475 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,19 @@ Overall, since data and targets are unique, the presented model in this study is


## Setup
Install the requirements. I've added torch to requirements.txt but you can prefer to install by yourself according to different cuda version and resources.
Install the requirements. I've added torch to requirements.txt, but you can prefer to install by yourself according to different cuda version and resources.
```commandline
pip install -r requirements.txt
```

## Run the Code
I've concluded hyperparameter tuning by using optuna, and therefore main.py fixed accordingly. Also, you can train standalone model by using *train_loop()*

## Results
The results that we obtained our experiments as below:
![plot](./results/acc-f1_scores.png)

You can also see the best parameters for the models after hyperparameter optimization in *results/params.txt*
## Acknowledgement
Currently, I've prepared the paper of this project besides including data collection steps. However, we're doing an additional novel experiments on this topic.
So, paper link/details will be shared as soon as the paper is published.
Loading

0 comments on commit 34ddedd

Please sign in to comment.