chkla commited on
Commit
6d0dcb9
1 Parent(s): fae17b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 $$$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(
 
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(