Spaces:
Build error
Build error
jy46604790
commited on
Commit
·
eda4315
1
Parent(s):
6e27d9c
Upload Part3.md
Browse files
Part3.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
### Fine Tuning
|
2 |
+
|
3 |
+
Fine tuning is when using a pretrained model, train it on a dataset specific to the task. The steps for fine tuning a pre_trained model can be given as follows:
|
4 |
+
|
5 |
+
1. Tokenize each sentence using RoBERTa
|
6 |
+
2. Set training parameters
|
7 |
+
3. Train the model
|
8 |
+
4. Assess: Using ROC-AUC for this problem
|
9 |
+
|
10 |
+
### Challenge
|
11 |
+
|
12 |
+
The biggest challenge in this task is to get the correct label for each piece of news. As we can't verify news ourselves, I managed to choose news that is objective and has been confirmed or falsified.
|