CMU-AIR2/math-phi-1-5-FULL-Arithmetic-4k-MWP-2k
text-generation
1.4b params
micro instance
npm install bytez.js
# use your favorite package manager
yarn add bytez.js
import Bytez from "bytez.js"
// step 1 - load library
const bytez = new Bytez("Sign in for free key")
const model = bytez.model("undefined")
// step 2 - run model
const { error, output } = await model.run()
// wait a minute or so, for cold-boot / hardware provisioning
// step 3 - success
console.log({ error, output })