Instructions to use onnx-community/BEN2-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/BEN2-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('image-segmentation', 'onnx-community/BEN2-ONNX');
Upload highly-optimized version
#4
by Xenova HF Staff - opened
- Use MHA contrib op
- Replace float64 nodes with float32
Xenova changed pull request status to merged