-
GPT-NeoX Training Guide
Before anything else: what exactly GPT-NeoX is and why it’s so ***** popular these days. In case you haven’t heard (which, if that’s true,…
-
EleutherAI’s Pythia-2.8b and 6.9b Models: Training Details and Checkpoints
Here’s an example of what that might look like: # Import necessary libraries import os from typing import List import numpy as np import…
-
CAT-LM Training Language Models on Aligned Code And Tests
Well, look no further because we’ve got the scoop on CAT-LM (Code And Tests for Language Models) training. First things first: what is CAT-LM?…
-
Installing MRAA on Ubuntu Xenial or Bionic
If you haven’t heard of it before, don’t worry, I’ll explain everything in a way that even my grandma could understand. First things first,…
-
Python’s Built-In Math Functions: A Tutorial
First things first: what are these magical math functions and why should you care? Well, let me tell ya, they can do all sorts…
-
Slider Tool for Text Processing
Have you ever found yourself struggling to manipulate text data in your scripts? Introducing the Slider Tool for Text Processing the ultimate tool for…
-
Python’s Role in Data Science
Because I’m about to burst your bubble. First off, let’s get one thing straight: while Python can certainly be a useful tool in the…
-
Explaining Attributions for Non Predicted Class
First things first, let’s define what we mean by “attribution” in the context of machine learning. In simple terms, it’s a way to understand…
-
Bayesian Optimization with JSONLogger
And to make things even more exciting, we’ll be using JSONLogger to save and load our progress so we don’t have to start from…