Xenova / whisper-tiny.en

huggingface.co
Total runs: 45.3K
24-hour runs: 0
7-day runs: 2.3K
30-day runs: 1.2K
Model's Last Updated: June 25 2025
automatic-speech-recognition

Introduction of whisper-tiny.en

Model Details of whisper-tiny.en

Whisper

openai/whisper-tiny.en with ONNX weights to be compatible with Transformers.js .

Usage

Example: Transcribe English.

// npm i @xenova/transformers
import { pipeline } from '@xenova/transformers';

let url = 'https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/jfk.wav';

// Create translation pipeline
let transcriber = await pipeline('automatic-speech-recognition', 'Xenova/whisper-tiny.en');
let output = await transcriber(url);
// { text: " And so my fellow Americans ask not what your country can do for you, ask what you can do for your country." }

Example: Transcribe English w/ timestamps.

// npm i @xenova/transformers
import { pipeline } from '@xenova/transformers';

let url = 'https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/jfk.wav';

// Create translation pipeline
let transcriber = await pipeline('automatic-speech-recognition', 'Xenova/whisper-tiny.en');
let output = await transcriber(url, { return_timestamps: true });
// {
//   text: " And so my fellow Americans ask not what your country can do for you, ask what you can do for your country."
//   chunks: [
//     { timestamp: [0, 8],  text: " And so my fellow Americans ask not what your country can do for you" }
//     { timestamp: [8, 11], text: " ask what you can do for your country." }
//   ]
// }

Example: Transcribe English w/ word-level timestamps.

// npm i @xenova/transformers
import { pipeline } from '@xenova/transformers';

let url = 'https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/jfk.wav';

// Create translation pipeline
let transcriber = await pipeline('automatic-speech-recognition', 'Xenova/whisper-tiny.en');
let output = await transcriber(url, { return_timestamps: 'word' });
// {
//   "text": " And so my fellow Americans ask not what your country can do for you ask what you can do for your country.",
//   "chunks": [
//     { "text": " And", "timestamp": [0, 0.78] },
//     { "text": " so", "timestamp": [0.78, 1.06] },
//     { "text": " my", "timestamp": [1.06, 1.46] },
//     ...
//     { "text": " for", "timestamp": [9.72, 9.92] },
//     { "text": " your", "timestamp": [9.92, 10.22] },
//     { "text": " country.", "timestamp": [10.22, 13.5] }
//   ]
// }

Note: Having a separate repo for ONNX weights is intended to be a temporary solution until WebML gains more traction. If you would like to make your models web-ready, we recommend converting to ONNX using 🤗 Optimum and structuring your repo like this one (with ONNX weights located in a subfolder named onnx ).

Runs of Xenova whisper-tiny.en on huggingface.co

45.3K
Total runs
0
24-hour runs
642
3-day runs
2.3K
7-day runs
1.2K
30-day runs

More Information About whisper-tiny.en huggingface.co Model

whisper-tiny.en huggingface.co

whisper-tiny.en huggingface.co is an AI model on huggingface.co that provides whisper-tiny.en's model effect (), which can be used instantly with this Xenova whisper-tiny.en model. huggingface.co supports a free trial of the whisper-tiny.en model, and also provides paid use of the whisper-tiny.en. Support call whisper-tiny.en model through api, including Node.js, Python, http.

whisper-tiny.en huggingface.co Url

https://huggingface.co/Xenova/whisper-tiny.en

Xenova whisper-tiny.en online free

whisper-tiny.en huggingface.co is an online trial and call api platform, which integrates whisper-tiny.en's modeling effects, including api services, and provides a free online trial of whisper-tiny.en, you can try whisper-tiny.en online for free by clicking the link below.

Xenova whisper-tiny.en online free url in huggingface.co:

https://huggingface.co/Xenova/whisper-tiny.en

whisper-tiny.en install

whisper-tiny.en is an open source model from GitHub that offers a free installation service, and any user can find whisper-tiny.en on GitHub to install. At the same time, huggingface.co provides the effect of whisper-tiny.en install, users can directly use whisper-tiny.en installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

whisper-tiny.en install url in huggingface.co:

https://huggingface.co/Xenova/whisper-tiny.en

Url of whisper-tiny.en

whisper-tiny.en huggingface.co Url

Provider of whisper-tiny.en huggingface.co

Xenova
ORGANIZATIONS

Other API from Xenova

huggingface.co

Total runs: 521.1K
Run Growth: -180.2K
Growth Rate: -34.58%
Updated:August 28 2025
huggingface.co

Total runs: 120.9K
Run Growth: 76.9K
Growth Rate: 64.63%
Updated:February 11 2026
huggingface.co

Total runs: 97.2K
Run Growth: 11.6K
Growth Rate: 11.95%
Updated:December 17 2025
huggingface.co

Total runs: 51.5K
Run Growth: 2.8K
Growth Rate: 5.50%
Updated:July 22 2025
huggingface.co

Total runs: 33.7K
Run Growth: 2.6K
Growth Rate: 7.78%
Updated:July 12 2025
huggingface.co

Total runs: 30.1K
Run Growth: 4.7K
Growth Rate: 15.68%
Updated:June 25 2025
huggingface.co

Total runs: 20.3K
Run Growth: 889
Growth Rate: 4.38%
Updated:June 30 2025
huggingface.co

Total runs: 19.7K
Run Growth: 8.9K
Growth Rate: 44.89%
Updated:July 11 2025
huggingface.co

Total runs: 12.8K
Run Growth: -22
Growth Rate: -0.17%
Updated:July 26 2025
huggingface.co

Total runs: 9.4K
Run Growth: -130
Growth Rate: -1.38%
Updated:October 27 2025
huggingface.co

Total runs: 9.3K
Run Growth: -1.0K
Growth Rate: -10.86%
Updated:June 25 2025
huggingface.co

Total runs: 8.7K
Run Growth: 1.6K
Growth Rate: 18.00%
Updated:July 11 2025
huggingface.co

Total runs: 6.9K
Run Growth: -305.8K
Growth Rate: -4430.60%
Updated:August 28 2025
huggingface.co

Total runs: 5.7K
Run Growth: 1.1K
Growth Rate: 19.45%
Updated:January 09 2026
huggingface.co

Total runs: 5.1K
Run Growth: 1.6K
Growth Rate: 32.11%
Updated:August 19 2025
huggingface.co

Total runs: 4.7K
Run Growth: -2.1K
Growth Rate: -44.72%
Updated:August 28 2025
huggingface.co

Total runs: 3.0K
Run Growth: 2.8K
Growth Rate: 91.54%
Updated:July 11 2025
huggingface.co

Total runs: 2.7K
Run Growth: -159
Growth Rate: -5.95%
Updated:August 19 2025
huggingface.co

Total runs: 2.6K
Run Growth: 252
Growth Rate: 9.68%
Updated:July 01 2025
huggingface.co

Total runs: 2.6K
Run Growth: -189
Growth Rate: -7.35%
Updated:June 25 2025
huggingface.co

Total runs: 2.3K
Run Growth: 611
Growth Rate: 26.10%
Updated:October 08 2024
huggingface.co

Total runs: 2.2K
Run Growth: -924
Growth Rate: -41.77%
Updated:July 22 2025
huggingface.co

Total runs: 1.9K
Run Growth: 459
Growth Rate: 24.29%
Updated:December 17 2025