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');
| { | |
| "responseCount": 194, | |
| "packageParserSha256": "7a33bbcd31cc3910a169e735541c4d5189f85480237577f262de3154ce91f12d", | |
| "optionalHelperSha256": "0f1bf7265771ec5cf73147c299c52490086579bb2d2c9885cbddda7e067322e3", | |
| "bundledMatches": 162, | |
| "bundledMismatchCount": 32, | |
| "optionalHelperMatches": 194, | |
| "optionalHelperMismatchCount": 0, | |
| "optionalHelperAllowlistFailures": 0, | |
| "smoke": [ | |
| { | |
| "name": "single_address", | |
| "sameTypedArguments": true, | |
| "bundled": { | |
| "calls": [ | |
| { | |
| "name": "open_address", | |
| "args": { | |
| "address": "https://example.net/guide" | |
| } | |
| } | |
| ] | |
| }, | |
| "helper": { | |
| "calls": [ | |
| { | |
| "name": "open_address", | |
| "args": { | |
| "address": "https://example.net/guide" | |
| } | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "escaped_address", | |
| "sameTypedArguments": true, | |
| "bundled": { | |
| "calls": [ | |
| { | |
| "name": "open_address", | |
| "args": { | |
| "address": "https://example.net/find?name=blue&sort=recent" | |
| } | |
| } | |
| ] | |
| }, | |
| "helper": { | |
| "calls": [ | |
| { | |
| "name": "open_address", | |
| "args": { | |
| "address": "https://example.net/find?name=blue&sort=recent" | |
| } | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "typed_labels", | |
| "sameTypedArguments": false, | |
| "bundled": { | |
| "calls": [ | |
| { | |
| "name": "save_labels", | |
| "args": { | |
| "labels": "['green', 'amber']", | |
| "enabled": "False" | |
| } | |
| } | |
| ] | |
| }, | |
| "helper": { | |
| "calls": [ | |
| { | |
| "name": "save_labels", | |
| "args": { | |
| "labels": [ | |
| "green", | |
| "amber" | |
| ], | |
| "enabled": false | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| ], | |
| "originalAuditSha256": "14e167d6a11fb7b87b93dbfcd1d94585a4ab79479bb2e058fa9ec5d5ebfe3030", | |
| "optionalHelperAutomaticallyIntegrated": false, | |
| "noToolsExecuted": true | |
| } |