Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,8 @@ Please note that the label distribution in the dataset is imbalanced:
|
|
10 |
* ARGUMENTS:
|
11 |
|
12 |
**Model training**
|
13 |
-
|
|
|
14 |
|
15 |
```
|
16 |
training_args = TrainingArguments(
|
|
|
10 |
* ARGUMENTS:
|
11 |
|
12 |
**Model training**
|
13 |
+
|
14 |
+
**RoBERTArg** was fine-tuned on a $$RoBERTA_{base}$$ pre-trained model 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(
|