Stars
Repository hosting code for "Actions Speak Louder than Words: Trillion-Parameter Sequential Transducers for Generative Recommendations" (https://arxiv.org/abs/2402.17152).
中文大模型微调(LLM-SFT), 数学指令数据集MWP-Instruct, 支持模型(ChatGLM-6B, LLaMA, Bloom-7B, baichuan-7B), 支持(LoRA, QLoRA, DeepSpeed, UI, TensorboardX), 支持(微调, 推理, 测评, 接口)等.
This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text classification.
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
基于ChatGLM-6B、ChatGLM2-6B、ChatGLM3-6B模型,进行下游具体任务微调,涉及Freeze、Lora、P-tuning、全参微调等
Official implementation for "Automatic Chain of Thought Prompting in Large Language Models" (stay tuned & more will be updated)
Chinese question generation, dureaderQG dataset
Chinese question generation, dureaderQG dataset
A cross model on BERT for paraphrase identification training on LCQMC
A full Python Implementation of the ROUGE Metric (not a wrapper)
LCQMC, BQ dataset for BERT, RoBERTa, Albert
Statistical Significance Test (统计显著性检验) & Practical Significance Test (现实显著性检验)
Predict next word of a sentence using tf-idf
It's a demo for Bert using in MultiClassification task.
JinJackson / AiLearning
Forked from apachecn/ailearningAiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
This demo shows how to use the Trainer module of HuggingFaces's Transformers
Graph Attention Network for Graph Neural Network
My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entr…