Update README.md
Browse files
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 |
-
```
|
| 18 |
pip install -U datasets fsspec
|
| 19 |
```
|
| 20 |
|
| 21 |
-
```
|
| 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 |
```
|