AdaptLLM commited on
Commit
143fc9c
1 Parent(s): 02e60ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -62,7 +62,7 @@ We have also uploaded the raw training and testing splits, for facilitating fine
62
  - [NER](https://huggingface.co/datasets/AdaptLLM/NER)
63
  - [FPB](https://huggingface.co/datasets/AdaptLLM/FPB)
64
 
65
- The other datasets used in our paper have already been available in huggingface, so you can directly load them with the following code:
66
  ```python
67
  from datasets import load_dataset
68
 
@@ -71,7 +71,7 @@ dataset = load_dataset('medical_questions_pairs')
71
  # PubmedQA:
72
  dataset = load_dataset('bigbio/pubmed_qa')
73
  # USMLE:
74
- dataset=load_dataset('GBaker/MedQA-USMLE-4-options', cache_dir=cache_dir)
75
  # SCOTUS
76
  dataset = load_dataset("lex_glue", 'scotus')
77
  # CaseHOLD
 
62
  - [NER](https://huggingface.co/datasets/AdaptLLM/NER)
63
  - [FPB](https://huggingface.co/datasets/AdaptLLM/FPB)
64
 
65
+ The other datasets used in our paper have already been available in huggingface, and you can directly load them with the following code:
66
  ```python
67
  from datasets import load_dataset
68
 
 
71
  # PubmedQA:
72
  dataset = load_dataset('bigbio/pubmed_qa')
73
  # USMLE:
74
+ dataset=load_dataset('GBaker/MedQA-USMLE-4-options')
75
  # SCOTUS
76
  dataset = load_dataset("lex_glue", 'scotus')
77
  # CaseHOLD