tnk2908 commited on
Commit
d9e8e22
1 Parent(s): 017140f

Update config.ini

Browse files
Files changed (1) hide show
  1. config.ini +8 -8
config.ini CHANGED
@@ -5,18 +5,18 @@ workers = int:1
5
 
6
  [models.names]
7
  gpt2 = str:openai-community/gpt2
8
- gpt2_medium = str:openai-community/gpt2-medium
9
- gpt2_large = str:openai-community/gpt2-large
10
- gpt2_xl = str:openai-community/gpt2-xl
11
 
12
- llama_3_8b_intruct = str:meta-llama/Meta-Llama-3-8B-Instruct
13
  # llama_3_70b_instruct = str:meta-llama/Meta-Llama-3-70B-Instruct
14
 
15
  opt_125m = str:facebook/opt-125m
16
- opt_1.3b = str:facebook/opt-1.3b
17
- opt_2.7b = str:facebook/opt-2.7b
18
- opt_6.7b = str:facebook/opt-6.7b
19
- opt_13b = str:facebook/opt-13b
20
  # opt_66b = str:facebook/opt-66b
21
 
22
  [models.params]
 
5
 
6
  [models.names]
7
  gpt2 = str:openai-community/gpt2
8
+ # gpt2_medium = str:openai-community/gpt2-medium
9
+ # gpt2_large = str:openai-community/gpt2-large
10
+ # gpt2_xl = str:openai-community/gpt2-xl
11
 
12
+ # llama_3_8b_intruct = str:meta-llama/Meta-Llama-3-8B-Instruct
13
  # llama_3_70b_instruct = str:meta-llama/Meta-Llama-3-70B-Instruct
14
 
15
  opt_125m = str:facebook/opt-125m
16
+ # opt_1.3b = str:facebook/opt-1.3b
17
+ # opt_2.7b = str:facebook/opt-2.7b
18
+ # opt_6.7b = str:facebook/opt-6.7b
19
+ # opt_13b = str:facebook/opt-13b
20
  # opt_66b = str:facebook/opt-66b
21
 
22
  [models.params]