Skip to content

Commit

Permalink
Merge branch 'main' of github.com:janheinrichmerker/trec-biogen
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Aug 27, 2024
2 parents 8aebba4 + adf3e14 commit 1af6d25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trec_biogen/jobs/index_pubmed_full_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def get_full_text_batch(input_batch: DataBatch) -> DataBatch:
get_full_text_batch,
batch_size=10,
num_cpus=0.25,
concurrency=6,
)
if dry_run:
data = data.filter(lambda x: x["doc"]["full_text"] is not None)
Expand Down

0 comments on commit 1af6d25

Please sign in to comment.