rshacter commited on
Commit
3df25af
1 Parent(s): 64a28f6

Update README.md

Browse files

corrected the LLM model to meta-llama/Llama-3.2-1B-Instruct

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -5,7 +5,7 @@ datasets:
5
  language:
6
  - en
7
  base_model:
8
- - EleutherAI/gpt-neo-1.3B
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
- Older LLLM EleutherAI/gpt-neo-1.3B
 
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