Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
library_name: vllm
|
3 |
-
license: apache-2.0
|
4 |
language:
|
5 |
- en
|
6 |
- fr
|
@@ -11,13 +9,24 @@ language:
|
|
11 |
- ar
|
12 |
- ru
|
13 |
base_model:
|
14 |
-
|
|
|
15 |
tags:
|
16 |
-
-
|
17 |
-
- redhat
|
18 |
-
- llmcompressor
|
19 |
- fp8
|
20 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
## Model Overview
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- fr
|
|
|
9 |
- ar
|
10 |
- ru
|
11 |
base_model:
|
12 |
+
- HuggingFaceTB/SmolLM3-3B
|
13 |
+
pipeline_tag: text-generation
|
14 |
tags:
|
15 |
+
- smollm3
|
|
|
|
|
16 |
- fp8
|
17 |
+
- vllm
|
18 |
+
- conversational
|
19 |
+
- compressed-tensors
|
20 |
+
license: apache-2.0
|
21 |
+
license_name: apache-2.0
|
22 |
+
name: RedHatAI/SmolLM3-3B-FP8-dynamic
|
23 |
+
description: This model was obtained by quantizing activation and weights of SmolLM3-3B to FP8 data type.
|
24 |
+
readme: https://huggingface.co/RedHatAI/SmolLM3-3B-FP8-dynamic/main/README.md
|
25 |
+
tasks:
|
26 |
+
- text-to-text
|
27 |
+
- text-generation
|
28 |
+
provider: HuggingFaceTB
|
29 |
+
license_link: https://www.apache.org/licenses/LICENSE-2.0
|
30 |
---
|
31 |
|
32 |
## Model Overview
|