Skip to content

Commit

Permalink
updated name of file
Browse files Browse the repository at this point in the history
  • Loading branch information
principle105 authored Oct 24, 2022
1 parent 550c7a1 commit e5e1e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Previous responses are stored in `resps.json` as a dictionary where the key is a

### Mesh

Prompts are associated with responses through a "mesh" which is stored in `mesh.thomas`. The mesh consists of a dictionary where the key is the UUID of the prompt and the value is a "link". Links associate responses to patterns of words, they have the following attributes:
Prompts are associated with responses through a "mesh" which is stored in `mesh.json`. The mesh consists of a dictionary where the key is the UUID of the prompt and the value is a "link". Links associate responses to patterns of words, they have the following attributes:

`stop_words: set`
Stop words separated from the tokenized prompt.
Expand Down

0 comments on commit e5e1e3f

Please sign in to comment.