nklockiewicz commited on
Commit
7bee5be
·
verified ·
1 Parent(s): 2ac0fd2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: lfm1.0
4
+ license_link: https://huggingface.co/LiquidAI/LFM2.5-350M/blob/main/LICENSE
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - executorch
8
+ - liquid
9
+ - lfm2.5
10
+ - edge
11
+ ---
12
+ # Introduction
13
+
14
+ This repository hosts the **LFM2.5-350M** model for the [React Native ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It includes **quantized** version of it in `.pte` format, ready for use in the **ExecuTorch** runtime.
15
+
16
+ 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.
17
+
18
+ ## Compatibility
19
+
20
+ If you intend to use this model outside of React Native ExecuTorch, make sure your runtime is compatible with the **ExecuTorch** version used to export the `.pte` files. For more details, see the compatibility note in the [ExecuTorch GitHub repository](https://github.com/pytorch/executorch/blob/11d1742fdeddcf05bc30a6cfac321d2a2e3b6768/runtime/COMPATIBILITY.md?plain=1#L4). If you work with React Native ExecuTorch, the constants from the library will guarantee compatibility with runtime used behind the scenes.
21
+
22
+ ### Repository Structure
23
+
24
+ The repository is organized as follows:
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`