xiangking/ark-nlp
A private nlp coding package, which quickly implements the SOTA solutions.
Provides modular implementations of task-specific NLP architectures (text classification, NER, relation extraction, information extraction) built on PyTorch and Hugging Face Transformers, with pre-built components for tokenization, dataset handling, and training pipelines. Supports Chinese language processing through integration with jieba tokenization and models like ERNIE, NEZHA, and Roformer optimized for Chinese NLP tasks. Encapsulates loss functions, optimizers, and prediction utilities across six core modules (dataset, nn, processor, factory, model) to streamline rapid prototyping of production NLP systems.
301 stars. No commits in the last 6 months.
Stars
301
Forks
57
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 05, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/xiangking/ark-nlp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
IDEA-CCNL/GTS-Engine
GTS Engine: A powerful NLU Training...
farach/huggingfaceR
Hugging Face state-of-the-art models in R
DengBoCong/nlp-paper
自然语言处理领域下的相关论文(附阅读笔记),复现模型以及数据处理等(代码含TensorFlow和PyTorch两版本)
adapter-hub/Hub
ARCHIVED. Please use https://docs.adapterhub.ml/huggingface_hub.html || 🔌 A central repository...
Helsinki-NLP/HBMP
Sentence Embeddings in NLI with Iterative Refinement Encoders