Sebastian Raschka
Sebastian Raschka
OLMo is a pretty attractive set of models by Allen AI since they open sourced the whole training code etc. It's one of the few fully open models: https://github.com/allenai/olmo We...
This hyperlink checker is a bit more reliable than the previous one, also checks jupyter notebooks, rst, and html files in addition to markdown, and also has a pytest-style output...
The LitGPT serve API. E.g., use as ```bash litgpt serve --checkpoint_dir checkpoints/microsoft/phi-2 ``` and then send requests via ``` In [1]: import requests, json In [2]: response = requests.post( ...:...
As suggested, let's add a CI workflow to test the code contained in the README.
As Satpal Virdee mentioned, when running the [h1_simple.R script](https://github.com/rasbt/R_snippets/tree/master/heatmaps) in newer versions of R, it produces the following: ``` Error in heatmap.2(mat_data, main = "Correlation", notecol = "black", : breaks...