awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
huggingface avatar

huggingface/node-question-answeringArchived

0
View on GitHub↗
466 星标·53 分支·TypeScript·Apache-2.0·2 次浏览

Node Question Answering

This package leverages the power of the 🤗Tokenizers library (built with Rust) to process the input text. It then uses TensorFlow.js to run the DistilBERT-cased model fine-tuned for Question Answering (87.1 F1 score on SQuAD v1.1 dev set, compared to 88.7 for BERT-base-cased). DistilBERT is used…

Features

  • JavaScript NLP Libraries - Production-ready question answering using DistilBERT in Node.js.

Star 历史

huggingface/node-question-answering 的 Star 历史图表huggingface/node-question-answering 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Node Question Answering 的开源替代方案

相似的开源项目,按与 Node Question Answering 的功能重合度排序。
  • axa-group/nlp.jsaxa-group 的头像

    axa-group/nlp.js

    6,574在 GitHub 上查看↗

    nlp.js is a JavaScript natural language processing library and development framework used to build natural language understanding engines. It provides a toolkit for creating local machine learning models for intent classification and acts as a multilingual text processor that detects languages and normalizes text across various dialects. The framework distinguishes itself by supporting local execution on both servers and mobile devices, enabling chatbot functionality without an internet connection. It features a specialized system for conversational slot filling to collect mandatory informati

    JavaScriptbotbotschatbot
    在 GitHub 上查看↗6,574
  • benhmoore/knwl.jsbenhmoore 的头像

    benhmoore/Knwl.js

    5,259在 GitHub 上查看↗

    Knwl.js is a JavaScript named entity recognition library and text entity extractor. It functions as an extensible text parsing engine designed to scan unstructured strings for specific data patterns and convert them into structured information. The engine utilizes a modular framework that allows for the recognition of custom data types. This is achieved through a plugin system for language pattern matching, enabling the integration of custom logic to identify unique data types within text. The library identifies and isolates entities such as dates, times, phone numbers, emails, and locations

    JavaScript
    在 GitHub 上查看↗5,259
  • naturalnode/naturalNaturalNode 的头像

    NaturalNode/natural

    10,878在 GitHub 上查看↗

    Natural is a natural language processing library for Node.js that provides tools for text analysis, tokenization, and phonetic matching. It functions as a collection of specialized toolsets for word stemming, string similarity quantification, and pattern-based text classification. The library includes a phonetic sound analyzer that converts words into phonetic representations to identify matches based on sound rather than literal spelling. It also features a text classification engine that assigns categories to text inputs using trained models and pattern recognition. Additional capabilities

    JavaScript
    在 GitHub 上查看↗10,878
  • retextjs/retextretextjs 的头像

    retextjs/retext

    2,433在 GitHub 上查看↗

    natural language processor powered by plugins part of the @unifiedjs collective

    JavaScriptastcstjavascript
    在 GitHub 上查看↗2,433
查看 Node Question Answering 的所有 7 个替代方案→

常见问题解答

huggingface/node-question-answering 是做什么的?

This package leverages the power of the 🤗Tokenizers library (built with Rust) to process the input text. It then uses TensorFlow.js to run the DistilBERT-cased model fine-tuned for Question Answering (87.1 F1 score on SQuAD v1.1 dev set, compared to 88.7 for BERT-base-cased). DistilBERT is used…

huggingface/node-question-answering 的主要功能有哪些?

huggingface/node-question-answering 的主要功能包括:JavaScript NLP Libraries。

huggingface/node-question-answering 有哪些开源替代品?

huggingface/node-question-answering 的开源替代品包括: axa-group/nlp.js — nlp.js is a JavaScript natural language processing library and development framework used to build natural language… benhmoore/knwl.js — Knwl.js is a JavaScript named entity recognition library and text entity extractor. It functions as an extensible text… naturalnode/natural — Natural is a natural language processing library for Node.js that provides tools for text analysis, tokenization, and… retextjs/retext — natural language processor powered by plugins part of the @unifiedjs collective. spencermountain/compromise — Compromise is a natural language processing library and rule-based text parser designed to analyze unstructured text.… synyi/poplar — A web-based annotation tool for natural language processing (NLP).