ahof1704 commited on
Commit
45858c7
1 Parent(s): 087ab94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -8,7 +8,7 @@
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
 
11
- The pretrained model of Brain Language Model (BrainLM) aims to achieve a general understanding of brain dynamics through self-supervised masked prediction.
12
 
13
  ## Model Details
14
 
@@ -173,15 +173,17 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
173
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
 
175
  **BibTeX:**
176
-
177
- > @article{ortega2023brainlm,
178
- > title={BrainLM: A foundation model for brain activity recordings},
179
- > author={Ortega Caro, Josue and Oliveira Fonseca, Antonio Henrique and Averill, Christopher and Rizvi, Syed A and Rosati, Matteo and Cross, James L and Mittal, Prateek and Zappala, Emanuele and Levine, Daniel and Dhodapkar, Rahul M and others},
180
- > journal={bioRxiv},
181
- > pages={2023--09},
182
- > year={2023},
183
- > publisher={Cold Spring Harbor Laboratory}
184
- >}
 
 
185
 
186
 
187
  **APA:**
 
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
 
11
+ The pretrained model of Brain Language Model (BrainLM) aims to achieve a general understanding of brain dynamics through self-supervised masked prediction. It is introduced in [this paper](https://www.biorxiv.org/content/10.1101/2023.09.12.557460v1) and its code is available at [this repository](https://github.com/vandijklab/BrainLM)
12
 
13
  ## Model Details
14
 
 
173
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
 
175
  **BibTeX:**
176
+
177
+ ```bibtex
178
+ @article{ortega2023brainlm,
179
+ title={BrainLM: A foundation model for brain activity recordings},
180
+ author={Ortega Caro, Josue and Oliveira Fonseca, Antonio Henrique and Averill, Christopher and Rizvi, Syed A and Rosati, Matteo and Cross, James L and Mittal, Prateek and Zappala, Emanuele and Levine, Daniel and Dhodapkar, Rahul M and others},
181
+ journal={bioRxiv},
182
+ pages={2023--09},
183
+ year={2023},
184
+ publisher={Cold Spring Harbor Laboratory}
185
+ }
186
+ ```
187
 
188
 
189
  **APA:**