forked from rtkclouds/fast-js-language-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 811 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "fastlongmodel",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rtkclouds/fast-js-language-model.git"
},
"keywords": [
"fast",
"language",
"model",
"js"
],
"author": "caio temer",
"license": "MIT",
"bugs": {
"url": "https://github.com/rtkclouds/fast-js-language-model/issues"
},
"homepage": "https://github.com/rtkclouds/fast-js-language-model#readme",
"dependencies": {
"@tensorflow/tfjs-node": "^4.9.0",
"@tensorflow/tfjs-node-gpu": "^4.9.0",
"fasttext": "^1.0.0",
"fs-path": "^0.0.25",
"gpt-3-encoder": "^1.1.4",
"lodash": "^4.17.21",
"talisman": "^1.1.4"
}
}