Bert4Keras. I made a cleaner way to use transformer AI models in Python.
5.4kReRoPE. I built a technique that extends how much text AI models can read without retraining.
395SimCSE Chinese. I tested a sentence-matching model on five Chinese datasets.
605FSQ. I built a Keras implementation of Finite Scalar Quantization for compressing AI models.
87CoSENT. I made a sentence comparison tool that outperforms industry standard approaches.
371VAE. I built a simple image generation tool using variational autoencoders.
1.4kWord Discovery. I built a tool that finds new Chinese words in text faster than published research methods.
512T5 in Keras. I simplified how to use T5 language models in Keras for real projects.
173BERT Whitening. I made a tool that improves how AI models store text summaries.
486RAdam. I wrote a smarter optimizer that trains AI models faster and more reliably.
71Chinese Gen. I collected Chinese text generation models with setup guides.
99Perturbed Masking. I built an unsupervised Chinese word segmentation and syntax analyzer using BERT.
110LaBSE. I converted a multilingual AI model that compares sentences across 109 languages.
157KG-2019. I built a model that extracts relationships from text automatically.
766SPACES. I built a model that summarizes long legal documents automatically.
397Attention. I wrote working code for the attention mechanism that powers AI models.
1.4kCLUE Benchmark. I built a testing suite that measures how well AI models understand Chinese.
141Text Match. I built a model that matches short messages by what they mean.
138CRF. I wrote a compact tool that labels sequences of text automatically.
247Entity Linker. I made a model that identifies entities in text and links them to database records.
112BERT in Keras. I built ready-to-run examples of BERT language model tasks in Keras.
658TextScan. I built a tool that reads Chinese text directly from images.
66Capsule. I built a pure Keras capsule network implementation with faster routing.
349Infomax. I built a tool that finds the most useful patterns in data automatically.
148Lookahead. I made a training technique that helps machine learning models learn better.
168Tiger. I built an optimizer that trains AI models while using less computer memory.
52NLP Zero. I made a text understanding toolkit based on a simple math principle.
139Margin Softmax. I built an AI training method that improves how models recognize similarity.
100P-tuning. I built a simple experiment applying P-tuning methods to Chinese language AI models.
138R-Drop. I built a method to make AI language models learn better on Chinese text tasks.
90Gradient Accumulator. I made a tool that lets you train AI models with bigger effective batches on smaller hardware.
118Flow. I built Keras implementations of three flow-based image generation models.
227