Convert Huggingface model to TensorFlow Lite

Overview I needed to convert a Hugging Face TensorFlow model to TensorFlow Lite (tflite) and did so with the method below. While it's…

Huggingface Transformers on Apple M1

Overview This is a guide on setting up huggingface transformers on a MacBook Air with Apple Silicon (M1). Install Python [ Install Python…

Solipsis

It all began with a cryptic, incomprehensible text message from my friend, M. "sorry i needed to write that down somewhere lol" was her…

Using Rust in Flutter code

Introduction I am trying to figure out how to integrate huggingface into my Flutter app. Here is my attempt at figuring that out. Setup…