Update README.md
Browse files
README.md
CHANGED
|
@@ -16,9 +16,15 @@ license_name: apache-2.0
|
|
| 16 |
name: RedHatAI/gpt-oss-20b
|
| 17 |
description: This model is the smaller version of the gpt-oss series, designed for lower latency and local or specialized use cases.
|
| 18 |
readme: https://huggingface.co/RedHatAI/gpt-oss-20b/main/README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
tasks:
|
| 20 |
- text-to-text
|
| 21 |
- text-generation
|
|
|
|
| 22 |
provider: OpenAI
|
| 23 |
license_link: https://www.apache.org/licenses/LICENSE-2.0
|
| 24 |
validated_on:
|
|
|
|
| 16 |
name: RedHatAI/gpt-oss-20b
|
| 17 |
description: This model is the smaller version of the gpt-oss series, designed for lower latency and local or specialized use cases.
|
| 18 |
readme: https://huggingface.co/RedHatAI/gpt-oss-20b/main/README.md
|
| 19 |
+
tool_calling_supported: true
|
| 20 |
+
required_cli_args: []
|
| 21 |
+
chat_template_file_name: None
|
| 22 |
+
chat_template_path: None
|
| 23 |
+
tool_call_parser: openai
|
| 24 |
tasks:
|
| 25 |
- text-to-text
|
| 26 |
- text-generation
|
| 27 |
+
- tool-calling
|
| 28 |
provider: OpenAI
|
| 29 |
license_link: https://www.apache.org/licenses/LICENSE-2.0
|
| 30 |
validated_on:
|