Update README.md
Browse filescorrected the LLM model to meta-llama/Llama-3.2-1B-Instruct
README.md
CHANGED
@@ -5,7 +5,7 @@ datasets:
|
|
5 |
language:
|
6 |
- en
|
7 |
base_model:
|
8 |
-
-
|
9 |
---
|
10 |
|
11 |
|
@@ -16,7 +16,8 @@ This is an exercise for the Uplimit class: Finetuning LLMs
|
|
16 |
Take 1: Basic model minimal configurations
|
17 |
|
18 |
The basic notebook configuration,to ensure I could run the training and submit it.
|
19 |
-
|
|
|
20 |
With:
|
21 |
max_steps=100
|
22 |
warmup_steps=10
|
|
|
5 |
language:
|
6 |
- en
|
7 |
base_model:
|
8 |
+
- meta-llama/Llama-3.2-1B-Instruct
|
9 |
---
|
10 |
|
11 |
|
|
|
16 |
Take 1: Basic model minimal configurations
|
17 |
|
18 |
The basic notebook configuration,to ensure I could run the training and submit it.
|
19 |
+
meta-llama/Llama-3.2-1B-Instruct
|
20 |
+
|
21 |
With:
|
22 |
max_steps=100
|
23 |
warmup_steps=10
|