transformers.js-examples icon indicating copy to clipboard operation
transformers.js-examples copied to clipboard

A collection of 🤗 Transformers.js demos and example applications

Results 20 transformers.js-examples issues
Sort by recently updated
recently updated
newest added

Great work on all this! I thought I'd just quickly ask this here. I've been playing around with a demo of `xenova/swin2SR-realworld-sr-x4-64-bsrgan-psnr` and am wondering if I update it to...

Model: https://huggingface.co/Marqo/marqo-fashionCLIP

Hi! Your Phi-3.5 WebGPU example is very interesting. I would like to know if it is possible to assign a command prompt to your example. I want to test the...

Running with `npm run start` works well, but I'm still running into issues when building the application with `npm run make`. First: > Uncaught Exception: Error: dlopen(.../electron.app/Contents/Resources/app.asar.unpacked/node_modules/onnxruntime-node/bin/napi-v3/darwin/arm64/onnxruntime_binding.node, 0x0001): Library not...

Dear dev team, The react example seems to be missing the link from the documentation for the source code of the react example: https://github.com/huggingface/transformers.js-examples/tree/main/react-translator Gives back a 404. Furthremore, maybe...

I tried various models of transformers.js and those that support **past_key_values** does not actually handle it. I face several issues: 1. The default **past_key_values** are gpuBuffer tensors and ONNX requires...

I am wondering if it is possible to have word level timestamp when using the whisper example? I tried to include the param `word_timestamps` to the model options but it...

I tried the demo on https://huggingface.co/spaces/HuggingFaceTB/SmolVLM-256M-Instruct-WebGPU and also ran it locally, but the outputs were different. For example,this image ("https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/new-york.jpg"), which only displays "here is the statue of liberty" locally,...

Hey, when running the example at: https://github.com/huggingface/transformers.js-examples/tree/main/text-to-speech-webgpu I got: ``` ✘ [ERROR] Failed to resolve entry for package "fs". The package may have incorrect main/module/exports specified in its package.json. [plugin...