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');
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers.js
|
| 3 |
+
base_model: Intel/dynamic_tinybert
|
| 4 |
+
pipeline_tag: question-answering
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
language: en
|
| 7 |
+
tags:
|
| 8 |
+
- bert
|
| 9 |
+
- 66M
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
https://huggingface.co/Intel/dynamic_tinybert with ONNX weights to be compatible with Transformers.js.
|