Text Generation
Transformers.js
ONNX
nanbeige
browser-inference
webgpu
wasm
cross-browser
onnx-runtime-web
conversational
custom_code
Instructions to use nicolasembleton/Nanbeige4.2-3B-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use nicolasembleton/Nanbeige4.2-3B-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'nicolasembleton/Nanbeige4.2-3B-ONNX');
Fix external data filename reference (model_consolidated -> model)
Browse files- model.onnx +2 -2
model.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ed25086c7e77cdc5bd313b908500e3a9081b20c8d158ba7a50bab22aadb4145
|
| 3 |
+
size 1849355
|