Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ Please note that the label distribution in the dataset is imbalanced:
|
|
11 |
|
12 |
**Model training**
|
13 |
|
14 |
-
**RoBERTArg** was fine-tuned on a
|
15 |
|
16 |
```
|
17 |
training_args = TrainingArguments(
|
|
|
11 |
|
12 |
**Model training**
|
13 |
|
14 |
+
**RoBERTArg** was fine-tuned on a RoBERTA (base) pre-trained model from HuggingFace using the HuggingFace trainer with the following hyperparameters. The hyperparameters were determined using a hyperparameter search on a 20% validation set.
|
15 |
|
16 |
```
|
17 |
training_args = TrainingArguments(
|