You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-inference/tasks/audio-classification.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ For more details about the `audio-classification` task, check out its [dedicated
29
29
30
30
### Recommended models
31
31
32
+
-[ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition](https://huggingface.co/ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition): An emotion recognition model.
32
33
33
34
This is only a subset of the supported models. Find the model that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=audio-classification&sort=trending).
34
35
@@ -39,7 +40,7 @@ This is only a subset of the supported models. Find the model that suits you bes
| **presence_penalty** | _number_ | Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics |
125
125
| **response_format** | _unknown_ | One of the following: |
| ** type*** | _enum_ | Possible values: json. |
128
128
| ** value*** | _unknown_ | A string that represents a [JSON Schema](https://json-schema.org/). JSON Schema is a declarative language that allows to annotate JSON documents with types and descriptions. |
@@ -136,12 +136,12 @@ To use the JavaScript client, see `huggingface.js`'s [package reference](https:/
136
136
| ** include_usage*** | _boolean_ | If set, an additional chunk will be streamed before the data: [DONE] message. The usage field on this chunk shows the token usage statistics for the entire request, and the choices field will always be an empty array. All other chunks will also include a usage field, but with a null value. |
137
137
| **temperature** | _number_ | What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. We generally recommend altering this or `top_p` but not both. |
138
138
| **tool_choice** | _unknown_ | One of the following: |
| **tool_prompt** | _string_ | A prompt to be appended before the tools |
146
146
| **tools** | _object[]_ | A list of tools the model may call. Currently, only functions are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. |
|** frequency_penalty**|_number_| The parameter for frequency penalty. 1.0 means no penalty Penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. |
117
117
|** grammar**|_unknown_| One of the following: |
|** type***|_enum_| Possible values: json. |
120
120
|** value***|_unknown_| A string that represents a [JSON Schema](https://json-schema.org/). JSON Schema is a declarative language that allows to annotate JSON documents with types and descriptions. |
|** type***|_enum_| Possible values: regex. |
0 commit comments