matthayes commited on
Commit
d991906
1 Parent(s): 82efc4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -15,6 +15,14 @@ by Databricks employees in capability domains from the InstructGPT paper, includ
15
  information extraction, open QA and summarization. `dolly-v2-3b` is not a state-of-the-art model, but does exhibit surprisingly
16
  high quality instruction following behavior not characteristic of the foundation model on which it is based.
17
 
 
 
 
 
 
 
 
 
18
  **Owner**: Databricks, Inc.
19
 
20
  ## Model Overview
 
15
  information extraction, open QA and summarization. `dolly-v2-3b` is not a state-of-the-art model, but does exhibit surprisingly
16
  high quality instruction following behavior not characteristic of the foundation model on which it is based.
17
 
18
+ Dolly v2 is also available in these larger models sizes:
19
+
20
+ * [dolly-v2-12b](https://huggingface.co/databricks/dolly-v2-12b), a 12 billion parameter based on `pythia-12b`
21
+ * [dolly-v2-7b](https://huggingface.co/databricks/dolly-v2-7b), a 6.9 billion parameter based on `pythia-6.9b`
22
+
23
+ Please refer to the [dolly GitHub repo](https://github.com/databrickslabs/dolly#getting-started-with-response-generation) for tips on
24
+ running inference for various GPU configurations.
25
+
26
  **Owner**: Databricks, Inc.
27
 
28
  ## Model Overview