-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
automating pipeline: extract_pubmed_abstracts
- Loading branch information
1 parent
94ed728
commit ba7ea26
Showing
2 changed files
with
50 additions
and
5 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
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,11 @@ | ||
DATA_PATH=/srv/local/data/jp65/CTO/raw_data/76a6hbbrw9v9fpi6oycfq7x6ofgx | ||
NCBI_API_KEY='' | ||
SAVE_PATH=/srv/local/data/jp65/CTO | ||
|
||
|
||
# Getting LLM predictions on Pubmed data | ||
echo "Getting LLM predictions on Pubmed data" | ||
cd llm_prediction_on_pubmed | ||
|
||
echo " Extracting and Updating Pubmed data" | ||
python extract_pubmed_abstracts.py --data_path $DATA_PATH --NCBI_api_key $NCBI_API_KEY --save_path $SAVE_PATH --dev |