pierreguillou commited on
Commit
a3276b0
1 Parent(s): 51838a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -133,7 +133,7 @@ print('pred |', pred)
133
  The notebook of finetuning ([HuggingFace_Notebook_ptt5-base-portuguese-vocab_question_answering_QA_squad_v11_pt.ipynb]()) is in github.
134
 
135
  ### Hyperparameters
136
-
137
  # do training and evaluation
138
  do_train = True
139
  do_eval= True
@@ -172,6 +172,7 @@ else:
172
 
173
  # evaluation
174
  num_beams = 1
 
175
 
176
  ### Training results
177
 
 
133
  The notebook of finetuning ([HuggingFace_Notebook_ptt5-base-portuguese-vocab_question_answering_QA_squad_v11_pt.ipynb]()) is in github.
134
 
135
  ### Hyperparameters
136
+ ````
137
  # do training and evaluation
138
  do_train = True
139
  do_eval= True
 
172
 
173
  # evaluation
174
  num_beams = 1
175
+ ````
176
 
177
  ### Training results
178