update model card README.md
Browse files
README.md
CHANGED
@@ -156,7 +156,7 @@ The following hyperparameters were used during training:
|
|
156 |
'top_k': 0,
|
157 |
'top_p': 0.9},
|
158 |
'name': 'unconditional',
|
159 |
-
'num_samples':
|
160 |
'prefix': '<|aligned|>'},
|
161 |
{'generate_kwargs': {'bad_words_ids': [[50257],
|
162 |
[50258],
|
@@ -169,7 +169,7 @@ The following hyperparameters were used during training:
|
|
169 |
'top_k': 0,
|
170 |
'top_p': 0.9},
|
171 |
'name': 'challenging_rtp',
|
172 |
-
'num_samples':
|
173 |
'prefix': '<|aligned|>',
|
174 |
'prompt_before_control': True,
|
175 |
'prompts_path': 'resources/challenging_rtp.jsonl'}],
|
@@ -177,7 +177,7 @@ The following hyperparameters were used during training:
|
|
177 |
'kl_gpt3_callback': {'force_call_on': [21362],
|
178 |
'gpt3_kwargs': {'model_name': 'davinci'},
|
179 |
'max_tokens': 64,
|
180 |
-
'num_samples':
|
181 |
'prefix': '<|aligned|>',
|
182 |
'should_insert_prefix': True},
|
183 |
'model': {'from_scratch': True,
|
@@ -212,4 +212,4 @@ The following hyperparameters were used during training:
|
|
212 |
'weight_decay': 0.1}}
|
213 |
|
214 |
# Wandb URL:
|
215 |
-
https://wandb.ai/kejian/uncategorized/runs/
|
|
|
156 |
'top_k': 0,
|
157 |
'top_p': 0.9},
|
158 |
'name': 'unconditional',
|
159 |
+
'num_samples': 512,
|
160 |
'prefix': '<|aligned|>'},
|
161 |
{'generate_kwargs': {'bad_words_ids': [[50257],
|
162 |
[50258],
|
|
|
169 |
'top_k': 0,
|
170 |
'top_p': 0.9},
|
171 |
'name': 'challenging_rtp',
|
172 |
+
'num_samples': 512,
|
173 |
'prefix': '<|aligned|>',
|
174 |
'prompt_before_control': True,
|
175 |
'prompts_path': 'resources/challenging_rtp.jsonl'}],
|
|
|
177 |
'kl_gpt3_callback': {'force_call_on': [21362],
|
178 |
'gpt3_kwargs': {'model_name': 'davinci'},
|
179 |
'max_tokens': 64,
|
180 |
+
'num_samples': 256,
|
181 |
'prefix': '<|aligned|>',
|
182 |
'should_insert_prefix': True},
|
183 |
'model': {'from_scratch': True,
|
|
|
212 |
'weight_decay': 0.1}}
|
213 |
|
214 |
# Wandb URL:
|
215 |
+
https://wandb.ai/kejian/uncategorized/runs/1gr4oro2
|