Skip to content

Commit d8a490c

Browse files
authored
Update README.md
1 parent d055941 commit d8a490c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ pip install -r requirements.txt
77
```
88

99
`preprocess_tweets.ipynb` imports the original dataset of 9.821.107 tweets and aggregates them into 6824 rows of text document, where each row represents one Twitter-user.
10+
1011
`distilbert-finetune.py` includes the fine-tuning of the DistilBERT-base Sequence Classifier.
12+
1113
`DistilBERT_predictions.ipynb` includes importing the trained DistilBERT model and predictions.
14+
1215
`SVM_classifier.ipynb` includes the training and testing of the SVM classifier

0 commit comments

Comments
 (0)