Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
d3m
datasets
Commits
8d0532b0
Commit
8d0532b0
authored
Feb 25, 2021
by
Swaroop Vattam
Browse files
Merge branch 'update-readme' into 'master'
Updating README See merge request
!6
parents
b742dfcc
e2aa2f6a
Pipeline
#44
passed with stage
in 171 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
README.md
README.md
+10
-4
No files found.
README.md
View file @
8d0532b0
...
...
@@ -23,7 +23,7 @@ This corpus is organized into seed datasets and training datasets.
Download datasets using
[
git LFS
](
https://git-lfs.github.com/
)
:
```
$ git
lfs
clone
git@gitlab
.datadrivendiscovery.org:d3m/datasets.git
$ git clone
--recursive git@datasets
.datadrivendiscovery.org:d3m/datasets.git
```
Note, use
`git lfs clone`
instead of
`git clone`
because it
...
...
@@ -45,13 +45,19 @@ It is possible to download only part of the repository. First clone
without downloading files managed by git LFS:
```
$
git lfs clone git@gitlab
.datadrivendiscovery.org:d3m/datasets.git
-X "*"
$
GIT_LFS_SKIP_SMUDGE=1 git clone --recursive git@datasets
.datadrivendiscovery.org:d3m/datasets.git
```
This will download and checkout all files smaller than 100 KB.
This will download and checkout all files smaller than 100 KB,
including all the history.
Now to download all files of one dataset, run inside cloned repository:
After cloning, you can, e.g., download all files of just one dataset.
Run inside the cloned repository:
```
$ git lfs pull -I seed_datasets_current/185_baseball/
```
Another way to download only part of the repository is to not
clone also all git submodules with
`--recursive`
, but do only
those you are interested in.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment