shibing624/text2vec-service
Service for Bert model to Vector. 高效的文本转向量(Text-To-Vector)服务,支持GPU多卡、多worker、多客户端调用,开箱即用。
This service helps machine learning engineers and data scientists efficiently convert text into numerical vectors using BERT models. You provide sentences as input, and it outputs fixed-length numerical representations, enabling tasks like similarity search, classification, and clustering. It's designed for users who need to process large volumes of text quickly and scale their text embedding workflows.
No commits in the last 6 months. Available on PyPI.
Use this if you need a high-performance, scalable solution to convert text into numerical embeddings for machine learning applications, supporting concurrent requests and GPU acceleration.
Not ideal if you only process a small, infrequent amount of text and don't require dedicated service infrastructure for text embeddings.
Stars
12
Forks
—
Language
Python
License
Apache-2.0
Category
Last pushed
May 24, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/shibing624/text2vec-service"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
codertimo/BERT-pytorch
Google AI 2018 BERT pytorch implementation
JayYip/m3tl
BERT for Multitask Learning
920232796/bert_seq2seq
pytorch实现 Bert 做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务,支持t5模型,支持GPT2进行文章续写。
sileod/tasknet
Easy modernBERT fine-tuning and multi-task learning
graykode/toeicbert
TOEIC(Test of English for International Communication) solving using pytorch-pretrained-BERT model.