Instructions to use mattohan/job-tracker-email-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use mattohan/job-tracker-email-classifier with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-classification', 'mattohan/job-tracker-email-classifier');
Update model_quantized.onnx with opset 14 (IR version 7)
Browse files
onnx/model_quantized.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c025f4bff5ef1b601743b5a3f5b4f093a9f3c16e67501eb49fbe44a643768d9
|
| 3 |
+
size 34069929
|