Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
|
| 10 |
This is a first attempt at onnx conversion of the willcb/Qwen3-1.7B-Wordle model in context of [this project](https://github.com/pappitti/wordle-battle-research).
|
| 11 |
|
| 12 |
-
## Running this model
|
| 13 |
|
| 14 |
```
|
| 15 |
import { pipeline, AutoTokenizer } from "@huggingface/transformers";
|
|
|
|
| 9 |
|
| 10 |
This is a first attempt at onnx conversion of the willcb/Qwen3-1.7B-Wordle model in context of [this project](https://github.com/pappitti/wordle-battle-research).
|
| 11 |
|
| 12 |
+
## Running this model with transformers.js
|
| 13 |
|
| 14 |
```
|
| 15 |
import { pipeline, AutoTokenizer } from "@huggingface/transformers";
|