一个用于训练句子embedding的工具,支持Cosent以及Simcse、infonce
☆24Jun 17, 2025Updated last year
Alternatives and similar repositories for text_embedding
Users that are interested in text_embedding are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 意图槽位模型训练框架(单意图、独立槽位),使用的是JointBERT的结构进行编写,槽位提取时可以选择双指针(Binary Pointer)实体抽取和Global Pointer两种方法。☆21May 11, 2024Updated 2 years ago
- 百度UIE抽取模型torch版训练预测框架☆12Nov 20, 2024Updated last year
- 常用的一些用于图像分类的模型demo。☆10Nov 22, 2022Updated 3 years ago
- 一个使用tensorflow2.3开发的基于Bert的意图识别的自然语言理解任务Demo☆27May 11, 2024Updated 2 years ago
- 使用甄嬛传剧本数据训练Bloomz模型,实现以甄嬛口吻对不同人物进行不同回答的Bot☆13Jun 10, 2023Updated 3 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- Source code for our paper: "Think Fast and Slow: Step-Level Cognitive Depth Adaptation for LLM Agents".☆25Feb 20, 2026Updated 5 months ago
- ☆20Mar 3, 2025Updated last year
- 爬取百度贴吧、TapTap、appstore、微博官方博主上的游戏评论(基于redis_scrapy),过滤器采用了bloomfilter。☆54Nov 15, 2018Updated 7 years ago
- Tensorflow2.3的文本分类项目,支持各种分类模型,支持相关tricks。☆177Nov 28, 2024Updated last year
- 使用torch整合两种经典的指针NER抽取范式,分别是SpanBert和苏神的GlobalPointer,简单加了些tricks,配置后一键运行