Skip to content

Commit

Permalink
removing dummy keys
Browse files Browse the repository at this point in the history
Signed-off-by: deepanker13 <[email protected]>
  • Loading branch information
deepanker13 committed Apr 11, 2024
1 parent 5193af8 commit e4ec55c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pytorch/language-modeling/train_api_s3_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
" \"bucket_name\": \"test\",\n",
" \"file_key\": \"imdatta0___ultrachat_1k\",\n",
" \"region_name\": \"us-east-1\",\n",
" \"access_key\": \"qEMHyz8wNw\",\n",
" \"secret_key\": \"qIp_QN\",\n",
" \"access_key\": \"\",\n",
" \"secret_key\": \"\",\n",
" }\n",
" ),\n",
" train_parameters=HuggingFaceTrainParams(\n",
Expand Down

0 comments on commit e4ec55c

Please sign in to comment.