static-embeddings / package.json
gregtatum's picture
Add the initial models
f7fef32
raw
history blame contribute delete
283 Bytes
{
"name": "js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@huggingface/transformers": "^3.7.2"
}
}