zhiqings commited on
Commit
c5ef753
1 Parent(s): 5d4dc00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -1,3 +1,40 @@
1
  ---
2
  license: apache-2.0
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ inference: false
4
  ---
5
+
6
+ # Dromedary Model Card
7
+
8
+ ## Model details
9
+
10
+ **Model type:**
11
+ Dromedary is an open-source self-aligned language model trained with minimal human supervision.
12
+ The base language model is LLaMA-65b, based on the transformer architecture.
13
+
14
+ **Model date:**
15
+ Dromedary was trained between April 2023 and May 2023, but its knowledge only goes up until Sept-2021.
16
+
17
+ **Organizations developing the model:**
18
+ The Dromedary team as a joint effort between CMU and IBM.
19
+
20
+ **Paper or resources for more information:**
21
+ https://mitibmdemos.draco.res.ibm.com/dromedary
22
+
23
+ **License:**
24
+ Apache License 2.0
25
+
26
+ **Where to send questions or comments about the model:**
27
+ https://github.com/IBM/Dromedary/issues
28
+
29
+ ## Intended use
30
+ **Primary intended uses:**
31
+ The primary use of Dromedary is research on the alignment of large language models.
32
+
33
+ **Primary intended users:**
34
+ The primary intended users of the model are researchers in artificial intelligence.
35
+
36
+ ## Training dataset
37
+ Fewer than 300 lines of human annotations (including < 200 seed prompts, 16 generic principles, and 5 exemplars for in-context learning),
38
+
39
+ ## Evaluation dataset
40
+ We evaluate Dromedary on TruthfulQA and HHH Eval, as well as Vicuna benchmark questions.