Skip to content

Commit 938d067

Browse files
committed
Updated on 2024-12-26
1 parent 41806ed commit 938d067

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

papers/list.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"title": "All are Worth Words: A ViT Backbone for Diffusion Models",
4+
"author": "Fan Bao et al",
5+
"year": "2023",
6+
"topic": "diffusion, vit",
7+
"venue": "Arxiv",
8+
"description": "This paperdesigns a general ViT-based architecture for diffusion models. Notably, it treats all inputs (time, condition, noisy image patches) as tokens and uses long skip connections between the shallow and deep layers.",
9+
"link": "https://arxiv.org/pdf/2209.12152"
10+
},
211
{
312
"title": "SliceGPT: Compress Large Language Models by Deleting Rows and Columns",
413
"author": "Saleh Ashkboos et al",

papers_read.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ <h1>Here's where I keep a list of papers I have read.</h1>
1616
I typically use this to organize papers I found interesting. Please feel free to do whatever you want with it. Note that this is not every single paper I have ever read, just a collection of ones that I remember to put down.
1717
</p>
1818
<p id="paperCount">
19-
So far, we have read 192 papers. Let's keep it up!
19+
So far, we have read 193 papers. Let's keep it up!
2020
</p>
2121
<small id="searchCount">
22-
Your search returned 192 papers. Nice!
22+
Your search returned 193 papers. Nice!
2323
</small>
2424

2525
<div class="search-inputs">
@@ -46,6 +46,16 @@ <h1>Here's where I keep a list of papers I have read.</h1>
4646
</thead>
4747
<tbody>
4848

49+
<tr>
50+
<td>All are Worth Words: A ViT Backbone for Diffusion Models</td>
51+
<td>Fan Bao et al</td>
52+
<td>2023</td>
53+
<td>diffusion, vit</td>
54+
<td>Arxiv</td>
55+
<td>This paperdesigns a general ViT-based architecture for diffusion models. Notably, it treats all inputs (time, condition, noisy image patches) as tokens and uses long skip connections between the shallow and deep layers.</td>
56+
<td><a href="https://arxiv.org/pdf/2209.12152" target="_blank">Link</a></td>
57+
</tr>
58+
4959
<tr>
5060
<td>SliceGPT: Compress Large Language Models by Deleting Rows and Columns</td>
5161
<td>Saleh Ashkboos et al</td>

0 commit comments

Comments
 (0)