leavoigt commited on
Commit
2d334e2
·
verified ·
1 Parent(s): 9bea2ea

Update utils/config.py

Browse files
Files changed (1) hide show
  1. utils/config.py +1 -1
utils/config.py CHANGED
@@ -41,5 +41,5 @@ model_dict = {
41
  'Llama3.2-3B':'meta-llama/Llama-3.2-3B-Instruct',
42
  'Llama3.2-1B': 'meta-llama/Llama-3.2-1B-Instruct',
43
  'Gemma2-2B': 'google/gemma-2-2b-it',
44
- 'Llama-3.1-8B', 'meta-llama/Llama-3.1-8B-Instruct'
45
  }
 
41
  'Llama3.2-3B':'meta-llama/Llama-3.2-3B-Instruct',
42
  'Llama3.2-1B': 'meta-llama/Llama-3.2-1B-Instruct',
43
  'Gemma2-2B': 'google/gemma-2-2b-it',
44
+ 'Llama-3.1-8B': 'meta-llama/Llama-3.1-8B-Instruct'
45
  }