Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,30 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
| 5 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
-
|
| 8 |
# Qwen3-Coder-480B-A35B-Instruct-FP8
|
| 9 |
<a href="https://chat.qwen.ai/" target="_blank" style="margin: 2px;">
|
| 10 |
<img alt="Chat" src="https://img.shields.io/badge/%F0%9F%92%9C%EF%B8%8F%20Qwen%20Chat%20-536af5" style="display: inline-block; vertical-align: middle;"/>
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
base_model:
|
| 5 |
+
- Qwen/Qwen3-Coder-480B-A35B-Instruct
|
| 6 |
pipeline_tag: text-generation
|
| 7 |
+
tags:
|
| 8 |
+
- qwen
|
| 9 |
+
- qwen3
|
| 10 |
+
- qwen3_moe
|
| 11 |
+
- conversational
|
| 12 |
+
- fp8
|
| 13 |
+
- text-generation-inference
|
| 14 |
+
- compressed-tensors
|
| 15 |
+
- code
|
| 16 |
+
license: apache-2.0
|
| 17 |
+
license_name: apache-2.0
|
| 18 |
+
name: RedHatAI/Qwen3-Coder-480B-A35B-Instruct-FP8
|
| 19 |
+
description: A quantized version of the Qwen3-Coder-480B-A35B-Instruct model, optimized for agentic coding and browser-use tasks, with FP8 data type quantization.
|
| 20 |
+
readme: https://huggingface.co/RedHatAI/Qwen3-Coder-480B-A35B-Instruct-FP8/main/README.md
|
| 21 |
+
tasks:
|
| 22 |
+
- text-to-text
|
| 23 |
+
- text-generation
|
| 24 |
+
- code-generation
|
| 25 |
+
provider: Alibaba Cloud
|
| 26 |
+
license_link: https://www.apache.org/licenses/LICENSE-2.0
|
| 27 |
---
|
|
|
|
| 28 |
# Qwen3-Coder-480B-A35B-Instruct-FP8
|
| 29 |
<a href="https://chat.qwen.ai/" target="_blank" style="margin: 2px;">
|
| 30 |
<img alt="Chat" src="https://img.shields.io/badge/%F0%9F%92%9C%EF%B8%8F%20Qwen%20Chat%20-536af5" style="display: inline-block; vertical-align: middle;"/>
|