domenicrosati
commited on
Commit
•
f2ea4b9
1
Parent(s):
885665a
Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,15 @@ dataset_info:
|
|
20 |
---
|
21 |
# Dataset Card for "clinical_trial_texts"
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
20 |
---
|
21 |
# Dataset Card for "clinical_trial_texts"
|
22 |
|
23 |
+
These are the text of clinical trials dowloaded from https://ClinicalTrials.gov/AllAPIJSON.zip on Dec 3rd 2022.
|
24 |
+
|
25 |
+
Total trials is 434977
|
26 |
+
Number of tokens is 2,184,397,556 (2.1bn tokens).
|
27 |
+
|
28 |
+
The tokens here are from the default BERT tokenizer in hugginface.
|
29 |
+
|
30 |
+
This data can be used for pretraining in the clinical trial and biomedical domains.
|
31 |
+
|
32 |
+
If you use this data please acknowledge @domenicrosati and link to this dataset
|
33 |
+
|
34 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|