Stars
Implementation of Document-level Relation Extraction with Knowledge Distillation and Adaptive Focal Loss
基于Gradio开发的ChatGPT聊天应用,可以文字 或 语音对话,发送的音频通过OpenAI的STT转文本后,再通过ChatGPT生成回复,回复的内容通过OpenAI TTS合成后返回并自动播放,实现语音聊天功能。
开源的AI面试助手,使用OpenAI Whipser模型进行STT(Speak to Text 语音转文字)转录,然后将问题交给ChatGPT回答。
Retrieve, Read and LinK: Fast and Accurate Entity Linking and Relation Extraction on an Academic Budget (ACL 2024)
校招、秋招、春招、实习好项目!带你从零实现一个高性能的深度学习推理库,支持大模型 llama2 、Unet、Yolov5、Resnet等模型的推理。Implement a high-performance deep learning inference library step by step
Benchmarking large language models' complex reasoning ability with chain-of-thought prompting
Official implementation for "Multimodal Chain-of-Thought Reasoning in Language Models" (stay tuned and more will be updated)
Awesome resources for in-context learning and prompt engineering: Mastery of the LLMs such as ChatGPT, GPT-3, and FlanT5, with up-to-date and cutting-edge updates.
中文对话0.2B小模型(ChatLM-Chinese-0.2B),开源所有数据集来源、数据清洗、tokenizer训练、模型预训练、SFT指令微调、RLHF优化等流程的全部代码。支持下游任务sft微调,给出三元组信息抽取微调示例。
Practical course about Large Language Models.
🧑🚀 全世界最好的LLM资料总结 | Summary of the world's best LLM resources.
面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版
WBoard是一款在Windows平台基于VS2017、Qt5.9.5开发的一款开放源码的白板教学软件,主要用于学校和大学的交互式电子白板。 它既可以与交互式白板一起使用,也可以在双屏幕场景中通过笔、平板显示器和光束进行使用。 主要有演示板、网页、文档和桌面四大界面。由于时间有限,代码中不妥之处恳请广大读者批评指正。 未完待续............ 如有建议,联系[email protected]
中文nlp解决方案(大模型、数据、模型、训练、推理)
This repository collects an extensive list of awesome papers about Story Generation / Storytelling, primarily focusing on the era of Large Language Models (LLMs).
A comprehensive collection of KAN(Kolmogorov-Arnold Network)-related resources, including libraries, projects, tutorials, papers, and more, for researchers and developers in the Kolmogorov-Arnold N…
An efficient pure-PyTorch implementation of Kolmogorov-Arnold Network (KAN).
中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
Source code and dataset for ACL 2019 paper "ERNIE: Enhanced Language Representation with Informative Entities"
A PyTorch implementation of a BiLSTM\BERT\Roberta(+CRF) model for Named Entity Recognition.