ekelsen commited on
Commit
94dc4e0
1 Parent(s): 4069350

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -2,4 +2,8 @@
2
  license: apache-2.0
3
  ---
4
 
5
- See https://www.adept.ai/blog/persimmon-8b
 
 
 
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ At Adept, we’re working towards an AI agent that can help people do anything they need to do on a computer. We’re not in the business of shipping isolated language models (LMs)—this was an early output of the model scaling program that will support our products.
6
+
7
+ We trained it from scratch using a context size of 16K. Many LM use cases are context-bound; our model has 4 times the context size of LLaMA2 and 8 times that of GPT-3, MPT, etc.
8
+
9
+ See https://www.adept.ai/blog/persimmon-8b for more info