Skip to content

Commit e1e44d1

Browse files
committed
readme
1 parent 1406c5e commit e1e44d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ causal_language_model = LobsterPCLM.load_from_checkpoint(<path to ckpt>)
6666
```
6767
3D, cDNA, and dynamic models use the same classes.
6868

69-
NOTE: Pre-trained model checkpoints will be included in future releases!
69+
NOTE: Pre-trained model checkpoints *may* be included in future releases!
7070

7171
**Models**
7272
* LobsterPMLM: masked language model (BERT-style encoder-only architecture)

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,16 @@ <h1 class="title is-1 publication-title">🦞 LBSTER 🦞</h1>
128128
<div class="container is-max-desktop">
129129
<div class="hero-body">
130130
<video poster="" id="tree" autoplay controls muted loop height="100%">
131-
<!-- Your video here -->
132-
<source src="static/videos/banner_video.mp4"
131+
Your video here
132+
<!-- <source src="static/videos/banner_video.mp4"
133133
type="video/mp4">
134134
</video>
135135
<h2 class="subtitle has-text-centered">
136136
Aliquam vitae elit ullamcorper tellus egestas pellentesque. Ut lacus tellus, maximus vel lectus at, placerat pretium mi. Maecenas dignissim tincidunt vestibulum. Sed consequat hendrerit nisl ut maximus.
137137
</h2>
138138
</div>
139-
</div>
140-
</section> -->
139+
</div> -->
140+
<!-- </section> --> -->
141141
<!-- End teaser video -->
142142

143143
<!-- Paper abstract -->

0 commit comments

Comments
 (0)