acrastt commited on
Commit
edbea6f
1 Parent(s): 068c949

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - LDJnr/Puffin
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ pipeline_tag: text-generation
9
  ---
10
+ This is [OpenLLaMA 3B V2](https://huggingface.co/openlm-research/open_llama_3b_v2) finetuned on [Puffin](https://huggingface.co/datasets/LDJnr/Puffin) for 1 epochs.
11
+
12
+ Prompt template:
13
+ ```
14
+ ### HUMAN:
15
+ {prompt}
16
+
17
+ ### RESPONSE:
18
+ <leave a newline for the model to answer>
19
+ ```
20
+ Note: Don't expect this model to be good, I was just starting out to finetune. So don't roast me please!