-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: some architecture flexibilities added to uvit
- Loading branch information
1 parent
6b9b4a4
commit 7dbd273
Showing
7 changed files
with
914 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ | |
name: Upload Python Package | ||
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
release: | ||
types: [published] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,5 @@ datacache | |
gcsfuse.yml | ||
*.csv | ||
*.tsv | ||
*.parquet | ||
*.parquet | ||
*.arrow |
Large diffs are not rendered by default.
Oops, something went wrong.
602 changes: 602 additions & 0 deletions
602
datasets/datasets/laion2B-en-aesthetic-4.2_37M/dataset_info.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"_data_files": [ | ||
{ | ||
"filename": "data-00000-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00001-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00002-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00003-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00004-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00005-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00006-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00007-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00008-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00009-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00010-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00011-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00012-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00013-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00014-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00015-of-00017.arrow" | ||
}, | ||
{ | ||
"filename": "data-00016-of-00017.arrow" | ||
} | ||
], | ||
"_fingerprint": "9e2180a190e4d3ae", | ||
"_format_columns": null, | ||
"_format_kwargs": {}, | ||
"_format_type": null, | ||
"_output_all_columns": false, | ||
"_split": "train" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters