Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jparkerweb committed Dec 15, 2024
1 parent 68e4233 commit b64a58e
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,39 @@
{
"name": "filter-weights",
"version": "1.0.0",
"description": "",
"description": "Semantically create chunks from large texts. Useful for workflows involving large language models (LLMs).",
"homepage": "https://www.equilllabs.com/projects/fast-topic-analysis",
"repository": {
"type": "git",
"url": "https://github.com/jparkerweb/fast-topic-analysis.git"
},
"bugs": {
"url": "https://github.com/jparkerweb/fast-topic-analysis/issues",
"email": "[email protected]"
},
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"keywords": [
"nlp",
"embeddings",
"text-analysis",
"machine-learning",
"topic-detection",
"semantic-analysis",
"text-classification",
"natural-language-processing",
"huggingface",
"transformers",
"onnx",
"text-similarity",
"document-classification",
"content-filtering",
"text-processing"
],
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"@huggingface/transformers": "^3.1.2",
Expand Down

0 comments on commit b64a58e

Please sign in to comment.