Instructions to use justinthelaw/teapot-profile-qa-browser-1024 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use justinthelaw/teapot-profile-qa-browser-1024 with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'justinthelaw/teapot-profile-qa-browser-1024');
Publish promoted browser profile-QA artifacts
Browse files
README.md
CHANGED
|
@@ -80,6 +80,8 @@ with signed int8 ONNX weights.
|
|
| 80 |
- Training: PyTorch, Transformers, PEFT, bitsandbytes, Datasets
|
| 81 |
- Export: Optimum ONNX export, ONNX Runtime dynamic quantization
|
| 82 |
- Browser runtime: Transformers.js with ONNX Runtime Web/WASM
|
|
|
|
|
|
|
| 83 |
|
| 84 |
## Hardware
|
| 85 |
|
|
|
|
| 80 |
- Training: PyTorch, Transformers, PEFT, bitsandbytes, Datasets
|
| 81 |
- Export: Optimum ONNX export, ONNX Runtime dynamic quantization
|
| 82 |
- Browser runtime: Transformers.js with ONNX Runtime Web/WASM
|
| 83 |
+
- Browser packaging: `text2text-generation-with-past` export with
|
| 84 |
+
`decoder_model_merged` and subgraph-enabled ONNX quantization
|
| 85 |
|
| 86 |
## Hardware
|
| 87 |
|