Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,8 @@ The model is used to classify tweets as either being neutral or hate speech
|
|
36 |
|
37 |
'train.csv' of Twitter Sentiment Analysis is split into training and evaluation sets (80-20)
|
38 |
|
|
|
|
|
39 |
## Training procedure
|
40 |
|
41 |
Pretrained RobertaTokenizerFast is used for tokenizing preprocessed data
|
|
|
36 |
|
37 |
'train.csv' of Twitter Sentiment Analysis is split into training and evaluation sets (80-20)
|
38 |
|
39 |
+
Fine-tuning was carried out on Google Colab's T4 GPU
|
40 |
+
|
41 |
## Training procedure
|
42 |
|
43 |
Pretrained RobertaTokenizerFast is used for tokenizing preprocessed data
|