drewgenai commited on
Commit
fb61af8
Β·
1 Parent(s): 9894e61

assignment update and image

Browse files
Files changed (2) hide show
  1. Assignment.md +4 -1
  2. images/appscreenshot.png +0 -0
Assignment.md CHANGED
@@ -341,7 +341,10 @@ Upload a PDF file of the recent DeepSeek-R1 paper and ask the following question
341
 
342
  Does this application pass your vibe check? Are there any immediate pitfalls you're noticing?
343
 
344
- The first two questions provide reasonable responses to pass the vibe check. The third question provides a problem as it asks for a summary of the paper, but it must answer the question within the context of the paper. However, it can only look at the top 4 chunks (k=4) and that is not a large enough sample size to return a summary of the paper. The size would have to be larger to return a summary of the paper.
 
 
 
345
 
346
  ## 🚧 CHALLENGE MODE 🚧
347
 
 
341
 
342
  Does this application pass your vibe check? Are there any immediate pitfalls you're noticing?
343
 
344
+ The first two questions provide reasonable responses and pass my vibe check. The third question provides a problem as it asks for a summary of the paper, but it must answer the question within the context of the paper. However, it can only look at the top 4 chunks (k=4) and that is not a large enough sample size to return a summary of the paper. The size would have to be larger to return a summary of the paper.
345
+
346
+ screenshot of app in action: ![demo](./images/appscreenshot.png)
347
+
348
 
349
  ## 🚧 CHALLENGE MODE 🚧
350
 
images/appscreenshot.png ADDED