Skip to content

Commit

Permalink
disable evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Oct 17, 2023
1 parent 5a7404f commit 1f69203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/examples/text-generation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ display_cb <- luz_callback(
We can finally train the model. We define that we want to train the model for half a billion tokens
in a total of 100 epochs.

```{r}
```{r, eval = FALSE}
n_tokens <- 500e6
batch_size <- 16
epochs <- 100
Expand Down

0 comments on commit 1f69203

Please sign in to comment.