Blackroot commited on
Commit
e484972
1 Parent(s): 0068824

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -10,4 +10,9 @@ A tiny example dataset consisting of four books dedicated to the open domain in
10
 
11
  All works are open domain, thus this dataset is also dedicated to the open domain.
12
 
13
- The dataset has been made to have extremely long context lengths, ideally as close to 2048 at possible without cutting off chunks in strange places. Each chunk is also overlapped by 100 characters from the prior chunk.
 
 
 
 
 
 
10
 
11
  All works are open domain, thus this dataset is also dedicated to the open domain.
12
 
13
+ The dataset has been made to have extremely long context lengths, ideally as close to 2048 at possible without cutting off chunks in strange places. Each chunk is also overlapped by 100 characters from the prior chunk.
14
+
15
+ ## Example:
16
+
17
+ There's an example LORA model here, which also includes training instructions for repoduction:
18
+ <https://huggingface.co/Blackroot/Llama2-13B-Lora-Tiny-Opendomain-Example>