Gryphe commited on
Commit
5442b3c
1 Parent(s): 72cb58d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -7,9 +7,13 @@ language:
7
  ---
8
  A full finetune of Llama 2 7B using my [Alpaca-transformed CoEdIT dataset](https://huggingface.co/datasets/Gryphe/CoEdit-Alpaca). I gave it three epochs of training using a single A100 80GB GPU.
9
 
 
 
10
  ## Prompt Format
11
 
12
  ```
 
 
13
  ### Instruction:
14
  Remove all grammatical errors from this text: <insert text here>
15
 
 
7
  ---
8
  A full finetune of Llama 2 7B using my [Alpaca-transformed CoEdIT dataset](https://huggingface.co/datasets/Gryphe/CoEdit-Alpaca). I gave it three epochs of training using a single A100 80GB GPU.
9
 
10
+ Results may vary.
11
+
12
  ## Prompt Format
13
 
14
  ```
15
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
16
+
17
  ### Instruction:
18
  Remove all grammatical errors from this text: <insert text here>
19