pythia-14m (ONNX)
This is an ONNX version of EleutherAI/pythia-14m. It was automatically converted and uploaded using this space.
- Downloads last month
- 1
Model tree for sizzlebop/pythia-14m-ONNX
Base model
EleutherAI/pythia-14m-dedupedThis is an ONNX version of EleutherAI/pythia-14m. It was automatically converted and uploaded using this space.
Base model
EleutherAI/pythia-14m-deduped
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'sizzlebop/pythia-14m-ONNX');