TensorFlow
tensorflow-dc0ba9dd·2 events·first seen 28d agoAliases: TensorFlow
Co-occurring entities
More like this (12)
Recent events (2)
Faster Text Generation with TensorFlow and XLA
This Hugging Face blog post describes how to accelerate text generation using TensorFlow's XLA (Accelerated Linear Algebra) compilation. The post covers techniques for applying XLA JIT compilation to transformer-based text generation pipelines to achieve significant speedups. It targets practitioners using TF-based models who want inference performance improvements without switching frameworks.
Training a Language Model with Hugging Face Transformers Using TensorFlow and TPUs
This Hugging Face blog post provides a technical walkthrough for training a language model using TensorFlow and Google TPUs via the Transformers library. It covers the practical setup, data pipeline, and training configuration required to leverage TPU hardware with the TF ecosystem. The post serves as a tutorial bridging Hugging Face tooling with TPU-based infrastructure.