Hack90 commited on
Commit
c265b0c
·
verified ·
1 Parent(s): c9b64a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -960,7 +960,7 @@ with ui.navset_card_tab(id="tab"):
960
  for i, loss_rate in enumerate(loss_rates):
961
  ax.plot(x, loss_rate, label=labels[i])
962
  ax.legend()
963
- ax.set_title(f'Loss rates for a {type} parameter model')
964
  ax.set_xlabel('Training steps')
965
  ax.set_ylabel('Loss rate')
966
  return fig
 
960
  for i, loss_rate in enumerate(loss_rates):
961
  ax.plot(x, loss_rate, label=labels[i])
962
  ax.legend()
963
+ ax.set_title(f'Loss rates for a {type} parameter model across context windows')
964
  ax.set_xlabel('Training steps')
965
  ax.set_ylabel('Loss rate')
966
  return fig