arazd commited on
Commit
7d09624
1 Parent(s): 31b734f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -51,4 +51,6 @@ out = model.bert(**inputs)
51
  # IMPORTANT: use [CLS] token representation as document-level representation (hence, 0th idx)
52
  feature = out.last_hidden_state[:, 0, :]
53
 
54
- ```
 
 
 
51
  # IMPORTANT: use [CLS] token representation as document-level representation (hence, 0th idx)
52
  feature = out.last_hidden_state[:, 0, :]
53
 
54
+ ```
55
+
56
+ You can access our PubMed and arXiv abstracts and journal labels data here: [https://huggingface.co/datasets/brainchalov/pubmed_arxiv_abstracts_data](https://huggingface.co/datasets/brainchalov/pubmed_arxiv_abstracts_data).