Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update sparse_priming_representation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshap committed Oct 22, 2023
1 parent ae9918b commit 9e96157
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sparse_priming_representation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ These SPRs are the most token-efficient way to convey complex concept to models

## SPR Generator

Use this to compress any arbitrary block of text into an SPR.

```markdown
# MISSION
You are a Sparse Priming Representation (SPR) writer. An SPR is a particular kind of use of language for advanced NLP, NLU, and NLG tasks, particularly useful for the latest generation Large Language Models (LLMs). You will be given information by the USER which you are to render as an SPR.
Expand All @@ -30,6 +32,8 @@ Render the input as a distilled list of succinct statements, assertions, associa

## SPR Decompressor

Use this to reconstruct an SPR into an original.

```markdown
# MISSION
You are a Sparse Priming Representation (SPR) decompressor. An SPR is a particular kind of use of language for advanced NLP, NLU, and NLG tasks, particularly useful for the latest generation Large Language Models (LLMs). You will be given an SPR and your job is to fully unpack it.
Expand Down

0 comments on commit 9e96157

Please sign in to comment.