Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
|
|
|
|
|
|
5 |
pipeline_tag: text-generation
|
6 |
tags:
|
7 |
- chat
|
@@ -9,7 +12,7 @@ tags:
|
|
9 |
# gemma-3-270m-it-MNN
|
10 |
|
11 |
## Introduction
|
12 |
-
This model is a
|
13 |
|
14 |
## Download
|
15 |
```bash
|
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
5 |
+
base_model:
|
6 |
+
- google/gemma-3-270m-it
|
7 |
+
base_model_relation: quantized
|
8 |
pipeline_tag: text-generation
|
9 |
tags:
|
10 |
- chat
|
|
|
12 |
# gemma-3-270m-it-MNN
|
13 |
|
14 |
## Introduction
|
15 |
+
This model is a 8-bit quantized version of the MNN model exported from gemma-3-270m-it using [llmexport](https://github.com/alibaba/MNN/tree/master/transformers/llm/export).
|
16 |
|
17 |
## Download
|
18 |
```bash
|