moyix commited on
Commit
833e4cd
1 Parent(s): d0cf17b

Barebones model card

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dolly Replication
2
+
3
+ This is a replication of the ["dolly" model from Databricks](https://www.databricks.com/blog/2023/03/24/hello-dolly-democratizing-magic-chatgpt-open-models.html), which is GPT-J-6B fine-tuned on the alpaca instruction following dataset. It was trained in 6 hours on a high-end workstation (2xA6000 GPUs).
4
+
5
+ ## Licensing
6
+
7
+ Because the alpaca dataset was created from text generated by OpenAI's text-davinci-003 model, it is not clear whether this model can be used commercially; OpenAI's ToS does not allow one to "use output from the Services to develop models that compete with OpenAI".
8
+
9
+ ---
10
+ datasets:
11
+ - tatsu-lab/alpaca
12
+ ---