Text Generation
Transformers.js
ONNX
llama
webgpu
q4f16
gptq
tool-calling
experimental
conversational
Instructions to use webbrain-one/webbrain-compass-tiny-v2.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use webbrain-one/webbrain-compass-tiny-v2.1 with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'webbrain-one/webbrain-compass-tiny-v2.1');
| { | |
| "passed": true, | |
| "exitCode": 0, | |
| "stdout": "✔ v24 native list and boolean keep their argument types (1.2372ms)\n✔ CDATA URL and string-typed JSON stay strings (0.7517ms)\n✔ unknown tool names and mixed unknown batches are rejected (0.1983ms)\n✔ malformed and duplicate native fields are not repaired (0.1257ms)\n✔ nested literals do not evaluate code or pollute prototypes (0.2013ms)\n✔ zero-argument native functions remain valid (0.0825ms)\nℹ tests 6\nℹ suites 0\nℹ pass 6\nℹ fail 0\nℹ cancelled 0\nℹ skipped 0\nℹ todo 0\nℹ duration_ms 97.2469\n", | |
| "stderr": "", | |
| "helperSha256": "0f1bf7265771ec5cf73147c299c52490086579bb2d2c9885cbddda7e067322e3", | |
| "testSha256": "ca3a366878b648e4daeba1674aead2c9b2a11f21c6308ed3a416c986632521ba", | |
| "hardware": "CPU only" | |
| } |