davidmezzetti commited on
Commit
2334d8f
·
1 Parent(s): 2b7fed2

Update README

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -74,12 +74,11 @@ print(embeddings)
74
 
75
  The following compares performance of this model against the models previously compared with [PubMedBERT Embeddings](https://huggingface.co/NeuML/pubmedbert-base-embeddings#evaluation-results). The following datasets were used to evaluate model performance.
76
 
77
- - [PubMed QA](https://huggingface.co/datasets/pubmed_qa)
78
  - Subset: pqa_labeled, Split: train, Pair: (question, long_answer)
79
  - [PubMed Subset](https://huggingface.co/datasets/awinml/pubmed_abstract_3_1k)
80
  - Split: test, Pair: (title, text)
81
- - _Note: The previously used [PubMed Subset](https://huggingface.co/datasets/zxvix/pubmed_subset_new) dataset is no longer available but a similar dataset is used here_
82
- - [PubMed Summary](https://huggingface.co/datasets/scientific_papers)
83
  - Subset: pubmed, Split: validation, Pair: (article, abstract)
84
 
85
  The [Pearson correlation coefficient](https://en.wikipedia.org/wiki/Pearson_correlation_coefficient) is used as the evaluation metric.
 
74
 
75
  The following compares performance of this model against the models previously compared with [PubMedBERT Embeddings](https://huggingface.co/NeuML/pubmedbert-base-embeddings#evaluation-results). The following datasets were used to evaluate model performance.
76
 
77
+ - [PubMed QA](https://huggingface.co/datasets/qiaojin/PubMedQA)
78
  - Subset: pqa_labeled, Split: train, Pair: (question, long_answer)
79
  - [PubMed Subset](https://huggingface.co/datasets/awinml/pubmed_abstract_3_1k)
80
  - Split: test, Pair: (title, text)
81
+ - [PubMed Summary](https://huggingface.co/datasets/armanc/scientific_papers)
 
82
  - Subset: pubmed, Split: validation, Pair: (article, abstract)
83
 
84
  The [Pearson correlation coefficient](https://en.wikipedia.org/wiki/Pearson_correlation_coefficient) is used as the evaluation metric.