Pinned Repositories
optimum
🚀 Accelerate inference and training of 🤗 Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware optimization tools
transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
accelerate
🚀 A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision
awesome-speaker-embedding
A curated list of speaker-embedding speaker-verification, speaker-identification resources.
lectures
B站视频课程配套资料
mandarin-tts
Chinese Mandarin tts text-to-speech 中文 (普通话) 语音 合成 , by fastspeech 2 , implemented in pytorch, using waveglow as vocoder, with biaobei and aishell3 datasets
nlpcc2023-shared-task-diaASQ
NLPCC2023 shared-task DiaASQ first-place solution. (NLPCC2023对话式细粒度情感识别大赛第一名方案)
pinyin2hanzi
拼音转汉字, convert pinyin to 汉字 using deep networks
quantizations
A collection of quantization recipes for various large models including Llama-2-70B, QWen-14B, Baichuan-2-13B, and more.
speaker-verification
Speaker verification using ResnetSE (EER=0.0093) and ECAPA-TDNN
ranchlai's Repositories
ranchlai/lectures
B站视频课程配套资料
ranchlai/nlpcc2023-shared-task-diaASQ
NLPCC2023 shared-task DiaASQ first-place solution. (NLPCC2023对话式细粒度情感识别大赛第一名方案)
ranchlai/quantizations
A collection of quantization recipes for various large models including Llama-2-70B, QWen-14B, Baichuan-2-13B, and more.
ranchlai/bitsandbytes
8-bit CUDA functions for PyTorch
ranchlai/Awesome-generative-recommendation-using-llm
This repository contains a collection of papers, blog posts, and tutorials on generative recommendation using large language models
ranchlai/gsm8k
gsm8k in json format
ranchlai/peft
🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
ranchlai/qlora
QLoRA: Efficient Finetuning of Quantized LLMs
ranchlai/accelerate
🚀 A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision
ranchlai/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
ranchlai/alpaca-gpt4
alpaca-gpt4 reformated
ranchlai/alpagasus
Unofficial implementation of AlpaGasus
ranchlai/autogen
Enable Next-Gen Large Language Model Applications. Join our Discord: https://discord.gg/pAbnFJrkgZ
ranchlai/AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
ranchlai/AutoGPTQ
An easy-to-use LLMs quantization package with user-friendly apis, based on GPTQ algorithm.
ranchlai/DiaASQ
DiaASQ: A Benchmark of Conversational Aspect-based Sentiment Quadruple Analysis
ranchlai/diffusers
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
ranchlai/FastChat
An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
ranchlai/FlagEmbedding
Dense Retrieval and Retrieval-augmented LLMs
ranchlai/guidance
A guidance language for controlling large language models.
ranchlai/huggingface_hub
All the open source things related to the Hugging Face Hub.
ranchlai/isort
A Python utility / library to sort imports.
ranchlai/langchain
⚡ Building applications with LLMs through composability ⚡
ranchlai/llama-recipes
Examples and recipes for Llama 2 model
ranchlai/Llama2-Chinese
Llama中文社区,最好的中文Llama大模型,完全开源可商用
ranchlai/multi-label-classification
multi-label-classification using transformers
ranchlai/neurips_llm_efficiency_challenge
NeurIPS Large Language Model Efficiency Challenge: 1 LLM + 1GPU + 1Day
ranchlai/optimum
🚀 Accelerate training and inference of 🤗 Transformers and 🤗 Diffusers with easy to use hardware optimization tools
ranchlai/trl
Train transformer language models with reinforcement learning.
ranchlai/WikiChat
WikiChat stops the hallucination of large language models by retrieving data from Wikipedia.