Skip to content

Commit 742651f

Browse files
committed
feat: Add support for auto downloading tar format videos
1 parent 050b2c3 commit 742651f

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

tools/make_hf_dataset.ipynb renamed to tools/make_video_hf_dataset.ipynb

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -162,26 +162,6 @@
162162
"dataset = Dataset.from_pandas(df_items, features=features)"
163163
]
164164
},
165-
{
166-
"cell_type": "code",
167-
"execution_count": 3,
168-
"metadata": {},
169-
"outputs": [
170-
{
171-
"name": "stdout",
172-
"output_type": "stream",
173-
"text": [
174-
"Token is valid (permission: write).\n",
175-
"Your token has been saved in your configured git credential helpers (store).\n",
176-
"Your token has been saved to /home/tiger/.cache/huggingface/token\n",
177-
"Login successful\n"
178-
]
179-
}
180-
],
181-
"source": [
182-
"!huggingface-cli login --token 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 --add-to-git-credential"
183-
]
184-
},
185165
{
186166
"cell_type": "code",
187167
"execution_count": 9,

0 commit comments

Comments
 (0)