Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Awesome LLM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NetSys
Awesome LLM
Commits
5f27142f
Commit
5f27142f
authored
1 year ago
by
Vlad-Andrei BĂDOIU (78692)
Browse files
Options
Downloads
Plain Diff
Merge branch 'refactor/structure' into 'main'
Add QLoRA paper, move LoRA paper to fine-tuning See merge request
!3
parents
be6923fe
bebbb65c
Loading
Loading
1 merge request
!3
Add QLoRA paper, move LoRA paper to fine-tuning
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/llm.md
+7
-4
7 additions, 4 deletions
doc/llm.md
with
7 additions
and
4 deletions
doc/llm.md
+
7
−
4
View file @
5f27142f
...
...
@@ -12,12 +12,9 @@
oct. 2023)
](
https://arxiv.org/abs/2310.11453
)
## Quantization
-
[
"LoRA: Low-Rank Adaptation of Large Language Models" (Hu et al. - jun.
2021)
](
https://arxiv.org/abs/2106.09685
)
- introduces fine-tuning using the
LoRA algorithm, which helps train models for downstream tasks faster
## Prompt engineering
-
[
"Language models are few-shot learners"
(Brown et al. (OpenAI) - may.
-
[
"Language models are few-shot learners"
(Brown et al. (OpenAI) - may.
2020)
](
https://arxiv.org/abs/2005.14165
)
- introduces the GPT-3 (175B
parameters) model and the technique of prompt engineering by using few-shot
learning
...
...
@@ -43,6 +40,12 @@
2023)
](
https://arxiv.org/abs/2307.09288
)
- LLaMA 2
## Fine-tuning
-
[
"LoRA: Low-Rank Adaptation of Large Language Models" (Hu et al. - jun.
2021)
](
https://arxiv.org/abs/2106.09685
)
- introduces fine-tuning using the
LoRA algorithm, which helps train models for downstream tasks faster
-
[
"QLoRA: Efficient Finetuning of Quantized LLMs" (Dettmers et al. - may
2023)
](
https://arxiv.org/abs/2305.14314
)
- builds on top of LoRA, and further
quantizes models to 4-bit, to reduce memory usage
## Benchmarks
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment