Mishig

Results 25 issues of Mishig

Add Inference API docs under this repo

documentation

from @Narsil > it could be something that helps larger projects like transformers and diffusers (outdated doc is that bane of doc :slightly_smiling_face: )

## TODOs for completing the updated preprocessors - [ ] refactors the big `preprocess.js` file into multiple files by different preprocessors and add tests to each preprocessor to prevent regression...

see https://github.com/huggingface/doc-build/pull/29/files

Find more details: https://huggingface.slack.com/archives/C02GLJ5S0E9/p1641809520007000 cc: @patrickvonplaten

TLDR: _versions.yml file processing issue Details: https://github.com/huggingface/doc-builder/commit/75db1c7263aeeb4d0e1fc8877fbaa2edbc2eea1f is when we had a version with no subfolder. Then https://github.com/huggingface/doc-builder/commit/48226d041570e7c1b810b83130a94f8217aafb90 is when we had a duplicate version.

Only check if current assistant that is being viewed was `reported`. Previously, we were checking `reported` status on all the assistants of a user. However, this `reported` status is only...

I've played a bit with jsonformer and created a [Gradio powered space](https://huggingface.co/spaces/mishig/jsonformer). Please let me know wdyt about this demo cc: @1rgs

In the section about [preprocessing](https://huggingface.co/learn/audio-course/chapter1/preprocessing#preprocessing-audio-data), it would be useful to add type/shape information of data produced after pre processing the data. Specifically, https://github.com/huggingface/audio-transformers-course/blob/ac81306fb8822fa8c4e2a43748be8ba31d8bb043/chapters/en/chapter1/preprocessing.mdx#L186 here it be very useful to add...

from https://github.com/huggingface/huggingface.js/pull/638#issuecomment-2079454125 > According to [caniuse page](https://caniuse.com/?search=ArrayBuffer.resize), the support is experimental on version 124 (current version) of firefox (can be enabled via a flag). So I think it's expected to...