Clean up README
Browse files
README.md
CHANGED
@@ -2,8 +2,14 @@
|
|
2 |
language: en
|
3 |
license: mit
|
4 |
---
|
|
|
5 |
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
7 |
```
|
8 |
git clone https://github.com/allenai/drug-combo-extraction.git
|
9 |
conda create --name drug_combo python=3.8.5
|
|
|
2 |
language: en
|
3 |
license: mit
|
4 |
---
|
5 |
+
This is the baseline model used in most experiments in the paper ["A Dataset for N-ary Relation Extraction of Drug Combinations"](https://arxiv.org/abs/2205.02289).
|
6 |
|
7 |
+
*(for just the domain-adapted masked language model that we use underneath this model, see [here](https://huggingface.co/allenai/drug_combinations_lm_pubmedbert?text=Paxlovid+works+well+in+combination+with+%5BMASK%5D+for+treating+breast+cancer.))*
|
8 |
+
|
9 |
+
|
10 |
+
**Steps to load this model**
|
11 |
+
|
12 |
+
1) Download accompanying code:
|
13 |
```
|
14 |
git clone https://github.com/allenai/drug-combo-extraction.git
|
15 |
conda create --name drug_combo python=3.8.5
|