Unit 6 Lecture

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards
Fine-tuning
The process of adjusting pretrained language models to improve performance on specific downstream tasks.
2
New cards
Instruction Fine-Tuning
A method of teaching models to follow natural language instructions, focusing on aligning their behavior with user expectations.
3
New cards
Parameter Efficient Fine-Tuning (PEFT)
A technique that adapts large models to new tasks by training fewer parameters, improving resource efficiency.
4
New cards
Single-task Fine-Tuning
Adapts a pretrained model to excel at one specific task, requiring task-specific labeled datasets.
5
New cards
Multi-task Fine-Tuning
Simultaneously fine-tunes an LLM for multiple tasks, capturing shared knowledge and improving efficiency.
6
New cards
ROUGE
A set of metrics used for evaluating the quality of summaries by comparing them to reference summaries.
7
New cards
BLEU
A metric for evaluating machine translation quality by comparing the overlap between machine-generated and reference translations.
8
New cards
Adapters
Small, trainable modules that can be inserted into a model to facilitate efficient fine-tuning.
9
New cards
LoRA (Low-Rank Adaptation)
A PEFT technique that adds low-rank matrices to model weights, significantly reducing the number of trainable parameters.
10
New cards
Chatbot Personalization
The process of tailoring a chatbot's responses and behavior based on user interactions and preferences.