chengyj97's Stars
THUDM/ChatGLM-6B
ChatGLM-6B: An Open Bilingual Dialogue Language Model | 开源双语对话语言模型
chatchat-space/Langchain-Chatchat
Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Llama) RAG and Agent app with langchain
wangxuqi/Prompt-Engineering-Guide-Chinese
Prompt工程师指南,源自英文版,但增加了AIGC的prompt部分,为了降低同学们的学习门槛,翻译更新
PlexPt/awesome-chatgpt-prompts-zh
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
alibaba/EasyTransfer
EasyTransfer is designed to make the development of transfer learning in NLP applications easier.
taorui-plus/OpenNRE
哈工大bert上fine turning ,中文人物关系抽取任务准确率0.97
dair-ai/ml-visuals
🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
stone-zeng/fduthesis
LaTeX thesis template for Fudan University
CodeTips/BaiduNetdiskPlugin-macOS
For macOS.百度网盘 破解SVIP、下载速度限制~
wkentaro/gdown
Google Drive Public File Downloader when Curl/Wget Fails
KaihuaTang/Scene-Graph-Benchmark.pytorch
A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased Scene Graph Generation from Biased Training CVPR 2020”
richardaecn/cvpr18-caption-eval
Learning to Evaluate Image Captioning. CVPR 2018
apachecn/stanford-cs234-notes-zh
斯坦福 cs234 强化学习中文讲义
Observerspy/CS234
homework for CS234 2017
SeleenaJM/CapEval
An image-oriented evaluation tool for image captioning systems (EMNLP-IJCNLP 2019)
YiwuZhong/Sub-GC
[ECCV 2020] Official code for "Comprehensive Image Captioning via Scene Graph Decomposition"
kdexd/virtex
[CVPR 2021] VirTex: Learning Visual Representations from Textual Annotations
npubird/KnowledgeGraphCourse
东南大学《知识图谱》研究生课程
macanv/BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
zhanzecheng/Chinese_segment_augment
python3实现互信息和左右熵的新词发现
GuidoPaul/CAIL2019
**法研杯司法人工智能挑战赛之相似案例匹配第一名解决方案
HuiResearch/cail2019_track2
**法研杯CAIL2019要素抽取任务第三名方案分享
jiangxinyang227/textClassifier
tensorflow implementation
SophonPlus/ChineseNlpCorpus
搜集、整理、发布 中文 自然语言处理 语料/数据集,与 有志之士 共同 促进 中文 自然语言处理 的 发展。
mesolitica/NLP-Models-Tensorflow
Gathers machine learning and Tensorflow deep learning models for NLP problems, 1.13 < Tensorflow < 2.0
astorfi/TensorFlow-World
:earth_americas: Simple and ready-to-use tutorials for TensorFlow
instillai/TensorFlow-Course
:satellite: Simple and ready-to-use tutorials for TensorFlow
NLP-LOVE/Introduction-NLP
HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。
xiaofengShi/CHINESE-OCR
[python3.6] 运用tf实现自然场景文字检测,keras/pytorch实现ctpn+crnn+ctc实现不定长场景文字OCR识别
fengdu78/lihang-code
《统计学习方法》的代码实现