Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Introduction
|
| 2 |
|
| 3 |
-
 using LoRA, exporting them to ONNX and running them locally using ONNX compatibale runtime like javascript(node js) and WASM (browser)
|
| 6 |
|
|
@@ -15,7 +15,7 @@ This repository is part of [playbook for experiments on fine tuning small langua
|
|
| 15 |
- Simple run `node app.js`
|
| 16 |
This is what you should see
|
| 17 |
|
| 18 |
-

|
| 21 |
|
|
@@ -23,7 +23,7 @@ This is what you should see
|
|
| 23 |
|
| 24 |
This is what you should see
|
| 25 |
|
| 26 |
-

|
| 4 |
|
| 5 |
This repository is part of [playbook for experiments on fine tuning small language models](https://ashishware.com/2025/11/16/slm_in_browser/) using LoRA, exporting them to ONNX and running them locally using ONNX compatibale runtime like javascript(node js) and WASM (browser)
|
| 6 |
|
|
|
|
| 15 |
- Simple run `node app.js`
|
| 16 |
This is what you should see
|
| 17 |
|
| 18 |
+

|
| 19 |
|
| 20 |
### To run web browser based demo (WASM based in-browser inference)
|
| 21 |
|
|
|
|
| 23 |
|
| 24 |
This is what you should see
|
| 25 |
|
| 26 |
+

|
| 27 |
|
| 28 |
|
| 29 |
### Citation
|