poltextlab commited on
Commit
693648f
1 Parent(s): c6b8607

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ predicted = pd.DataFrame(np.argmax(probs, axis=1)).replace({0: CAP_NUM_DICT}).re
71
 
72
  ### Fine-tuning procedure
73
  `xlm-roberta-large-dutch-budget-cap` was fine-tuned using the Hugging Face Trainer class with the following hyperparameters:
74
- ```
75
  training_args = TrainingArguments(
76
  output_dir=f"../model/{model_dir}/tmp/",
77
  logging_dir=f"../logs/{model_dir}/",
 
71
 
72
  ### Fine-tuning procedure
73
  `xlm-roberta-large-dutch-budget-cap` was fine-tuned using the Hugging Face Trainer class with the following hyperparameters:
74
+ ```python
75
  training_args = TrainingArguments(
76
  output_dir=f"../model/{model_dir}/tmp/",
77
  logging_dir=f"../logs/{model_dir}/",