davidmezzetti commited on
Commit
c55a52c
·
1 Parent(s): 1d7bbe0

Update README

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -72,12 +72,11 @@ print(embeddings)
72
 
73
  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.
74
 
75
- - [PubMed QA](https://huggingface.co/datasets/pubmed_qa)
76
  - Subset: pqa_labeled, Split: train, Pair: (question, long_answer)
77
  - [PubMed Subset](https://huggingface.co/datasets/awinml/pubmed_abstract_3_1k)
78
  - Split: test, Pair: (title, text)
79
- - _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_
80
- - [PubMed Summary](https://huggingface.co/datasets/scientific_papers)
81
  - Subset: pubmed, Split: validation, Pair: (article, abstract)
82
 
83
  The [Pearson correlation coefficient](https://en.wikipedia.org/wiki/Pearson_correlation_coefficient) is used as the evaluation metric.
 
72
 
73
  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.
74
 
75
+ - [PubMed QA](https://huggingface.co/datasets/qiaojin/PubMedQA)
76
  - Subset: pqa_labeled, Split: train, Pair: (question, long_answer)
77
  - [PubMed Subset](https://huggingface.co/datasets/awinml/pubmed_abstract_3_1k)
78
  - Split: test, Pair: (title, text)
79
+ - [PubMed Summary](https://huggingface.co/datasets/armanc/scientific_papers)
 
80
  - Subset: pubmed, Split: validation, Pair: (article, abstract)
81
 
82
  The [Pearson correlation coefficient](https://en.wikipedia.org/wiki/Pearson_correlation_coefficient) is used as the evaluation metric.