Update README.md
Browse files
README.md
CHANGED
@@ -3,14 +3,14 @@ library_name: transformers
|
|
3 |
tags: []
|
4 |
---
|
5 |
|
6 |
-
|
7 |
|
8 |
-
*
|
9 |
-
*
|
10 |
-
*
|
11 |
-
*
|
12 |
|
13 |
-
Example:
|
14 |
|
15 |
-
* Model [
|
16 |
-
* Dataset [
|
|
|
3 |
tags: []
|
4 |
---
|
5 |
|
6 |
+
## Supervised Fine-Tuning (SFT)
|
7 |
|
8 |
+
* Full Fine-Tuning
|
9 |
+
* Parameter-Efficient Fine-Tuning (PEFT)
|
10 |
+
* Low-Rank Adaptation (LoRA)
|
11 |
+
* Quantized Low-Rank Adaptation (QLoRA)
|
12 |
|
13 |
+
## Example:
|
14 |
|
15 |
+
* Model [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct)
|
16 |
+
* Dataset [gretelai/synthetic_text_to_sql](https://huggingface.co/datasets/gretelai/synthetic_text_to_sql)
|