Instructions to use jamjamjon/pythia-14m-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use jamjamjon/pythia-14m-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'jamjamjon/pythia-14m-ONNX');
pythia-14m (ONNX)
This is an ONNX version of EleutherAI/pythia-14m. It was automatically converted and uploaded using this space.
- Downloads last month
- -
Model tree for jamjamjon/pythia-14m-ONNX
Base model
EleutherAI/pythia-14m-deduped
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'jamjamjon/pythia-14m-ONNX');