evankomp commited on
Commit
1e1c462
1 Parent(s): bd6f161

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -28,6 +28,7 @@ __Training__:
28
  ProteinBERT (Rostlab/prot_bert) was fine tuned on a class balanced version of learn2therm (see [here]()), about 250k protein amino acid sequences.
29
 
30
  Training parameters below:
 
31
  TrainingArguments(
32
  _n_gpu=1,
33
  adafactor=False,
@@ -134,6 +135,6 @@ warmup_steps=0,
134
  weight_decay=0.0,
135
  xpu_backend=None,
136
  )
137
-
138
 
139
  See the [training repository](https://github.com/BeckResearchLab/learn2thermML) for code.
 
28
  ProteinBERT (Rostlab/prot_bert) was fine tuned on a class balanced version of learn2therm (see [here]()), about 250k protein amino acid sequences.
29
 
30
  Training parameters below:
31
+ ```
32
  TrainingArguments(
33
  _n_gpu=1,
34
  adafactor=False,
 
135
  weight_decay=0.0,
136
  xpu_backend=None,
137
  )
138
+ ```
139
 
140
  See the [training repository](https://github.com/BeckResearchLab/learn2thermML) for code.