Skip to content

Commit 33ec12b

Browse files
Update Inference Providers documentation (automated) (#1722)
Co-authored-by: Wauplin <[email protected]>
1 parent 3c51f05 commit 33ec12b

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

docs/inference-providers/tasks/audio-classification.md

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ No snippet available for this task.
5050

5151
| Payload | | |
5252
| :--- | :--- | :--- |
53+
| **inputs*** | _string_ | The input audio data as a base64-encoded string. If no `parameters` are provided, you can also provide the audio data as a raw bytes payload. |
54+
| **parameters** | _object_ | |
55+
| **&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;function_to_apply** | _enum_ | Possible values: sigmoid, softmax, none. |
56+
| **&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;top_k** | _integer_ | When specified, limits the output to the top K most probable classes. |
5357

5458

5559
#### Response

scripts/inference-providers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "ISC",
1616
"dependencies": {
1717
"@huggingface/inference": "^3.10.0",
18-
"@huggingface/tasks": "^0.19.0",
18+
"@huggingface/tasks": "^0.19.1",
1919
"@types/node": "^22.5.0",
2020
"handlebars": "^4.7.8",
2121
"node": "^20.17.0",

scripts/inference-providers/pnpm-lock.yaml

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)