Stars
Triton backend that enables pre-process, post-processing and other logic to be implemented in Python.
This repository contains tutorials and examples for Triton Inference Server
Fusing Heterogeneous Factors with Triaffine Mechanism for Nested Named Entity Recognition [ACL 2022 Findings]
A collection of large question answering datasets
Evidence-based QA system for community question answering.
(ACL 2025) AskQE: Question Answering as Automatic Evaluation for Machine Translation
主要记录大语言大模型(LLMs) 算法(应用)工程师相关的知识及面试题
LangFair is a Python library for conducting use-case level LLM bias and fairness assessments
Fairness in LLMs resources
This repository categorizes the papers about masked image modeling according to their main contributions. The classification is based on our survey: https://arxiv.org/abs/2408.06687.
FashionCLIP is a CLIP-like model fine-tuned for the fashion domain.
Lightweight Adapting for Black-Box Large Language Models
An open-source implementaion for fine-tuning Qwen-VL series by Alibaba Cloud.
这是一个简单的技术科普教程项目,主要聚焦于解释一些有趣的,前沿的技术概念和原理。每篇文章都力求在 5 分钟内阅读完成。
List of papers on hallucination detection in LLMs.
RUCAIBox / POPE
Forked from AoiDragon/POPEThe official GitHub page for ''Evaluating Object Hallucination in Large Vision-Language Models''
An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
Qwen3-VL is the multimodal large language model series developed by Qwen team, Alibaba Cloud.
Minimal and Clean Reinforcement Learning Examples
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step