Instructions to use FluidInference/jeff-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiFormer
How to use FluidInference/jeff-coreml with GLiFormer:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 1,497 Bytes
0deb31c | 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 | [
{
"name": "billing",
"token_count": 39,
"labels": [
"billing: invoice or payment issue",
"support: technical product issue"
],
"native_logits": [
10.187458038330078,
-6.71131706237793
],
"decision_logits": [
10.187459945678711,
-6.71131706237793
],
"max_logit_error": 1.9073486328125e-06
},
{
"name": "technical",
"token_count": 42,
"labels": [
"billing: invoice or payment issue",
"support: technical product issue"
],
"native_logits": [
-12.322779655456543,
13.379047393798828
],
"decision_logits": [
-12.322783470153809,
13.379046440124512
],
"max_logit_error": 3.814697265625e-06
},
{
"name": "three_way",
"token_count": 41,
"labels": [
"schedule: appointment request",
"billing: payment issue",
"support: technical issue"
],
"native_logits": [
5.41853141784668,
-12.076669692993164,
-9.080745697021484
],
"decision_logits": [
5.418530464172363,
-12.076668739318848,
-9.080747604370117
],
"max_logit_error": 1.9073486328125e-06
},
{
"name": "boolean",
"token_count": 29,
"labels": [
"yes",
"no"
],
"native_logits": [
1.0098832845687866,
-1.0589547157287598
],
"decision_logits": [
1.009883165359497,
-1.0589548349380493
],
"max_logit_error": 1.1920928955078125e-07
}
]
|