Pinned Repositories
adaptive-knn-mt
albert_zh
A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型
autogluon
AutoGluon: AutoML Toolkit for Deep Learning
AutoGPT
An experimental open-source attempt to make GPT-4 fully autonomous.
Awesome-LLM-MT
COMET
A Neural Framework for MT Evaluation
fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
fast_align
Simple, fast unsupervised word aligner
MT-Reading-List
A machine translation reading list maintained by Tsinghua Natural Language Processing Group
sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow
jiezhangGt's Repositories
jiezhangGt/COMET
A Neural Framework for MT Evaluation
jiezhangGt/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
jiezhangGt/AutoGPT
An experimental open-source attempt to make GPT-4 fully autonomous.
jiezhangGt/Awesome-LLM-MT
jiezhangGt/BELLE
BELLE: Be Everyone's Large Language model Engine(开源中文对话大模型)
jiezhangGt/BMCook
Model Compression for Big Models
jiezhangGt/Chinese-LLaMA-Alpaca
中文LLaMA&Alpaca大语言模型+本地CPU/GPU部署 (Chinese LLaMA & Alpaca LLMs)
jiezhangGt/ColossalAI
Making big AI models cheaper, easier, and scalable
jiezhangGt/CPM-Bee
百亿参数的中英文双语基座大模型
jiezhangGt/CPM-Live
Live Training for Open-source Big Models
jiezhangGt/FastChat
An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and FastChat-T5.
jiezhangGt/FastEdit
🩹Editing large language models within 10 seconds⚡
jiezhangGt/fastllm
纯c++的全平台llm加速库,chatglm-6B级模型单卡可达10000+token / s,支持moss, chatglm, baichuan模型,手机端流畅运行
jiezhangGt/flash-attention
Fast and memory-efficient exact attention
jiezhangGt/gpt-neox
An implementation of model parallel autoregressive transformers on GPUs, based on the DeepSpeed library.
jiezhangGt/hf-trim
Reduce the size of pretrained Hugging Face models via vocabulary trimming.
jiezhangGt/LLaMA-Factory
Easy-to-use LLM fine-tuning framework (LLaMA-2, BLOOM, Falcon, Baichuan, Qwen, ChatGLM2)
jiezhangGt/LLaVA
[NeurIPS'23 Oral] Visual Instruction Tuning (LLaVA) built towards GPT-4V level capabilities and beyond.
jiezhangGt/lm-evaluation-harness
A framework for few-shot evaluation of autoregressive language models.
jiezhangGt/machine_unlearning
Existing Literature about Machine Unlearning
jiezhangGt/mergekit
Tools for merging pretrained large language models.
jiezhangGt/NeMo
A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech)
jiezhangGt/pandallm
Panda: 海外中文开源大语言模型,基于 Llama-7B, -13B, -33B, -65B 进行中文领域上的持续预训练。
jiezhangGt/Pretrained-Language-Model
Pretrained language model and its related optimization techniques developed by Huawei Noah's Ark Lab.
jiezhangGt/pyChatGPT
An unofficial Python wrapper for OpenAI's ChatGPT API
jiezhangGt/sharegpt
Easily share permanent links to ChatGPT conversations with your friends
jiezhangGt/tacotron2
Tacotron 2 - PyTorch implementation with faster-than-realtime inference
jiezhangGt/TensorRT-LLM
TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines.
jiezhangGt/text-generation-webui
A Gradio web UI for Large Language Models. Supports transformers, GPTQ, AWQ, llama.cpp (GGUF), Llama models.
jiezhangGt/transformers_tasks
⭐️ NLP Algorithms with transformers lib. Supporting Text-Classification, Text-Generation, Information-Extraction, Text-Matching, RLHF, SFT etc.