anindya64 commited on
Commit
237434f
·
verified ·
1 Parent(s): f99792a

Add files using upload-large-folder tool

Browse files
Files changed (47) hide show
  1. README.md +8 -0
  2. _POSTPROCESS_MANIFEST.json +6 -0
  3. tables/source_set=sprot/split=test/protein_entries_shard-000000.jsonl.gz +2 -2
  4. tables/source_set=sprot/split=train/protein_entries_shard-000000.jsonl.gz +2 -2
  5. tables/source_set=sprot/split=validation/protein_entries_shard-000000.jsonl.gz +2 -2
  6. tables/source_set=sprot_varsplic/split=test/protein_entries_shard-000000.jsonl.gz +2 -2
  7. tables/source_set=sprot_varsplic/split=train/protein_entries_shard-000000.jsonl.gz +2 -2
  8. tables/source_set=sprot_varsplic/split=validation/protein_entries_shard-000000.jsonl.gz +2 -2
  9. tables/source_set=trembl/split=test/protein_entries_shard-000175.jsonl.gz +2 -2
  10. tables/source_set=trembl/split=test/protein_entries_shard-000176.jsonl.gz +2 -2
  11. tables/source_set=trembl/split=test/protein_entries_shard-000177.jsonl.gz +2 -2
  12. tables/source_set=trembl/split=test/protein_entries_shard-000178.jsonl.gz +2 -2
  13. tables/source_set=trembl/split=test/protein_entries_shard-000179.jsonl.gz +2 -2
  14. tables/source_set=trembl/split=test/protein_entries_shard-000180.jsonl.gz +2 -2
  15. tables/source_set=trembl/split=test/protein_entries_shard-000182.jsonl.gz +2 -2
  16. tables/source_set=trembl/split=test/protein_entries_shard-000183.jsonl.gz +2 -2
  17. tables/source_set=trembl/split=test/protein_entries_shard-000184.jsonl.gz +2 -2
  18. tables/source_set=trembl/split=test/protein_entries_shard-000185.jsonl.gz +2 -2
  19. tables/source_set=trembl/split=test/protein_entries_shard-000186.jsonl.gz +2 -2
  20. tables/source_set=trembl/split=test/protein_entries_shard-000187.jsonl.gz +2 -2
  21. tables/source_set=trembl/split=test/protein_entries_shard-000188.jsonl.gz +2 -2
  22. tables/source_set=trembl/split=test/protein_entries_shard-000189.jsonl.gz +2 -2
  23. tables/source_set=trembl/split=test/protein_entries_shard-000190.jsonl.gz +2 -2
  24. tables/source_set=trembl/split=test/protein_entries_shard-000191.jsonl.gz +2 -2
  25. tables/source_set=trembl/split=test/protein_entries_shard-000192.jsonl.gz +2 -2
  26. tables/source_set=trembl/split=test/protein_entries_shard-000193.jsonl.gz +2 -2
  27. tables/source_set=trembl/split=test/protein_entries_shard-000194.jsonl.gz +2 -2
  28. tables/source_set=trembl/split=test/protein_entries_shard-000195.jsonl.gz +2 -2
  29. tables/source_set=trembl/split=test/protein_entries_shard-000196.jsonl.gz +2 -2
  30. tables/source_set=trembl/split=test/protein_entries_shard-000197.jsonl.gz +2 -2
  31. tables/source_set=trembl/split=test/protein_entries_shard-000198.jsonl.gz +2 -2
  32. tables/source_set=trembl/split=test/protein_entries_shard-000199.jsonl.gz +2 -2
  33. tables/source_set=trembl/split=test/protein_entries_shard-000200.jsonl.gz +2 -2
  34. tables/source_set=trembl/split=test/protein_entries_shard-000201.jsonl.gz +2 -2
  35. tables/source_set=trembl/split=test/protein_entries_shard-000202.jsonl.gz +2 -2
  36. tables/source_set=trembl/split=train/protein_entries_shard-000000.jsonl.gz +2 -2
  37. tables/source_set=trembl/split=train/protein_entries_shard-000001.jsonl.gz +2 -2
  38. tables/source_set=trembl/split=train/protein_entries_shard-000002.jsonl.gz +2 -2
  39. tables/source_set=trembl/split=train/protein_entries_shard-000003.jsonl.gz +2 -2
  40. tables/source_set=trembl/split=train/protein_entries_shard-000004.jsonl.gz +2 -2
  41. tables/source_set=trembl/split=train/protein_entries_shard-000005.jsonl.gz +2 -2
  42. tables/source_set=trembl/split=train/protein_entries_shard-000006.jsonl.gz +2 -2
  43. tables/source_set=trembl/split=train/protein_entries_shard-000007.jsonl.gz +2 -2
  44. tables/source_set=trembl/split=train/protein_entries_shard-000008.jsonl.gz +2 -2
  45. tables/source_set=trembl/split=train/protein_entries_shard-000010.jsonl.gz +2 -2
  46. tables/source_set=trembl/split=train/protein_entries_shard-000011.jsonl.gz +2 -2
  47. 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:be54997e47368720083f410362c5eb50db6a6ae4c4ea6331e5df23b6a256a7b8
