acrastt commited on
Commit
0613d54
1 Parent(s): 36089de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - totally-not-an-llm/EverythingLM-data-V2-sharegpt
5
+ language:
6
+ - en
7
+ library_name: transformers
8
  ---
9
+ This is [OpenLLaMA 3B V2](https://huggingface.co/openlm-research/open_llama_3b_v2) finetuned on [EverythingLM Data V2(ShareGPT format)](https://huggingface.co/datasets/totally-not-an-llm/EverythingLM-data-V2-sharegpt) for 2 epochs.
10
+
11
+ Prompt template:
12
+ ```
13
+ ### HUMAN:
14
+ {prompt}
15
+
16
+ ### RESPONSE:
17
+ <leave a newline for the model to answer>
18
+ ```