Skip to content

Commit

Permalink
Update 5.mdx (#253)
Browse files Browse the repository at this point in the history
inconsistent naming with line 327
  • Loading branch information
mehrdadnd authored Jun 20, 2022
1 parent 456c608 commit 01231a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/en/chapter5/5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ Next, let's clone the repository from the Hub to our local machine and copy our
from huggingface_hub import Repository

repo = Repository(local_dir="github-issues", clone_from=repo_url)
!cp datasets-issues-with-comments.jsonl github-issues/
!cp issues-datasets-with-comments.jsonl github-issues/
```

By default, various file extensions (such as *.bin*, *.gz*, and *.zip*) are tracked with Git LFS so that large files can be versioned within the same Git workflow. You can find a list of tracked file extensions inside the repository's *.gitattributes* file. To include the JSON Lines format in the list, we can run the following command:
Expand Down

0 comments on commit 01231a1

Please sign in to comment.