Update README.md
Browse files
README.md
CHANGED
|
@@ -36,6 +36,11 @@ The labels are
|
|
| 36 |
"1": "neutral",
|
| 37 |
"2": "contradiction"
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
## Training procedure
|
| 40 |
|
| 41 |
This model checkpoint is created by [mnli.py](https://huggingface.co/cnut1648/biolinkbert-large-mnli-snli/blob/main/mnli.py) with the following command:
|
|
|
|
| 36 |
"1": "neutral",
|
| 37 |
"2": "contradiction"
|
| 38 |
|
| 39 |
+
For finetuning [BioLinkBERT-large](https://huggingface.co/michiyasunaga/BioLinkBERT-large) on
|
| 40 |
+
- only MNLI (i.e. not SNLI), see [`cnut1648/biolinkbert-mnli`](https://huggingface.co/cnut1648/biolinkbert-mnli)
|
| 41 |
+
- MedNLI, see [`cnut1648/biolinkbert-mednli`](https://huggingface.co/cnut1648/biolinkbert-mednli)
|
| 42 |
+
- resampled MNLI such that the size is the same as MedNLI, see [`cnut1648/biolinkbert-large-mnli-resampled`](https://huggingface.co/cnut1648/biolinkbert-large-mnli-resampled)
|
| 43 |
+
|
| 44 |
## Training procedure
|
| 45 |
|
| 46 |
This model checkpoint is created by [mnli.py](https://huggingface.co/cnut1648/biolinkbert-large-mnli-snli/blob/main/mnli.py) with the following command:
|