heegyu commited on
Commit
f622bb6
1 Parent(s): c92bf02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
  ---
6
+
7
+ Base Model: togethercomputer/RedPajama-INCITE-Base-3B-v1
8
+ Dataset from: https://github.com/allenai/open-instruct and uncensored it using code in ehartford/wizard_vicuna_70k_unfiltered
9
+ Usage
10
+ ```
11
+ ### Human:
12
+ your instruction
13
+
14
+ ### ASSISANT:
15
+ output will be generated and ended with <|endoftext|>
16
+ ```