Instructions to use tomasmcm/intel-dynamic-tinybert-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use tomasmcm/intel-dynamic-tinybert-onnx with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('question-answering', 'tomasmcm/intel-dynamic-tinybert-onnx');
| library_name: transformers.js | |
| base_model: Intel/dynamic_tinybert | |
| pipeline_tag: question-answering | |
| license: apache-2.0 | |
| language: en | |
| tags: | |
| - bert | |
| - 66M | |
| https://huggingface.co/Intel/dynamic_tinybert with ONNX weights to be compatible with Transformers.js. |