Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.54 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.54 KB

Hugging Face 🤗 Demos

This is a collection of personal demos/scripts/colabs using Hugging Face 🤗 tools, organized by modality. Framework-specific demos have their link/filename starting with the framework name (flax, pt, or tf) to facilitate search.

📖 NLP

Text Generation

  1. TF: XLA-accelerated Text Generation
  2. The importance of left padding on decoder-only models
  3. Up-to-date GPT2
  4. Text Streaming with generate

Translation

  1. TF: Using Helsinki-NLP translation models

📣 Speech

  1. TF: Whisper + XLA generation
  2. TF: How to create a TF Lite model for Whisper with generation capabilities

🧨 Text to Image

  1. Stable diffusion from any input language

🤖 Others

  1. TF: Model weight conversion from Hub PyTorch models