Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,26 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
3 |
pipeline_tag: text-generation
|
4 |
-
library_name: transformers
|
5 |
tags:
|
|
|
6 |
- vllm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
<p align="center">
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
base_model:
|
5 |
+
- openai/gpt-oss-20b
|
6 |
pipeline_tag: text-generation
|
|
|
7 |
tags:
|
8 |
+
- gpt_oss
|
9 |
- vllm
|
10 |
+
- conversational
|
11 |
+
- text-generation-inference
|
12 |
+
- 8-bit precision
|
13 |
+
- mxfp4
|
14 |
+
license: apache-2.0
|
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 |
---
|
25 |
|
26 |
<p align="center">
|