3
- size 7165481
 
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:f3b3c2c39f9339d53be499ef8dbe86ad8158f8cb8e4e40646834ec1f3d6ebf87
3
- size 52669481
 
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:5861a82cb8071bc739f27934f80f71321eded505ab5c8d4b6dc4c1d9c0ce8ce7
3
- size 7150371
 
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:6ee0d6b31f2ba5bde2203b8076f3528289969b22c7f9637f507c240bd836bb94
3
- size 481902
 
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:493f7bde59ca5d2d38238e49b0b9f5801ea13942e8e3f5a7a7e71d5e379b9c7d
3
- size 3268473
 
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:8ba8fc4693a70aac321545e58ac333fd4f9e53ecf4376c4f7e2cac8302086a43
3
- size 475877
 
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:3526687055261639466ee88fd7a0ed9db5cb9b7bae0d71a1f3469aea5e94be7b
3
- size 13492958
 
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:861e18eae5955d70951bfd968ecfb57726ad95e73fa473d46f1f3176a751a5c9
3
- size 13598233
 
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:0703cfd92116bb2e1219c1b9e7324c741aab883aefdc1158a04c893c80fd2c3c
3
- size 13585694
 
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:ba11906964632ac5b874744b87d59117d3cab5456dd9d0f12200e6930e8d4ee4
3
- size 13125801
 
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:6063bccc8907bb0112c806fce9ff81840a2b19955b83be7cd18a279593767ea4
3
- size 11407191
 
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:58a0a39f5393a02e2238e3112c771cde93e18f726f9bc6ea51cbb4fb2c0ee9a1
3
- size 10810028
 
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:f88b51489117d45e17b0c9af21ad5e3d9116ac0406a0a3fc0517d4179d7673ac
3
- size 10291156
 
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:87d87c4be32889275448fee258b2c582b21764a7d2eb52697281c3bc81b68f15
3
- size 10125062
 
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:3990bf28aed5f99e36c64abec2afe367a3067dbd6f33257b771e5b290a0e85b9
3
- size 10187238
 
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:71944ad8fa8b39c7ae3a6f1db5656d4d25e4f1082f1e5c469209461a16f3f0b5
3
- size 11999101
 
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:5a709f428125fc7a56ab85404ddea845bdb027c6556a441f572e091107b9fc45
3
- size 11405396
 
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:5093413eb4210f8a5a376c4c6040a65e323bbcf8ed4325bd0bff28aa415b65aa
3
- size 11545639
 
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:0cfab28b434d7bfe5b30460ae946ad1229eff070751ac4e7c6aa512a98c8c446
3
- size 11287830
 
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:d8f2b403ccdcb7f2508bfd0212ed43e8563d35b901bfb2b7b5e4e648ebb6105c
3
- size 11519534
 
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:3f6670e90e7c06a40d7c402301f973ebc2473cceb2638068834fc899faa4c715
3
- size 11582244
 
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:98ebaadd840708d914542734ebffe085a61cec7960ea45c8cb62414612e54d50
3
- size 11315683
 
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:87a21b8676437c34267940e94ee57108f5a0339b48ccc225c98e9508af8b4a52
3
- size 11536583
 
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:b7565a86aee5d1c9e3c69e2a3f91248c3f167f49dac08394d83895ccd8339725
3
- size 11514348
 
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:22c1b80a07b553985489293cdc00b8e0c19a22725911062f6d2fbe550307b282
3
- size 11554075
 
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:f11a678f8700f90760af941f393851cda38db637968d79ca0eafcbb68046778b
3
- size 11376065
 
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:ca91265fe8bc09337bb99c13ba0f11878fce7b3f2882789c46d976dbc137c493
3
- size 11494034
 
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:86b663d75b7c27070adeee7d60bbfc16d7bfde92004cba20f91ad18b4cb5a2aa
3
- size 11425560
 
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:445d3901d330db8c5bc069ceac404e1a182219d7a780a3d204caba77b047c5fd
3
- size 11533203
 
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:1e5facf4b80edad4d3d26a6cd775d58cac4e07384f329a3db111a140e992d7c3
3
- size 11543015
 
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:fdd4a3aa869e08eace0f59aba08765701534e20e3f605fa02a4e7ffe59d00e4a
3
- size 11572193
 
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:686bedd90f3330577dceaf1a7febc4ef48f978dea0e268ee7bf7921540582fcd
3
- size 9660009
 
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:94b997b5c78a0f3dfc392294499435dc517c60aab8147529cd4dc8c5033ddae0
3
- size 4660952
 
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:5c63bab7afd9afd8ba4ec9a123184817a77a3afc0a20f44c829998980fc1093f
3
- size 89577032
 
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:79e20f749a4cdcc93f023eb152f61360f5670e6c73a9610826341c0d8e44aa94
3
- size 90200345
 
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:3fcb0db291b7f802ceb152b0bca5afcbc85c0c6c5d712ab17bb600d30be9ed9e
3
- size 92516624
 
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:c33fdc2b824d2f7c220d657d2052e6473523363d5a8f1b47eefccf0da5a5c98e
3
- size 90115886
 
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:44bf855af32ec4acf308142314ebd126c591f6a2bf25d3286780e1c8bc8c5005
3
- size 88858860
 
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:4040543e26fc0df62f508fc2861246e7411d89c5dc71b7ff489ff9af8777e6d4
3
- size 88623050
 
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:3ec9c330bfadbc3a7da60337b2614835134eef33b41ebff2284ebf95b3ff2d7e
3
- size 88943947
 
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:1bb35eccc18106c4495dc37bc0eac40f4b752b108d006cc0fba8950811339a7d
3
- size 88138296
 
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:c53bf4a77fed489e9b6ea5f4459d55a9a7c0cda4428dace75d498511e6d30a98
3
- size 89075397
 
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:0b073f7b448083dc6149a38d45d67dbae0a382ae153b503dd1db8c1333fce6ea
3
- size 87628119
 
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:ab15dbff0a179306c510bc1cf3a38e1020727cf8cb459091a8774ee9bbc654c5
3
- size 88979477
 
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:1752e702440fe9c7f6f9adb6c60de0a7c9d2c003a66ff800f85543260fbc284e
3
- size 88476570
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:367e8927860ca2ec64c873de86d69ef37f5d93b9680e14ea9ad799348370e0d3
3
+ size 88436113