-
ChatGLM3 Public
Forked from THUDM/ChatGLM3ChatGLM3 series: Open Bilingual Chat LLMs | 开源双语对话语言模型
Python Apache License 2.0 UpdatedJul 10, 2024 -
Awesome-Chinese-LLM Public
Forked from HqWu-HITCS/Awesome-Chinese-LLM整理开源的中文大语言模型,以规模较小、可私有化部署、训练成本较低的模型为主,包括底座模型,垂直领域微调及应用,数据集与教程等。
UpdatedApr 10, 2024 -
classifier-multi-label Public
Forked from hellonlp/classifier-multi-label多标签文本分类,多标签分类,文本分类, multi-label, classifier, text classification, BERT, seq2seq,attention, multi-label-classification
Python UpdatedNov 1, 2023 -
PaddleNLP Public
Forked from PaddlePaddle/PaddleNLP👑 Easy-to-use and powerful NLP library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ❓ Ques…
Python Apache License 2.0 UpdatedJul 24, 2023 -
ChatGLM-6B Public
Forked from THUDM/ChatGLM-6BChatGLM-6B: An Open Bilingual Dialogue Language Model | 开源双语对话语言模型
Python Apache License 2.0 UpdatedMay 14, 2023 -
NLP-Loss-Pytorch Public
Forked from xinyi-code/NLP-Loss-PytorchImplementation of some unbalanced loss like focal_loss, dice_loss, DSC Loss, GHM Loss et.al
Python MIT License UpdatedMar 5, 2023 -
example-code-2e Public
Forked from fluentpython/example-code-2eExample code for Fluent Python, 2nd edition (O'Reilly 2022)
Python MIT License UpdatedFeb 14, 2023 -
chat-ltu Public
Forked from flippe3/chat-ltuOpen source implementation of InstructGPT
Python MIT License UpdatedJan 6, 2023 -
ALNS Public
Forked from N-Wouda/ALNSAdaptive large neighbourhood search (and more!) in Python.
Python MIT License UpdatedNov 27, 2022 -
uie_pytorch Public
Forked from HUSTAI/uie_pytorchPaddleNLP UIE模型的PyTorch版实现
Python Apache License 2.0 UpdatedOct 3, 2022 -
ML-NLP Public
Forked from NLP-LOVE/ML-NLP此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
Jupyter Notebook UpdatedJun 21, 2022 -
Synonyms Public
Forked from chatopera/Synonyms🌿 中文近义词:聊天机器人,智能问答工具包
Python MIT License UpdatedMay 25, 2022 -
d2l-zh Public
Forked from d2l-ai/d2l-zh《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被55个国家的300所大学用于教学。
Python Apache License 2.0 UpdatedMar 29, 2022 -
Final_word_Similarity Public
Forked from yaleimeng/Final_word_Similarity综合了同义词词林扩展版与知网(Hownet)的词语相似度计算方法,词汇覆盖更多、结果更准确。
Python MIT License UpdatedFeb 16, 2022 -
DY-Data Public
Forked from VideoData/DY-Data抖音搜索、抖音Api、抖音直播Api、抖音评论采集、抖音弹幕、抖音采集、抖音爬虫、抖音去水印、抖音下载、抖音解析抖音爬虫源码、抖音去水印源码、抖音解析源码、抖音桌面批量去水印工具源码、抖音快手视频剪辑去重工具源码、直播间送礼、粉丝团
JavaScript UpdatedJan 15, 2022 -
Chinese-BERT-wwm Public
Forked from ymcui/Chinese-BERT-wwmPre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
Python Apache License 2.0 UpdatedDec 17, 2021 -
BERT-whitening-pytorch Public
Forked from autoliuweijie/BERT-whitening-pytorchPytorch version of BERT-whitening
Python MIT License UpdatedOct 9, 2021 -
NLP-Dictionary Public
Forked from nishiwen1214/NLP-Dictionary情感词典、停用词典、同义词典、程度词典、否定词典、敏感词典
UpdatedOct 7, 2021 -
lofo-importance Public
Forked from aerdem4/lofo-importanceLeave One Feature Out Importance
Python MIT License UpdatedOct 4, 2021 -
leetcode-editor Public
Forked from shuzijun/leetcode-editorDo Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CL…
Java Apache License 2.0 UpdatedSep 22, 2021 -
bert Public
Forked from google-research/bertTensorFlow code and pre-trained models for BERT
Python Apache License 2.0 UpdatedSep 11, 2021 -
HanLP Public
Forked from hankcs/HanLP中文分词 词性标注 命名实体识别 依存句法分析 语义依存分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
Python Apache License 2.0 UpdatedJul 29, 2021 -
-
NLP-progress Public
Forked from sebastianruder/NLP-progressRepository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
Python MIT License UpdatedJul 7, 2021 -
-
Read_Bert_Code Public
Forked from DA-southampton/Read_Bert_CodeBert源码阅读与讲解(Pytorch版本)
Python UpdatedMar 16, 2021 -
End-to-end-Sequence-Labeling-via-Bi-directional-LSTM-CNNs-CRF-Tutorial Public
Forked from jayavardhanr/End-to-end-Sequence-Labeling-via-Bi-directional-LSTM-CNNs-CRF-TutorialTutorial for End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF
Jupyter Notebook UpdatedMar 15, 2021 -
BERT-BiLSTM-CRF-NER Public
Forked from macanv/BERT-BiLSTM-CRF-NERTensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
Python UpdatedFeb 24, 2021 -
nlp_tutorial Public
Forked from leerumor/nlp_tutorialNLP超强入门指南,包括各任务sota模型汇总(文本分类、文本匹配、序列标注、文本生成、语言模型),以及代码、技巧
UpdatedFeb 4, 2021 -
Text-Opinion-Mining Public
Forked from xmxoxo/Text-Opinion-Mining电商评论观点挖掘
Python UpdatedJan 29, 2021