Gryphe commited on
Commit
3699219
1 Parent(s): 2278971

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: other
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
+ datasets:
4
+ - Gryphe/CoEdit-Alpaca
5
+ language:
6
+ - en
7
  ---
8
+ A full finetune of Llama 2 7B using my Alpaca-transformed CoEdIT dataset. I gave it three epochs of training using a single A100 80GB GPU.
9
+
10
+ ## Prompt Format
11
+
12
+ ```
13
+ ### Instruction:
14
+ Fix the following grammar: <insert text here>
15
+
16
+ ### Response:
17
+ ```