Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
|
| 7 |
# Introduction
|
| 8 |
|
| 9 |
-
This repository hosts the **Qwen 2.5** models for the [React Native ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It includes **unquantized**
|
| 10 |
|
| 11 |
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.
|
| 12 |
|
|
@@ -18,11 +18,13 @@ These models were exported using `v0.6.0` version and **no forward compatibility
|
|
| 18 |
|
| 19 |
### Repository Structure
|
| 20 |
|
| 21 |
-
The repository is organized into
|
| 22 |
|
| 23 |
-
- `
|
|
|
|
|
|
|
| 24 |
|
| 25 |
-
|
| 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`
|
|
|
|
| 6 |
|
| 7 |
# Introduction
|
| 8 |
|
| 9 |
+
This repository hosts the **Qwen 2.5** 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.
|
| 10 |
|
| 11 |
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.
|
| 12 |
|
|
|
|
| 18 |
|
| 19 |
### Repository Structure
|
| 20 |
|
| 21 |
+
The repository is organized into three main directories:
|
| 22 |
|
| 23 |
+
- `qwen-2.5-0.5B`
|
| 24 |
+
- `qwen-2.5-1.5B`
|
| 25 |
+
- `qwen-2.5-3B`
|
| 26 |
|
| 27 |
+
Each directory contains different versions of the model, including **quantized**, and the **original** models.
|
| 28 |
|
| 29 |
- The `.pte` file should be passed to the `modelSource` parameter.
|
| 30 |
- The tokenizer for the models is available within the repo root, under `tokenizer.json` and `tokenizer_config.json`
|