Skip to content

Commit

Permalink
feat: Add support for auto downloading tar format videos
Browse files Browse the repository at this point in the history
  • Loading branch information
pufanyi committed Jun 18, 2024
1 parent 050b2c3 commit 742651f
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tools/make_hf_dataset.ipynb → tools/make_video_hf_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -162,26 +162,6 @@
"dataset = Dataset.from_pandas(df_items, features=features)"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Token is valid (permission: write).\n",
"Your token has been saved in your configured git credential helpers (store).\n",
"Your token has been saved to /home/tiger/.cache/huggingface/token\n",
"Login successful\n"
]
}
],
"source": [
"!huggingface-cli login --token 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 --add-to-git-credential"
]
},
{
"cell_type": "code",
"execution_count": 9,
Expand Down

0 comments on commit 742651f

Please sign in to comment.