Datasets:
Add files using upload-large-folder tool
Browse files- README.md +8 -0
- _POSTPROCESS_MANIFEST.json +6 -0
- tables/source_set=sprot/split=test/protein_entries_shard-000000.jsonl.gz +2 -2
- tables/source_set=sprot/split=train/protein_entries_shard-000000.jsonl.gz +2 -2
- tables/source_set=sprot/split=validation/protein_entries_shard-000000.jsonl.gz +2 -2
- tables/source_set=sprot_varsplic/split=test/protein_entries_shard-000000.jsonl.gz +2 -2
- tables/source_set=sprot_varsplic/split=train/protein_entries_shard-000000.jsonl.gz +2 -2
- tables/source_set=sprot_varsplic/split=validation/protein_entries_shard-000000.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000175.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000176.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000177.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000178.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000179.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000180.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000182.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000183.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000184.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000185.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000186.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000187.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000188.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000189.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000190.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000191.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000192.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000193.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000194.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000195.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000196.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000197.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000198.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000199.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000200.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000201.jsonl.gz +2 -2
- tables/source_set=trembl/split=test/protein_entries_shard-000202.jsonl.gz +2 -2
- tables/source_set=trembl/split=train/protein_entries_shard-000000.jsonl.gz +2 -2
- tables/source_set=trembl/split=train/protein_entries_shard-000001.jsonl.gz +2 -2
- tables/source_set=trembl/split=train/protein_entries_shard-000002.jsonl.gz +2 -2
- tables/source_set=trembl/split=train/protein_entries_shard-000003.jsonl.gz +2 -2
- tables/source_set=trembl/split=train/protein_entries_shard-000004.jsonl.gz +2 -2
- tables/source_set=trembl/split=train/protein_entries_shard-000005.jsonl.gz +2 -2
- tables/source_set=trembl/split=train/protein_entries_shard-000006.jsonl.gz +2 -2
- tables/source_set=trembl/split=train/protein_entries_shard-000007.jsonl.gz +2 -2
- tables/source_set=trembl/split=train/protein_entries_shard-000008.jsonl.gz +2 -2
- tables/source_set=trembl/split=train/protein_entries_shard-000010.jsonl.gz +2 -2
- tables/source_set=trembl/split=train/protein_entries_shard-000011.jsonl.gz +2 -2
- tables/source_set=trembl/split=train/protein_entries_shard-000012.jsonl.gz +2 -2
README.md
CHANGED
|
@@ -55,6 +55,14 @@ Each row is one UniProtKB FASTA record. Important columns include:
|
|
| 55 |
- `sequence_sha256`, `source_slug`, `shard`, `record_index`
|
| 56 |
- `split_strategy`, `split_version`, `split_group`, `split`
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
## Splits
|
| 59 |
|
| 60 |
Splits are deterministic and assigned by `sequence_hash`.
|
|
|
|
| 55 |
- `sequence_sha256`, `source_slug`, `shard`, `record_index`
|
| 56 |
- `split_strategy`, `split_version`, `split_group`, `split`
|
| 57 |
|
| 58 |
+
## Missing Values
|
| 59 |
+
|
| 60 |
+
For Hugging Face Dataset Viewer compatibility, this dataset does not use JSON
|
| 61 |
+
`null` values in table files.
|
| 62 |
+
|
| 63 |
+
- Missing optional integer values are encoded as `-1`.
|
| 64 |
+
- Missing optional string values are encoded as `""`.
|
| 65 |
+
|
| 66 |
## Splits
|
| 67 |
|
| 68 |
Splits are deterministic and assigned by `sequence_hash`.
|
_POSTPROCESS_MANIFEST.json
CHANGED
|
@@ -1,6 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"created_at_unix": 1778683558,
|
| 3 |
"dataset_id": "uniprotkb",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"jsonl_compression": "gzip",
|
| 5 |
"partition_by_split": true,
|
| 6 |
"postprocess_script_version": "2026-05-13.3",
|
|
|
|
| 1 |
{
|
| 2 |
"created_at_unix": 1778683558,
|
| 3 |
"dataset_id": "uniprotkb",
|
| 4 |
+
"hf_null_repair": {
|
| 5 |
+
"files": 615,
|
| 6 |
+
"null_values_replaced": 214328163,
|
| 7 |
+
"rows": 203172274
|
| 8 |
+
},
|
| 9 |
+
"hf_safe_nulls": true,
|
| 10 |
"jsonl_compression": "gzip",
|
| 11 |
"partition_by_split": true,
|
| 12 |
"postprocess_script_version": "2026-05-13.3",
|
tables/source_set=sprot/split=test/protein_entries_shard-000000.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58487a5a9cb55bf9adf1006dddce4b0c38b20f7218e1f107f6126943baa58c24
|
| 3 |
+
size 7161807
|
tables/source_set=sprot/split=train/protein_entries_shard-000000.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0512872bfa429603d226c2c2eca2e8c96a5658e53802e46f3d068e40491b5ece
|
| 3 |
+
size 52646008
|
tables/source_set=sprot/split=validation/protein_entries_shard-000000.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77e156e361fad2666211921451ee875f9f6c21de41d734687eaef730e02d96a7
|
| 3 |
+
size 7146533
|
tables/source_set=sprot_varsplic/split=test/protein_entries_shard-000000.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07df79da0e05c819cc59e4225a14b97cbe356267b6e300acb244dde1318653c7
|
| 3 |
+
size 481275
|
tables/source_set=sprot_varsplic/split=train/protein_entries_shard-000000.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14c3b95ffde516f1e327e04a8e430d2e486ce1a9fa58118d2bb7b79ec91c9d37
|
| 3 |
+
size 3263388
|
tables/source_set=sprot_varsplic/split=validation/protein_entries_shard-000000.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1c03a08cc67058b032b76beed3c83a7fecd198a9c1a416ac35287f637a7af50
|
| 3 |
+
size 475263
|
tables/source_set=trembl/split=test/protein_entries_shard-000175.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:766aaf29878de41ae86ba86f36a82fb5887bf8fe41467d706af2b2a1d345b224
|
| 3 |
+
size 13486971
|
tables/source_set=trembl/split=test/protein_entries_shard-000176.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f54a6e73644717616556cd49b27decf037793829980c58d6112e548da992e0fe
|
| 3 |
+
size 13592223
|
tables/source_set=trembl/split=test/protein_entries_shard-000177.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10bebc626a6fa360e57293b73381c568664d28ffd1c7ca64a470309e7c779d3c
|
| 3 |
+
size 13580126
|
tables/source_set=trembl/split=test/protein_entries_shard-000178.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe5c44c94f1e893a4d36a821f79ca630992bb62bf481ff07b440e5bc39baf6fb
|
| 3 |
+
size 13118970
|
tables/source_set=trembl/split=test/protein_entries_shard-000179.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e2eb9b968f7abbb043d8f1a6c749569551fc376e778e1a47ba456923494a637
|
| 3 |
+
size 11399170
|
tables/source_set=trembl/split=test/protein_entries_shard-000180.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04fa0b01641e4d9418d829d4033716e29824397b918dff767e217b9290e55ded
|
| 3 |
+
size 10805081
|
tables/source_set=trembl/split=test/protein_entries_shard-000182.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bb5e47a4832fd9dc1494d4761207dc46e8f60727cd0aff42a51b98669400891
|
| 3 |
+
size 10281474
|
tables/source_set=trembl/split=test/protein_entries_shard-000183.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d03efaec17efef01e97380438cda74adf2c4041ba21a8d3631bb3f31380c2d4
|
| 3 |
+
size 10112728
|
tables/source_set=trembl/split=test/protein_entries_shard-000184.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52bf434b5815a9e7dea76a9e70e1c0a6537b95bb8a0ccb3f27dd41b331dc9ad0
|
| 3 |
+
size 10172511
|
tables/source_set=trembl/split=test/protein_entries_shard-000185.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26a2bb5608a69461b5672f7149ee83ba85a82182897b4d97331bee503367a0e4
|
| 3 |
+
size 11986820
|
tables/source_set=trembl/split=test/protein_entries_shard-000186.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9add994a1704bae11543d0756062692af9c22efdb41b150aba8e21ef5bb34d32
|
| 3 |
+
size 11394476
|
tables/source_set=trembl/split=test/protein_entries_shard-000187.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a98cb06471dd8e182c243f374df79e90ebba2d0e9eb538d1a05aa0dd260fe96
|
| 3 |
+
size 11536003
|
tables/source_set=trembl/split=test/protein_entries_shard-000188.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50e60d4b650208758426a1add653a7ded850b2091b8d301eaab44d208aaee3c5
|
| 3 |
+
size 11282168
|
tables/source_set=trembl/split=test/protein_entries_shard-000189.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b8eda404483d611233fc520b8786b30018c7e8e1f90666b9a99974dffd58f5b
|
| 3 |
+
size 11508933
|
tables/source_set=trembl/split=test/protein_entries_shard-000190.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7f1753a0f94272d2927b77ac90447c481db45f4dd38999f21d0145674d464dc
|
| 3 |
+
size 11571521
|
tables/source_set=trembl/split=test/protein_entries_shard-000191.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aea55aa8925278b3bfb0c99c8fdd7b2450a447c56b54204e0d9e328080af6808
|
| 3 |
+
size 11302770
|
tables/source_set=trembl/split=test/protein_entries_shard-000192.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a304af63aba1d0548b3e51dc72c094ee43633f969eaa3f1f9ca78a5b86a112a
|
| 3 |
+
size 11522199
|
tables/source_set=trembl/split=test/protein_entries_shard-000193.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6f66f6493817aa933739dff877dd1e3b43b93cbdd5abb1ada3852ee9090eccb
|
| 3 |
+
size 11503327
|
tables/source_set=trembl/split=test/protein_entries_shard-000194.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cf38e3ca797be0056e262e2ff49cd7a09f7c39fcc6d718d59449a566ae6af4c
|
| 3 |
+
size 11546084
|
tables/source_set=trembl/split=test/protein_entries_shard-000195.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e34efc65b7d186dfe557ae3b644687667991b8e0c0ba2873e04b529d149f46a0
|
| 3 |
+
size 11363859
|
tables/source_set=trembl/split=test/protein_entries_shard-000196.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc27655f3724d735d80ce6bef3940f5f6e27b0d892d33c9ffc4933d54bdcb52d
|
| 3 |
+
size 11483819
|
tables/source_set=trembl/split=test/protein_entries_shard-000197.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26b6853ef9fdbe36c961814e1211c9dc3b950e9c7b9f1be9f0a34a2614a80031
|
| 3 |
+
size 11414106
|
tables/source_set=trembl/split=test/protein_entries_shard-000198.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:164548f60a213dd8025d8d1e3639ad1d20af53f0f963bece4c5ff4bf312136c4
|
| 3 |
+
size 11516962
|
tables/source_set=trembl/split=test/protein_entries_shard-000199.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14de626ef2754755215232681a19ea942e891aab2c8ba6a2de96b95acebcba12
|
| 3 |
+
size 11530832
|
tables/source_set=trembl/split=test/protein_entries_shard-000200.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3eaaf7d11ac598698845fab3b50b5ce92ea434e2b47cabadb79f5f5808086ed5
|
| 3 |
+
size 11560157
|
tables/source_set=trembl/split=test/protein_entries_shard-000201.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06f33927c47db3bb9cf44e59adf0e54e4e38e162b523201e7dbd739a6aea1f6a
|
| 3 |
+
size 9653069
|
tables/source_set=trembl/split=test/protein_entries_shard-000202.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a588d5d7fe2123e08fd54d34ad0db66a726e8618d4ed58fc6daae6d26fea1b3c
|
| 3 |
+
size 4658739
|
tables/source_set=trembl/split=train/protein_entries_shard-000000.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a492f03a1acdc83b2d7607a3367214eb42176e17f327f3900c70ac6b68e46cc
|
| 3 |
+
size 89536681
|
tables/source_set=trembl/split=train/protein_entries_shard-000001.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7fc9f609c54e85e10e618b50280ec9da1445be1ea9cefd1754b19db50a96cad
|
| 3 |
+
size 90167102
|
tables/source_set=trembl/split=train/protein_entries_shard-000002.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a22022c913d97c8782652e8e26a2eaba373f749f606134c3db31f9679bbecf5
|
| 3 |
+
size 92475700
|
tables/source_set=trembl/split=train/protein_entries_shard-000003.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a15f5fafe77300296ba961f3b9fdb87dee3883f35b9dca29d3f4bb67f1132514
|
| 3 |
+
size 90063073
|
tables/source_set=trembl/split=train/protein_entries_shard-000004.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8819af4e486c4606769c2fb441a69ec4db50a135ac8e46551edd99c12b019188
|
| 3 |
+
size 88820767
|
tables/source_set=trembl/split=train/protein_entries_shard-000005.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90bbeb2495abbcba1f10d5cfd0b4f00707f355a9d14524db46d1037855aec01e
|
| 3 |
+
size 88583802
|
tables/source_set=trembl/split=train/protein_entries_shard-000006.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9684d224fd081f4b206f360606ebc40157c995bab443bc6bf8ff68206ffe60eb
|
| 3 |
+
size 88901554
|
tables/source_set=trembl/split=train/protein_entries_shard-000007.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e9e20d839c4c711df6006ea7ebb11159e98de06de39b55fff6ab0a4196dfb61
|
| 3 |
+
size 88094321
|
tables/source_set=trembl/split=train/protein_entries_shard-000008.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04f229b16450a32b78ff4d22ebd6af0a9705797ae84dde5bc7b0fc30b41cf409
|
| 3 |
+
size 89038784
|
tables/source_set=trembl/split=train/protein_entries_shard-000010.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef7196028b40f46d0b8af5663f7e6ec9608fa9f66ebce4e1640df46c6525b28b
|
| 3 |
+
size 87587954
|
tables/source_set=trembl/split=train/protein_entries_shard-000011.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3143dd93f5fe6fbd93dcbc25b6f55146487581e185d32a901db74c19e465770
|
| 3 |
+
size 88941473
|
tables/source_set=trembl/split=train/protein_entries_shard-000012.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:367e8927860ca2ec64c873de86d69ef37f5d93b9680e14ea9ad799348370e0d3
|
| 3 |
+
size 88436113
|