zoeywin commited on
Commit
7c4401c
1 Parent(s): afc1656

version updates

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -25,11 +25,12 @@ Shining Valiant is a chat model built on the Llama 2 architecture, finetuned on
25
 
26
  ## Version
27
 
28
- The current version is **1.0**
29
 
30
- Version **1.1** is currently **in training.**
31
 
32
- The new version will be released for everyone once our team's training and validation process is complete :)
 
33
 
34
  ## Prompting
35
  Shining Valiant uses the same prompt format as Llama 2 Chat - feel free to use your existing prompts and scripts!
@@ -47,10 +48,10 @@ Shining Valiant is built on Llama 2's 70b parameter architecture. We've created
47
  Our dataset is:
48
 
49
 
50
- 75% - our custom AI instruction-tuned dataset, created and curated for increased general capability, insight, logic, depth, and specific personality
51
 
52
 
53
- 25% - a selection of open-source AI data from a variety of datasets to supplement general knowledge and reasoning, pruned through randomization and automated quality ranking
54
 
55
 
56
 
 
25
 
26
  ## Version
27
 
28
+ The current version is **1.1** - congrats to our team on the new release!
29
 
30
+ Previous versions remain available in the repository.
31
 
32
+ The next version will be **1.2** - it will begin training soon.
33
+ Models will be released for everyone once our team's training and validation process is complete :)
34
 
35
  ## Prompting
36
  Shining Valiant uses the same prompt format as Llama 2 Chat - feel free to use your existing prompts and scripts!
 
48
  Our dataset is:
49
 
50
 
51
+ 70% - our custom AI instruction-tuned dataset, created and curated for increased general capability, insight, logic, depth, and specific personality
52
 
53
 
54
+ 30% - a selection of open-source AI data from a variety of datasets to supplement general knowledge and reasoning, pruned through randomization and automated quality ranking
55
 
56
 
57