Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ license: apache-2.0
|
|
4 |
|
5 |
# Introduction
|
6 |
|
7 |
-
This repository hosts the **Qwen 3** models for the [React Native ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It includes **unquantized**
|
8 |
|
9 |
If you'd like to run these models in your own ExecuTorch runtime, refer to the [official documentation](https://pytorch.org/executorch/stable/index.html) for setup instructions.
|
10 |
|
@@ -16,11 +16,13 @@ These models were exported using `v0.6.0` version and **no forward compatibility
|
|
16 |
|
17 |
### Repository Structure
|
18 |
|
19 |
-
The repository is organized into
|
20 |
|
21 |
-
- `
|
|
|
|
|
22 |
|
23 |
-
|
24 |
|
25 |
- The `.pte` file should be passed to the `modelSource` parameter.
|
26 |
- The tokenizer for the models is available within the repo root, under `tokenizer.json` and `tokenizer_config.json`
|
|
|
4 |
|
5 |
# Introduction
|
6 |
|
7 |
+
This repository hosts the **Qwen 3** models for the [React Native ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It includes **unquantized** and **quantized** versions of the Qwen model in `.pte` format, ready for use in the **ExecuTorch** runtime.
|
8 |
|
9 |
If you'd like to run these models in your own ExecuTorch runtime, refer to the [official documentation](https://pytorch.org/executorch/stable/index.html) for setup instructions.
|
10 |
|
|
|
16 |
|
17 |
### Repository Structure
|
18 |
|
19 |
+
The repository is organized into three main directories:
|
20 |
|
21 |
+
- `qwen-3-0.6B`
|
22 |
+
- `qwen-3-1.7B`
|
23 |
+
- `qwen-3-4B`
|
24 |
|
25 |
+
Each directory contains different versions of the model, including **quantized**, and the **original** models.
|
26 |
|
27 |
- The `.pte` file should be passed to the `modelSource` parameter.
|
28 |
- The tokenizer for the models is available within the repo root, under `tokenizer.json` and `tokenizer_config.json`
|