Datasets:

Modalities:
Text
Formats:
arrow
Languages:
English
ArXiv:
Libraries:
Datasets
License:
linjc16 commited on
Commit
da41d04
•
1 Parent(s): 900378c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,11 +14,11 @@ tags:
14
  This repo contains ctgov data used in "Panacea: A foundation model for clinical trial search, summarization, design, and recruitment".
15
 
16
  ## Load the dataset
17
- ```[bash]
18
  pip install -U datasets fsspec
19
  ```
20
 
21
- ```[python]
22
  from datasets import load_dataset
23
  ds = load_dataset('linjc16/ctgov', split='train')
24
  ```
 
14
  This repo contains ctgov data used in "Panacea: A foundation model for clinical trial search, summarization, design, and recruitment".
15
 
16
  ## Load the dataset
17
+ ```bash
18
  pip install -U datasets fsspec
19
  ```
20
 
21
+ ```python
22
  from datasets import load_dataset
23
  ds = load_dataset('linjc16/ctgov', split='train')
24
  ```