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 **SmolLm2** 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,9 +16,11 @@ 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 |
The directory contains original version of model.
|
24 |
|
|
|
4 |
|
5 |
# Introduction
|
6 |
|
7 |
+
This repository hosts the **SmolLm2** models for the [React Native ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It includes **unquantized** and **quantized** versions of the SmolLM 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 |
+
- `smolLm-2-135M`
|
22 |
+
- `smolLm-2-360M`
|
23 |
+
- `smolLm-2-1.7B`
|
24 |
|
25 |
The directory contains original version of model.
|
26 |
|