cnut1648 commited on
Commit
89029f4
·
1 Parent(s): 5392ce4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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: