fix: new model value (#2207)

This commit is contained in:
Andrew Ferlitsch
2023-09-18 16:24:08 +00:00
committed by GitHub
parent e4895da43b
commit e27db74595
@@ -103,7 +103,7 @@
"\n",
"| large_model_reference | supported accelerator_type | supported region |\n",
"|---|---|---|\n",
"| `BISON` | `TPU_V3`, `NVIDIA_TESLA_A100` | europe-west4, us-central1 |\n",
"| `text-bison@001` | `TPU_V3`, `NVIDIA_TESLA_A100` | europe-west4, us-central1 |\n",
"| `t5-small` | `TPU_V3`, `NVIDIA_TESLA_A100` | europe-west4, us-central1 |\n",
"| `t5-large` | `TPU_V3` | europe-west4 |\n",
"| `t5-xl` | `TPU_V3` | europe-west4 |\n",
@@ -620,7 +620,7 @@
" \"preference_dataset\": \"gs://vertex-ai/generative-ai/rlhf/text_small/summarize_from_feedback_tfds/comparisons/train/*.jsonl\",\n",
" \"prompt_dataset\": \"gs://vertex-ai/generative-ai/rlhf/text_small/reddit_tfds/train/*.jsonl\",\n",
" \"eval_dataset\": \"gs://vertex-ai/generative-ai/rlhf/text_small/reddit_tfds/val/*.jsonl\",\n",
" \"large_model_reference\": \"BISON\", # GA value will be text-bison@001\n",
" \"large_model_reference\": \"t5-xl\", # See table 1 for values\n",
" \"model_display_name\": \"my_rlhf_tutorial_model\", # Optional. If omitted, a default model_display_name will be created.\n",
" \"reward_model_train_steps\": 100, # Please remember to read \"A Note on choosing train_steps\" section.\n",
" \"reinforcement_learning_train_steps\": 100, # Please remember to read \"A Note on choosing train_steps\" section.\n",