fgrezes commited on
Commit
3af7965
·
1 Parent(s): 4d671c9

added external links to tutorials

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -61,7 +61,11 @@ widget:
61
  # astroBERT base model
62
  Pretrained model on English language using a masked language modeling (MLM) and next sentence prediction (NSP) objective.
63
  It was introduced in [this paper at ADASS 2021](https://arxiv.org/abs/2112.00590).
64
- This model is cased.
 
 
 
 
65
 
66
 
67
  ### BibTeX
 
61
  # astroBERT base model
62
  Pretrained model on English language using a masked language modeling (MLM) and next sentence prediction (NSP) objective.
63
  It was introduced in [this paper at ADASS 2021](https://arxiv.org/abs/2112.00590).
64
+ This model is cased (it treats `ads` and `ADS` differently).
65
+
66
+ ## Tutorials
67
+ 0. [Embeddings](https://nbviewer.org/urls/huggingface.co/adsabs/astroBERT/raw/main/Tutorials/0_Embeddings.ipynb)
68
+ 1. [Fill-Mask](https://nbviewer.org/urls/huggingface.co/adsabs/astroBERT/raw/main/Tutorials/1_Fill-Mask.ipynb)
69
 
70
 
71
  ### BibTeX