You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ pip install -r requirements.txt
7
7
```
8
8
9
9
`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
+
10
11
`distilbert-finetune.py` includes the fine-tuning of the DistilBERT-base Sequence Classifier.
12
+
11
13
`DistilBERT_predictions.ipynb` includes importing the trained DistilBERT model and predictions.
14
+
12
15
`SVM_classifier.ipynb` includes the training and testing of the SVM classifier
0 commit comments