-
-
TinyInfiniTensor Public
Forked from LearningInfiniTensor/TinyInfiniTensorC++ Apache License 2.0 UpdatedJan 7, 2025 -
LearningInfiniTensor-handout Public
Forked from LearningInfiniTensor/handout训练营讲义
UpdatedJan 7, 2025 -
Chinese_models_for_SpaCy Public
SpaCy 中文模型 | Models for SpaCy that support Chinese
-
-
InfiniTensor Public
Forked from InfiniTensor/InfiniTensorC++ Apache License 2.0 UpdatedJan 3, 2025 -
RefactorGraph Public
Forked from InfiniTensor/RefactorGraph分层解耦的深度学习推理引擎
C++ MIT License UpdatedDec 4, 2024 -
MicroTokenizer Public
一个轻量且功能全面的中文分词器,帮助学生了解分词器的工作原理。MicroTokenizer: A lightweight Chinese tokenizer designed for educational and research purposes. Provides a practical, hands-on approach to understanding NLP concepts,…
-
hanzi_chaizi Public
汉字拆字库,可以将汉字拆解成偏旁部首,在机器学习中作为汉字的字形特征 | Hanzi Decomposition Library allows Chinese characters to be broken down into radicals and components, which can be used as character shape features in machine l…
-
-
-
rustlings Public
Forked from rust-lang/rustlings🦀 Small exercises to get you used to reading and writing Rust code!
Rust MIT License UpdatedJul 30, 2024 -
learning-cxx Public
Forked from LearningInfiniTensor/learning-cxxC++ MIT License UpdatedJul 30, 2024 -
-
my-cookiecutter-pypackage Public
Forked from audreyfeldroy/cookiecutter-pypackageCookiecutter template for a Python package.
Python BSD 3-Clause "New" or "Revised" License UpdatedAug 20, 2023 -
人民日报语料处理工具集 | Tools for Corpus of People's Daily
-
unlocking-the-power-of-llms Public
使用 Prompts 和 Chains 让 ChatGPT 成为神奇的生产力工具!Unlocking the power of LLMs.
-
rasa_chinese Public
rasa_chinese 专门针对中文语言的 rasa 组件扩展包,提供了许多针对中文语言的组件
-
MicroWeatherBot_EN Public
基于 rasa 1.x 版本搭建的英文天气查询 demo | A simple & micro English Weatherbot based on rasa framework
-
llama Public
Forked from meta-llama/llamaInference code for LLaMA models
Python GNU General Public License v3.0 UpdatedMar 6, 2023 -
awesome-chatgpt-prompts Public
Forked from f/awesome-chatgpt-promptsThis repo includes ChatGPT prompt curation to use ChatGPT better.
-
rasa Public
Forked from RasaHQ/rasa💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
-
-
-
seq2annotation Public
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和 IDCNN+CRF,更多算法正在持续添加中)实现中文分词(Tokenizer / segmentation)、词性标注(Part Of Speech, POS)和命名实体识别(Named Entity Recognition, NER)等…
-
rasa_contrib Public
rasa_contrib is a addon package for rasa. It provide some useful/powerful addition components
-
-
-
-
q_learning_demo Public
Show how Q-learning works from scratch