Instructions to use thomasjvu/alkahest-0.8b-rp-q4-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use thomasjvu/alkahest-0.8b-rp-q4-onnx with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'thomasjvu/alkahest-0.8b-rp-q4-onnx');
| { | |
| "bos_token_id": 248044, | |
| "do_sample": true, | |
| "eos_token_id": [ | |
| 248046, | |
| 248044 | |
| ], | |
| "pad_token_id": 248044, | |
| "temperature": 0.6, | |
| "top_k": 20, | |
| "top_p": 0.95, | |
| "transformers_version": "5.3.0.dev0", | |
| "trust_remote_code": false | |
| } | |