You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MLC LLM (Machine Learning Compilation for Large Language Models)
Pytorch Mobile
Below is model comparison table:
To make the model comparison table fit better in GitHub Markdown and improve readability, we can split it into multiple smaller tables centered around specific themes or categories of information. This approach makes it easier to digest and allows for more focused comparison within specific areas of interest. Here's how you can reformat the table:
Company and Time
Model
Company
Time
BERT
Google
2018
T5
Google
2019
GPT-1
OpenAI
2018
GPT-2
OpenAI
2019
GPT-3
OpenAI
2020
GPT-4
OpenAI
2023
PALM
Google
2023
LLAMA
Meta
2023
LLAMA 2
Meta
2023
Architecture, Model Size, and Objective
Model
Architecture
Model Size
Objective
BERT
encoder
110M, 340M
MLM, NSP
T5
enc-dec
220M-11B
Text-to-Text
GPT-1
casual-decoder
117M
CLM (Casual lang model)
GPT-2
casual-decoder
1.5B
CLM
GPT-3
casual-decoder
175B
CLM
GPT-4
MOE
1.76T?
"Performance, alignment, Auxiliary Objective"
PALM
casual-decoder
8,62,540B
CLM
LLAMA
casual-decoder
7-65B
CLM, auto-regressive
LLAMA 2
casual-decoder
70B
Data, Preprocessing, and Tokenization
Model
Data
Preprocessing
Tokenizer
BERT
BookCorpus, EnWiki
no
wordpiece
T5
C4(en)
Task Prefix
sentencepiece(wordpiece, 32000)
GPT-1
BookCorpus
no
BPE
GPT-2
WebText(40GB)
task + {q}, {a}
BPE(50257)
GPT-3
Mix (Common Crawl, WebText2, Books1, Books2 and Wikipedia.)