first commit

This commit is contained in:
ahxt
2023-04-23 00:28:42 -05:00
parent 7ef4f43f65
commit 6765d04c72
3 changed files with 108 additions and 1 deletions

109
README.md
View File

@@ -1 +1,108 @@
# LLMsPracticalGuide
# The Practical Guides for Large Language Models
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
A curated (still actively updated) list of practical guide resources of LLMs. These sources aim to help practitioners navigate the vast landscape of large language models (LLMs) and their applications in natural language processing (NLP) applications.
## Practical Guide for Models
We build an evolutionary tree of modern Large Language Models (LLMs) to trace the development of language models in recent years and highlights some of the most well-known models, in the following figure:
<img width="600" src="./imgs/tree.png"/>
### BERT-style Language Models: Encoder-Decoder or Encoder-only
- ELMo
- BERT
- RoBERTa
- DistilBERT
- BioBERT
- XLM
- Xlnet
- ALBERT
- ELECTRA
- T5
- XLM-E
- ST-MoE
- AlexaTM
### GPT-style Language Models: Decoder-only
- GPT-3
- OPT
- PaLM
- BLOOM
- GLM
- MT-NLG
- GLaM
- Gopher
- chinchilla
- LaMDA
- GPT-J
- LLaMA
- GPT-4
- BloombergGPT
## Practical Guide for Data
### Pretraining data
### Finetuning data
### Test data/user data
## Practical Guide for NLP Tasks
We build a decision flow for choosing LLMs or fine-tuned models~\protect\footnotemark for user's NLP applications. The decision flow helps users assess whether their downstream NLP applications at hand meet specific conditions and, based on that evaluation, determine whether LLMs or fine-tuned models are the most suitable choice for their applications.
<img width="500" src="./imgs/decision.png"/>
### Traditional NLU tasks
1. No use case
2. Use case
### Traditional NLG tasks
1. Use case
2. No use case
### Knowledge-intensive tasks
1. Use case
2. No use case
### Abilities with Scaling
1. Use Case with Reasoning
2. Use Cases with Emergent Abilities
3. No-Use Cases and Understanding
### Specific tasks
1. No use case
2. Use case
### Real-World Tasks
### Efficiency
1. Cost
2. Latency
3. Parameter-Efficient Fine-Tuning
### Trustworthiness
1. Robustness and Calibration
2. Fairness and Bias
3. Spurious biases

BIN
imgs/decision.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 KiB

BIN
imgs/tree.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB