Instructions to use sabatale/industry-classification-api-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use sabatale/industry-classification-api-onnx with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-classification', 'sabatale/industry-classification-api-onnx');
Upload fp16 ONNX weights (#1)
Browse files- Upload fp16 ONNX weights (a806488a62b4743797607a040a66a1721ade7e4e)
Co-authored-by: Joshua <Xenova@users.noreply.huggingface.co>
- onnx/model_fp16.onnx +3 -0
onnx/model_fp16.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a3843c52926090c6b79f53e3751514e9cb2f2a9e4cac920d46a315d0332dc3d
|
| 3 |
+
size 219412975
|