mirror of
https://github.com/karpathy/nanochat.git
synced 2026-04-01 13:15:21 +00:00
two more typos, from PR 645
This commit is contained in:
parent
bd6e9c8d5f
commit
1f9e42a855
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: read-arxiv-paper
|
||||
description: Use this skill when when asked to read an arxiv paper given an arxiv URL
|
||||
description: Use this skill when asked to read an arxiv paper given an arxiv URL
|
||||
---
|
||||
|
||||
You will be given a URL of an arxiv paper, for example:
|
||||
|
|
@ -37,4 +37,4 @@ Once you've found the entrypoint, Read the contents and then recurse through all
|
|||
|
||||
Once you've read the paper, produce a summary of the paper into a markdown file at `./knowledge/summary_{tag}.md`. Notice that 1) use the local knowledge directory here (it's easier for me to open and reference here), not in `~/.cache`, and 2) generate some reasonable `tag` like e.g. `conditional_memory` or whatever seems appropriate given the paper. Probably make sure that the tag doesn't exist yet so you're not overwriting files.
|
||||
|
||||
As for the summary itself, remember that you're processing this paper within the context of the nanochat repository, so most often we we will be interested in how to apply the paper and its lessons to the nanochat project. Therefore, you should feel free to "remind yourself" of the related nanochat code by reading the relevant parts, and then explicitly make the connection of how this paper might relate to nanochat or what are things we might be inspired about or try.
|
||||
As for the summary itself, remember that you're processing this paper within the context of the nanochat repository, so most often we will be interested in how to apply the paper and its lessons to the nanochat project. Therefore, you should feel free to "remind yourself" of the related nanochat code by reading the relevant parts, and then explicitly make the connection of how this paper might relate to nanochat or what are things we might be inspired about or try.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user