Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

band

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

band

BERT Application

  • 0.3.3
  • PyPI
  • Socket score

Maintainers
1

BAND:BERT Application aNd Deployment

A simple and efficient BERT model training and deployment framework.

Contributors Forks Stargazers Issues MIT License


Logo

BAND

BAND:BERT Application aNd Deployment
探索本项目的文档 »

查看Demo · 报告Bug · 提出新特性 · 问题交流

What is it

Encoding/Embedding is a upstream task of encoding any inputs in the form of text, image, audio, video, transactional data to fixed length vector. Embeddings are quite popular in the field of NLP, there has been various Embeddings models being proposed in recent years by researchers, some of the famous one are bert, xlnet, word2vec etc. The goal of this repo is to build one stop solution for all embeddings techniques available, here we are starting with popular text embeddings for now and later on we aim to add as much technique for image, audio, video inputs also.
Finally, embedding-as-service help you to encode any given text to fixed length vector from supported embeddings and models.

💾 Installation

▴ Back to top

Install the band via pip.

$ pip install band -U

Note that the code MUST be running on Python >= 3.6. Again module does not support Python 2!

⚡ ️Getting Started

▴ Back to top

Dataset

For more information about dataset, see

Dataset NameLanguageTASKDescription
ChnSentiCorpCNText ClassificationBinary Classification
LCQMCCNQuestion Answer MatchBinary Classification
MSRA_NERCNNamed Entity RecognitionSequence Labeling
ToxicENText ClassificationMulti-label Multi-label
ThucnewsCNText ClassificationMulti-class Classification
SQUADENMachine Reading ComprehensionSpan
DRCDCNMachine Reading ComprehensionSpan
CMRCCNMachine Reading ComprehensionSpan
GLUEEN

Current Pretrained Models

For more information about pretrained models, see

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc