update model card README.md
Browse files
README.md
CHANGED
|
@@ -67,25 +67,25 @@ The following hyperparameters were used during training:
|
|
| 67 |
'scenario_configs': [{'display_as_html': True,
|
| 68 |
'generate_kwargs': {'do_sample': True,
|
| 69 |
'eos_token_id': 0,
|
| 70 |
-
'max_length':
|
| 71 |
'min_length': 10,
|
| 72 |
'temperature': 0.7,
|
| 73 |
'top_k': 0,
|
| 74 |
'top_p': 0.9},
|
| 75 |
'name': 'unconditional',
|
| 76 |
-
'num_samples':
|
| 77 |
'prefix': '<|aligned|>',
|
| 78 |
'use_prompt_for_scoring': False},
|
| 79 |
{'display_as_html': True,
|
| 80 |
'generate_kwargs': {'do_sample': True,
|
| 81 |
'eos_token_id': 0,
|
| 82 |
-
'max_length':
|
| 83 |
'min_length': 10,
|
| 84 |
'temperature': 0.7,
|
| 85 |
'top_k': 0,
|
| 86 |
'top_p': 0.9},
|
| 87 |
'name': 'functions',
|
| 88 |
-
'num_samples':
|
| 89 |
'prefix': '<|aligned|>',
|
| 90 |
'prompt_before_control': True,
|
| 91 |
'prompts_path': 'resources/functions_csnet.jsonl',
|
|
@@ -124,4 +124,4 @@ The following hyperparameters were used during training:
|
|
| 124 |
'weight_decay': 0.1}}
|
| 125 |
|
| 126 |
# Wandb URL:
|
| 127 |
-
https://wandb.ai/kejian/uncategorized/runs/
|
|
|
|
| 67 |
'scenario_configs': [{'display_as_html': True,
|
| 68 |
'generate_kwargs': {'do_sample': True,
|
| 69 |
'eos_token_id': 0,
|
| 70 |
+
'max_length': 128,
|
| 71 |
'min_length': 10,
|
| 72 |
'temperature': 0.7,
|
| 73 |
'top_k': 0,
|
| 74 |
'top_p': 0.9},
|
| 75 |
'name': 'unconditional',
|
| 76 |
+
'num_samples': 128,
|
| 77 |
'prefix': '<|aligned|>',
|
| 78 |
'use_prompt_for_scoring': False},
|
| 79 |
{'display_as_html': True,
|
| 80 |
'generate_kwargs': {'do_sample': True,
|
| 81 |
'eos_token_id': 0,
|
| 82 |
+
'max_length': 128,
|
| 83 |
'min_length': 10,
|
| 84 |
'temperature': 0.7,
|
| 85 |
'top_k': 0,
|
| 86 |
'top_p': 0.9},
|
| 87 |
'name': 'functions',
|
| 88 |
+
'num_samples': 128,
|
| 89 |
'prefix': '<|aligned|>',
|
| 90 |
'prompt_before_control': True,
|
| 91 |
'prompts_path': 'resources/functions_csnet.jsonl',
|
|
|
|
| 124 |
'weight_decay': 0.1}}
|
| 125 |
|
| 126 |
# Wandb URL:
|
| 127 |
+
https://wandb.ai/kejian/uncategorized/runs/3my099dp
|