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');
File size: 2,257 Bytes
3632834 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | {
"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
} |